summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb/creatorreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/fb/creatorreg.h')
-rw-r--r--sys/dev/fb/creatorreg.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/fb/creatorreg.h b/sys/dev/fb/creatorreg.h
index bb8162f..ce79582 100644
--- a/sys/dev/fb/creatorreg.h
+++ b/sys/dev/fb/creatorreg.h
@@ -234,9 +234,10 @@ struct creator_softc {
int sc_flags;
#define CREATOR_AFB (1 << 0)
-#define CREATOR_CUREN (1 << 1)
-#define CREATOR_CURINV (1 << 2)
-#define CREATOR_PAC1 (1 << 3)
+#define CREATOR_CONSOLE (1 << 1)
+#define CREATOR_CUREN (1 << 2)
+#define CREATOR_CURINV (1 << 3)
+#define CREATOR_PAC1 (1 << 4)
};
#endif /* !_DEV_FB_CREATOR_H_ */
OpenPOWER on IntegriCloud