summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_dcreg.h
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2003-07-10 18:43:17 +0000
committerwpaul <wpaul@FreeBSD.org>2003-07-10 18:43:17 +0000
commitab54f720139a9503efa3a9f37c35f48a84c0f789 (patch)
tree3309011d2d00ffd4ab30a5b099751df033c9b41d /sys/pci/if_dcreg.h
parent2184143037977814193cc1a055860d1eb9497c34 (diff)
downloadFreeBSD-src-ab54f720139a9503efa3a9f37c35f48a84c0f789.zip
FreeBSD-src-ab54f720139a9503efa3a9f37c35f48a84c0f789.tar.gz
Add support for a bunch of Microsoft networking products:
- MN-110 10/100 USB ethernet (ADMtek Pegasus II, if_aue) - MN-120 10/100 cardbus (ADMtek Centaur-C, if_dc) - MN-130 10/100 PCI (ADMtek Centaur-P, if_dc) Also update dc(4) man page to mention support for MN-120 and MN-130.
Diffstat (limited to 'sys/pci/if_dcreg.h')
-rw-r--r--sys/pci/if_dcreg.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/pci/if_dcreg.h b/sys/pci/if_dcreg.h
index edbefef..e4ad2b9 100644
--- a/sys/pci/if_dcreg.h
+++ b/sys/pci/if_dcreg.h
@@ -985,6 +985,20 @@ struct dc_softc {
#define DC_DEVICEID_HAWKING_PN672TX 0xab08
/*
+ * Microsoft device ID.
+ */
+#define DC_VENDORID_MICROSOFT 0x1414
+
+/*
+ * Supported Microsoft PCI and cardbus NICs. These are really
+ * ADMtek parts in disguise.
+ */
+
+#define DC_DEVICEID_MSMN120 0x0001
+#define DC_DEVICEID_MSMN130 0x0002
+#define DC_DEVICEID_MSMN130_FAKE 0xFFF2
+
+/*
* PCI low memory base and low I/O base register, and
* other PCI registers.
*/
OpenPOWER on IntegriCloud