summaryrefslogtreecommitdiffstats
path: root/sys/dev/dc/if_dcreg.h
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/dev/dc/if_dcreg.h
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/dev/dc/if_dcreg.h')
-rw-r--r--sys/dev/dc/if_dcreg.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/dev/dc/if_dcreg.h b/sys/dev/dc/if_dcreg.h
index 7255da2..12bf54b 100644
--- a/sys/dev/dc/if_dcreg.h
+++ b/sys/dev/dc/if_dcreg.h
@@ -926,6 +926,18 @@ struct dc_softc {
#define DC_DEVICEID_RS7112 0x1803
/*
+ * Not sure who this vendor should be, so we'll go with HAWKING until
+ * I can locate the right one.
+ */
+#define DC_VENDORID_HAWKING 0x17b3
+
+/*
+ * Sure looks like an abocom device ID, but it found on my hawking PN672TX
+ * card. Use that for now, and upgrade later.
+ */
+#define DC_DEVICEID_HAWKING_PN672TX 0xab08
+
+/*
* PCI low memory base and low I/O base register, and
* other PCI registers.
*/
OpenPOWER on IntegriCloud