summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/dev/dc/if_dcreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/dev/dc/if_dcreg.h')
-rw-r--r--freebsd/sys/dev/dc/if_dcreg.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/freebsd/sys/dev/dc/if_dcreg.h b/freebsd/sys/dev/dc/if_dcreg.h
index 9ae26cc6..1c5d39a0 100644
--- a/freebsd/sys/dev/dc/if_dcreg.h
+++ b/freebsd/sys/dev/dc/if_dcreg.h
@@ -824,6 +824,13 @@ struct dc_softc {
*/
#define DC_VENDORID_DEC 0x1011
+#ifdef __rtems__
+/*
+ * DEC/Intel 21140 PCI device ID
+ */
+#define DC_DEVICEID_21140A 0x0009
+
+#endif /* __rtems__ */
/*
* DEC/Intel 21143 PCI device ID
*/