summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/dev/dc/if_dcreg.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2021-02-16 17:55:48 -1000
committerChris Johns <chrisj@rtems.org>2021-09-18 17:52:31 +1000
commit332cc9f47b52f41b27df3fd226e4657bbe3fce8b (patch)
treeaa08daae176921210b78601bf8b68a9d101acb9e /freebsd/sys/dev/dc/if_dcreg.h
parentrtemsbsd/bus: Add PCI support to the nexus bus (diff)
downloadrtems-libbsd-332cc9f47b52f41b27df3fd226e4657bbe3fce8b.tar.bz2
bsp/motorola_powerpc: Add dc, ukphy and legacy PCI support
- Add the dc net dev to the BSP - Add the ukphy support - Add PCI Legacy bus support to the PowerPC Closes #4514
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
*/