summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_dc.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-01-10 05:37:15 +0000
committerimp <imp@FreeBSD.org>2003-01-10 05:37:15 +0000
commitd8624a90a21f889b227fd945069f7b0cc9bf14b9 (patch)
treef5243330bd4370e7916f9d7862a857f4b52fe8d7 /sys/pci/if_dc.c
parent87092eb3737a12bab804799042be8a6af704e9ba (diff)
downloadFreeBSD-src-d8624a90a21f889b227fd945069f7b0cc9bf14b9.zip
FreeBSD-src-d8624a90a21f889b227fd945069f7b0cc9bf14b9.tar.gz
Add preliminary support for the Hawking PN672TX CardBus cards.
# Preliminary because there are some subtle things the NetBSD driver does # that we don't do yet. My card works for me w/o them.
Diffstat (limited to 'sys/pci/if_dc.c')
-rw-r--r--sys/pci/if_dc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c
index 68395bb..daed180 100644
--- a/sys/pci/if_dc.c
+++ b/sys/pci/if_dc.c
@@ -194,6 +194,8 @@ static struct dc_type dc_devs[] = {
"Abocom FE2500 10/100BaseTX" },
{ DC_VENDORID_CONEXANT, DC_DEVICEID_RS7112,
"Conexant LANfinity MiniPCI 10/100BaseTX" },
+ { DC_VENDORID_HAWKING, DC_DEVICEID_HAWKING_PN672TX,
+ "Hawking CB102 CardBus 10/100" },
{ 0, 0, NULL }
};
@@ -2013,6 +2015,7 @@ dc_attach(dev)
case DC_DEVICEID_AN985:
case DC_DEVICEID_FE2500:
case DC_DEVICEID_EN2242:
+ case DC_DEVICEID_HAWKING_PN672TX:
sc->dc_type = DC_TYPE_AN985;
sc->dc_flags |= DC_TX_USE_TX_INTR;
sc->dc_flags |= DC_TX_ADMTEK_WAR;
OpenPOWER on IntegriCloud