diff options
author | 2006-08-01 05:16:00 +0000 | |
---|---|---|
committer | 2006-08-01 05:16:00 +0000 | |
commit | 47893bfb2542973a21de425b262b49c2e5759489 (patch) | |
tree | c29b499a9061384dcfdce164b9777ef750a0a4d3 | |
parent | Reduce rcs_buf_release() usage, improving binary support. (diff) | |
download | wireguard-openbsd-47893bfb2542973a21de425b262b49c2e5759489.tar.xz wireguard-openbsd-47893bfb2542973a21de425b262b49c2e5759489.zip |
add PCI id for the IBM Calgary IOMMU found in high end IBM xServies servers.
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index b3f0d6f2421..f9def2b22fc 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1119 2006/08/01 05:04:57 brad Exp $ +$OpenBSD: pcidevs,v 1.1120 2006/08/01 05:16:00 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1546,6 +1546,7 @@ product IBM I82557B 0x0057 i82557B 10/100 product IBM FIREGL2 0x0170 FireGL2 product IBM 133PCIX 0x01a7 133 PCIX-PCIX product IBM SERVERAID2 0x01bd ServeRAID +product IBM CALGARY_IOMMU 0x02a1 Calgary IOMMU /* IC Ensemble */ product ICENSEMBLE ICE1712 0x1712 Envy24 I/O Ctrlr |