summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_skreg.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-10-14 18:51:30 +0000
committerjhb <jhb@FreeBSD.org>2005-10-14 18:51:30 +0000
commitf63b585ffb04635ade225be42c5ca855a3eb7c12 (patch)
tree84fbefd69ba2e386c760aa0c23598b002628fdd8 /sys/pci/if_skreg.h
parentebae8f6ee41b833c83a2aa9705df852e74c55ed2 (diff)
downloadFreeBSD-src-f63b585ffb04635ade225be42c5ca855a3eb7c12.zip
FreeBSD-src-f63b585ffb04635ade225be42c5ca855a3eb7c12.tar.gz
Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032
cards and teach the re(4) driver to attach to revision 3 cards. Submitted by: Fredrik Lindberg fli+freebsd-current at shapeshifter dot se MFC after: 2 weeks Reviewed by: imp, mdodd
Diffstat (limited to 'sys/pci/if_skreg.h')
-rw-r--r--sys/pci/if_skreg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/pci/if_skreg.h b/sys/pci/if_skreg.h
index e8b6b8a..1c7158e 100644
--- a/sys/pci/if_skreg.h
+++ b/sys/pci/if_skreg.h
@@ -104,6 +104,11 @@
#define DEVICEID_LINKSYS_EG1032 0x1032
/*
+ * Linksys gigabit ethernet rev 2 sub-device ID
+ */
+#define SUBDEVICEID_LINKSYS_EG1032_REV2 0x0015
+
+/*
* D-Link PCI vendor ID
*/
#define VENDORID_DLINK 0x1186
OpenPOWER on IntegriCloud