From d8624a90a21f889b227fd945069f7b0cc9bf14b9 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 10 Jan 2003 05:37:15 +0000 Subject: 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. --- sys/dev/dc/if_dcreg.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'sys/dev/dc/if_dcreg.h') 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. */ -- cgit v1.1