diff options
author | 2008-10-04 21:41:04 +0000 | |
---|---|---|
committer | 2008-10-04 21:41:04 +0000 | |
commit | 41b32e22f86a1fb0685d7bb14a9413009a689c9e (patch) | |
tree | 880d131757f183625035f2ee4b1c33ab68d482a0 | |
parent | Fix potentially uninitialized variables in syscall(). (diff) | |
download | wireguard-openbsd-41b32e22f86a1fb0685d7bb14a9413009a689c9e.tar.xz wireguard-openbsd-41b32e22f86a1fb0685d7bb14a9413009a689c9e.zip |
Some AMD RS780 IDs (same as those listed under ATI).
-rw-r--r-- | sys/dev/pci/pcidevs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 7f4761d3d76..0b96e085f70 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1418 2008/10/02 15:16:43 mbalmer Exp $ +$OpenBSD: pcidevs,v 1.1419 2008/10/04 21:41:04 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -714,6 +714,12 @@ product AMD 8111_IDE 0x7469 8111 IDE product AMD 8111_SMB 0x746a 8111 SMBus product AMD 8111_PMC 0x746b 8111 Power product AMD 8111_ACA 0x746d 8111 AC97 +product AMD RS780_HB 0x9600 RS780 Host +product AMD RS780_PCIE_1 0x9602 RS780 PCIE +product AMD RS780_PCIE_2 0x9603 RS780 PCIE +product AMD RS780_PCIE_3 0x9604 RS780 PCIE +product AMD RS780_PCIE_4 0x9605 RS780 PCIE +product AMD RS780_PCIE_5 0x9606 RS780 PCIE /* AMI */ product AMI MEGARAID 0x1960 MegaRAID |