diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-17 03:50:21 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-17 03:50:21 +0000 |
commit | 3fa394616a371308ccd558afd7662f69d4b0ac7b (patch) | |
tree | 9975f5ea82d9fd4fe8c250ec0a451e6a9d202a7d /sys/dev/cardbus | |
parent | d98375f36b4f02dac2a4fd755a77902a39d86776 (diff) |
Add product ID for ADMtek AN985. Note that there seemed to be some nomenclature
issues between this card and the PCI version. As far as I can tell, the AN983
is the PCI card and the AN985 is the CardBus version.
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r-- | sys/dev/cardbus/cardbusdevs | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sys/dev/cardbus/cardbusdevs b/sys/dev/cardbus/cardbusdevs index 7c39826f19f..e97924762fd 100644 --- a/sys/dev/cardbus/cardbusdevs +++ b/sys/dev/cardbus/cardbusdevs @@ -1,4 +1,4 @@ -$OpenBSD: cardbusdevs,v 1.4 2000/07/01 14:43:26 aaron Exp $ +$OpenBSD: cardbusdevs,v 1.5 2000/09/17 03:50:20 aaron Exp $ /* $NetBSD: cardbusdevs,v 1.7 1999/12/11 22:22:34 explorer Exp $ */ /* @@ -42,12 +42,13 @@ $OpenBSD: cardbusdevs,v 1.4 2000/07/01 14:43:26 aaron Exp $ */ vendor DEC 0x1011 Digital Equipment -vendor 3COM 0x10B7 3Com -vendor ADP 0x9004 Adaptec -vendor ADP2 0x9005 Adaptec (2nd PCI Vendor ID) vendor OPTI 0x1045 Opti +vendor 3COM 0x10B7 3Com vendor XIRCOM 0x115d Xircom +vendor ADMTEK 0x1317 ADMtek vendor INTEL 0x8086 Intel +vendor ADP 0x9004 Adaptec +vendor ADP2 0x9005 Adaptec (2nd PCI Vendor ID) vendor INVALID 0xffff INVALID VENDOR ID /* @@ -55,7 +56,6 @@ vendor INVALID 0xffff INVALID VENDOR ID */ /* 3COM Products */ - product 3COM 3C575 0x5057 3C575 100Base-TX product 3COM 3CCFE575BT 0x5157 3CCFE575BT 100Base-TX product 3COM 3CCFE575CT 0x5257 3CCFE575CT 100Base-TX @@ -64,6 +64,9 @@ product 3COM 3CCFEM656B 0x6562 3CCFEM656B 100Base-TX product 3COM MODEM56 0x6563 56k Modem product 3COM 3CCFEM656C 0x6564 3CCFEM656C 100Base-TX +/* ADMtek products */ +product ADMTEK AN985 0x1985 AN985 100Base-TX + /* Adaptec products */ product ADP 1480 0x6075 APA-1480 |