summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xlreg.h
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2001-08-28 00:40:18 +0000
committerwpaul <wpaul@FreeBSD.org>2001-08-28 00:40:18 +0000
commitb2c362a82172340a68a716de5bd0051df0ad3641 (patch)
tree8b16f50d21c441f3aaaef4978e496143e7df171b /sys/pci/if_xlreg.h
parent0d6191f0277fc0b26d4c5a8e054d52da40448fc7 (diff)
downloadFreeBSD-src-b2c362a82172340a68a716de5bd0051df0ad3641.zip
FreeBSD-src-b2c362a82172340a68a716de5bd0051df0ad3641.tar.gz
Add support for the 3c656B cardbus adapter. This is one half of a
dual function card. It needs pretty much the same flags as the 656C, except that it seems to need both the INVERT_MII_PWR and INVERT_LED_PWR flags set. Tested with cardbus in -current as of today. Also added support for the 3c656, which looks to be the same as the 656B, except it doesn't need the EEPROM_8BIT flag. I think. This one is untested, but the added support should not break any of the other cards.
Diffstat (limited to 'sys/pci/if_xlreg.h')
-rw-r--r--sys/pci/if_xlreg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pci/if_xlreg.h b/sys/pci/if_xlreg.h
index bd4ca77..8a06e43 100644
--- a/sys/pci/if_xlreg.h
+++ b/sys/pci/if_xlreg.h
@@ -667,7 +667,9 @@ struct xl_stats {
#define TC_DEVICEID_HURRICANE_575A 0x5057
#define TC_DEVICEID_HURRICANE_575B 0x5157
#define TC_DEVICEID_HURRICANE_575C 0x5257
-#define TC_DEVICEID_HURRICANE_656C 0x6564
+#define TC_DEVICEID_HURRICANE_656 0x6560
+#define TC_DEVICEID_HURRICANE_656B 0x6562
+#define TC_DEVICEID_TORNADO_656C 0x6564
/*
* PCI low memory base and low I/O base register, and
OpenPOWER on IntegriCloud