diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-28 14:49:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-28 14:49:58 +0000 |
commit | 1d2c77d72fe4a03b046e2f9a249b6c54452e3b8b (patch) | |
tree | a37dd1267570ed8f31f5c369abc06299574d1d78 | |
parent | 68c4f50117319a5fe173d64ff6e65475c6b4d7a0 (diff) |
RCONSOLE -> RASTERCONSOLE
-rw-r--r-- | sys/arch/sparc/dev/cgeight.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/cgeight.c b/sys/arch/sparc/dev/cgeight.c index 79569f779bf..890e4ac50db 100644 --- a/sys/arch/sparc/dev/cgeight.c +++ b/sys/arch/sparc/dev/cgeight.c @@ -140,7 +140,7 @@ cgeightattach(parent, self, args) register volatile struct bt_regs *bt; register struct cgeight_all *p; int isconsole; -#ifdef RCONSOLE +#ifdef RASTERCONSOLE struct fbdevice fbd; #endif @@ -207,7 +207,7 @@ cgeightattach(parent, self, args) if (isconsole) { printf(" (console)\n"); -#ifdef RCONSOLE +#ifdef RASTERCONSOLE /* * Like SunOS and the bootrom, we want to do full-screen * text on the overlay plane. But rcons_init() requires |