diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-06-08 00:08:09 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-06-08 00:08:09 +0000 |
commit | 4739ed9fec1425fd0f4ae8fe645aa4e09241bd59 (patch) | |
tree | 32bee9d85bf87be9ac431a536dddb01835a379ee /sys/dev/cardbus | |
parent | b35ff1ae08a7fe569897241947182407873a92e8 (diff) |
Add some RealTek card ID's; from NetBSD.
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r-- | sys/dev/cardbus/cardbusdevs | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/sys/dev/cardbus/cardbusdevs b/sys/dev/cardbus/cardbusdevs index d8c46b6ecc2..f57cb730942 100644 --- a/sys/dev/cardbus/cardbusdevs +++ b/sys/dev/cardbus/cardbusdevs @@ -1,4 +1,4 @@ -$OpenBSD: cardbusdevs,v 1.11 2001/08/22 16:33:57 aaron Exp $ +$OpenBSD: cardbusdevs,v 1.12 2002/06/08 00:08:08 aaron Exp $ /* $NetBSD: cardbusdevs,v 1.7 1999/12/11 22:22:34 explorer Exp $ */ /* @@ -44,7 +44,10 @@ $OpenBSD: cardbusdevs,v 1.11 2001/08/22 16:33:57 aaron Exp $ vendor DEC 0x1011 DEC vendor OPTI 0x1045 Opti vendor 3COM 0x10B7 3Com +vendor REALTEK 0x10ec Realtek Semiconductor +vendor ACCTON 0x1113 Accton vendor XIRCOM 0x115d Xircom +vendor COREGA 0x1259 Corega vendor ADMTEK 0x1317 ADMtek vendor ABOCOM 0x13d1 Abocom vendor INTEL 0x8086 Intel @@ -70,12 +73,19 @@ product 3COM GLOBALMODEM56 0x6565 56k Global Modem product ABOCOM FE2500 0xab02 FE2500 product ABOCOM PCM200 0xab03 PCM200 +/* Accton products */ +product ACCTON MPX5030 0x1211 MPX503x +product ACCTON EN2242 0x1216 EN2242 + /* ADMtek products */ product ADMTEK AN985 0x1985 AN985 /* Adaptec products */ product ADP 1480 0x6075 APA-1480 +/* Corega products */ +product COREGA CB_TXD 0xa117 FEther CB-TXD 10/100 Ethernet + /* DEC products */ product DEC 21142 0x0019 21142/3 @@ -88,6 +98,10 @@ product INTEL DFE660 0x7192 DFE-660 /* Opti products */ product OPTI 82C861 0xc861 82C861 +/* Realtek (Creative Labs?) products */ +product REALTEK RT8138 0x8138 8138 Ethernet +product REALTEK RT8139 0x8139 8139 Ethernet + /* Xircom products */ /* is the `-3' here just indicating revision 3, or is it really part of the device name? */ |