diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2010-08-18 19:34:38 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2010-08-18 19:34:38 +0000 |
commit | 634fd032185fb87661274e471c2654158ea0e4fc (patch) | |
tree | bda8e512ff3820cf9f2adc56fe168a68768e6a62 /sys | |
parent | 6540161c711c2db3f373a2a10c3cefedb14e05b8 (diff) |
Realtek RTL8190P and RTL8192E PCI ids.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 1f3fded4a16..d92293b5b4f 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1567 2010/07/31 19:49:56 krw Exp $ +$OpenBSD: pcidevs,v 1.1568 2010/08/18 19:34:37 damien Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -50,6 +50,7 @@ vendor MARTINMARIETTA 0x003d Martin-Marietta vendor HAUPPAUGE 0x0070 Hauppauge vendor TTTECH 0x0357 TTTech vendor DYNALINK 0x0675 Dynalink +vendor COREGA2 0x07aa Corega vendor RHINO 0x0b0b Rhino Equipment vendor COMPAQ 0x0e11 Compaq vendor SYMBIOS 0x1000 Symbios Logic @@ -1762,6 +1763,10 @@ product CONTAQ 82C693 0xc693 CY82C693U ISA product COREGA CB_TXD 0xa117 FEther CB-TXD 10/100 product COREGA 2CB_TXD 0xa11e FEther II CB-TXD 10/100 product COREGA CGLAPCIGT 0xc107 CG-LAPCIGT +product COREGA2 RTL8192E_1 0x0044 RTL8192E +product COREGA2 RTL8190P_1 0x0045 RTL8190P +product COREGA2 RTL8190P_2 0x0046 RTL8190P +product COREGA2 RTL8192E_2 0x0047 RTL8192E /* Corollary products */ product COROLLARY CBUSII_PCIB 0x0014 C-Bus II-PCI @@ -4664,6 +4669,8 @@ product REALTEK RT8169 0x8169 8169 product REALTEK RTL8192SE 0x8172 8192SE product REALTEK RT8180 0x8180 8180 product REALTEK RT8185 0x8185 8185 +product REALTEK RTL8190P 0x8190 RTL8190P +product REALTEK RTL8192E 0x8192 RTL8192E product REALTEK RTL8187SE 0x8199 8187SE /* RICOH products */ |