summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac/maciovar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/powermac/maciovar.h')
-rw-r--r--sys/powerpc/powermac/maciovar.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/powerpc/powermac/maciovar.h b/sys/powerpc/powermac/maciovar.h
index c1ff391..ea0a029 100644
--- a/sys/powerpc/powermac/maciovar.h
+++ b/sys/powerpc/powermac/maciovar.h
@@ -38,6 +38,16 @@
#define MACIO_REG_SIZE 0x7ffff
/*
+ * Feature Control Registers (FCR)
+ */
+#define HEATHROW_FCR 0x38
+#define KEYLARGO_FCR0 0x38
+#define KEYLARGO_FCR1 0x3c
+
+#define FCR_ENET_ENABLE 0x60000000
+#define FCR_ENET_RESET 0x80000000
+
+/*
* Format of a macio reg property entry.
*/
struct macio_reg {
OpenPOWER on IntegriCloud