diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-09-20 13:08:24 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-09-20 13:08:24 +0000 |
commit | f6bf79a352b88ec969287dc058ce8ab789a1c6a6 (patch) | |
tree | f8bce5a1c91b8d8fabe29762d7facc0d183079dd /sys/dev | |
parent | 01a2badf147aeea493a4a58c12c1da2219d33286 (diff) |
Add ATI SB900 IDs, from Brad. Confirmed against Linux diffs submitted by AMD.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 99e07318092..f528da696f0 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1492 2009/09/15 12:06:52 claudio Exp $ +$OpenBSD: pcidevs,v 1.1493 2009/09/20 13:08:23 sthen Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -723,6 +723,9 @@ 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 SB900_SATA 0x7800 SB900 SATA +product AMD SB900_SMB 0x780b SB900 SMBus +product AMD SB900_IDE 0x780c SB900 IDE product AMD RS780_HB 0x9600 RS780 Host product AMD RS780_PCIE_1 0x9602 RS780 PCIE product AMD RS780_PCIE_2 0x9603 RS780 PCIE |