diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-09-04 09:26:06 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-09-04 09:26:06 +0000 |
commit | d13a81eba8f050669a13aae807e59680136817c7 (patch) | |
tree | 450005dc54250857f77acee183ce97e19303f039 /sys/dev/pci | |
parent | f60e89c51495bc573b320b8c6d2e0ffa05dbc427 (diff) |
Add PCI ids for D-Link DGE-530T C1 GigE NIC and the ServerWorks HT-1100 SATA
controllers. From Brad.
Diffstat (limited to 'sys/dev/pci')
-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 f5722ac1a47..da5d325a923 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1618 2011/08/30 15:57:10 mpi Exp $ +$OpenBSD: pcidevs,v 1.1619 2011/09/04 09:26:05 sthen Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1948,6 +1948,7 @@ product DLINK DWL610 0x3300 DWL-610 product DLINK DGE550T 0x4000 DGE-550T product DLINK DGE550SX 0x4001 DGE-550SX product DLINK DGE528T 0x4300 DGE-528T +product DLINK DGE530T_C1 0x4302 DGE-530T C1 product DLINK DGE560T 0x4b00 DGE-560T product DLINK DGE530T_B1 0x4b01 DGE-530T B1 product DLINK DGE560SX 0x4b02 DGE-560SX @@ -4682,6 +4683,8 @@ product RCC FRODO8_SATA 0x0242 Frodo8 SATA product RCC HT_1000_SATA_1 0x024a HT-1000 SATA product RCC HT_1000_SATA_2 0x024b HT-1000 SATA product RCC HT_1100 0x0408 HT-1100 +product RCC HT_1100_SATA_1 0x0410 HT-1100 SATA +product RCC HT_1100_SATA_2 0x0411 HT-1100 SATA /* Rendition products */ product RENDITION V1000 0x0001 Verite 1000 |