summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard/pccarddevs
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-25 18:31:45 +0000
committerimp <imp@FreeBSD.org>2005-01-25 18:31:45 +0000
commit10dea313cc56680a4008d56a61e4e2db93682e3b (patch)
tree67b7c8592fb3bc6daadb27502bf6a39f44dd114a /sys/dev/pccard/pccarddevs
parente00c1df9076d2ce0230549efdb48862177e730e2 (diff)
downloadFreeBSD-src-10dea313cc56680a4008d56a61e4e2db93682e3b.zip
FreeBSD-src-10dea313cc56680a4008d56a61e4e2db93682e3b.tar.gz
Unbreak the Digital DEPCM-BA. Since it doesn't seem to have a proper
manufacturer ID, we need to use -1 rather than 0x100 when matching. Do this by defining and using DIGITAL2 .
Diffstat (limited to 'sys/dev/pccard/pccarddevs')
-rw-r--r--sys/dev/pccard/pccarddevs3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pccard/pccarddevs b/sys/dev/pccard/pccarddevs
index 568ae27..7382dfb 100644
--- a/sys/dev/pccard/pccarddevs
+++ b/sys/dev/pccard/pccarddevs
@@ -539,6 +539,7 @@ vendor AMD -1 AMD
vendor BILLIONTON -1 Billionton Systems Inc.
vendor CNET -1 CNet
vendor COREGA -1 Corega K.K.
+vendor DIGITAL2 -1 Digital Equipment Corporation
vendor DLINK -1 D-Link
vendor DYNALINK -1 DynaLink
vendor EIGERLABS -1 Eiger labs,Inc.
@@ -593,7 +594,7 @@ product COREGA WIRELESS_LAN_PCCA_11 { "corega&spK.K.", "Wireless&spLAN&spPCCA-11
product COREGA WIRELESS_LAN_PCCB_11 { "corega_K.K.", "Wireless_LAN_PCCB-11", NULL, NULL } Corega Wireless LAN PCCB-11
product COREGA WIRELESS_LAN_PCCL_11 { "corega", "WL&spPCCL-11", NULL, NULL } Corega Wireless LAN PCCL-11
-product DIGITAL DEPCMXX { "DIGITAL", "DEPCM-XX", NULL, NULL } DEC DEPCM-BA
+product DIGITAL2 DEPCMXX { "DIGITAL", "DEPCM-XX", NULL, NULL } DEC DEPCM-BA
product DLINK DE650 { "D-Link", "DE-650", NULL, NULL } D-Link DE-650
product DLINK DE660 { "D-Link", "DE-660", NULL, NULL } D-Link DE-660
product DLINK DE660PLUS { "D-Link", "DE-660+", NULL, NULL } D-Link DE-660+
OpenPOWER on IntegriCloud