diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-13 08:05:28 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-13 08:05:28 +0000 |
commit | 04a9221adcfea8cdf59681fbd9a26ce39f54559e (patch) | |
tree | d08aa0d6c98c2271a90c2486500b9581738f5ca3 /sys/arch/sparc/dev/cgtwo.c | |
parent | 31d406e979d057f73f15768c7cfa592f8ce6993e (diff) |
Revert back to Theo's eeprom.h.
Diffstat (limited to 'sys/arch/sparc/dev/cgtwo.c')
-rw-r--r-- | sys/arch/sparc/dev/cgtwo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/cgtwo.c b/sys/arch/sparc/dev/cgtwo.c index 243c7cde111..8c5dcc8f11a 100644 --- a/sys/arch/sparc/dev/cgtwo.c +++ b/sys/arch/sparc/dev/cgtwo.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cgtwo.c,v 1.10 1996/08/13 08:05:23 downsj Exp $ */ /* $NetBSD: cgtwo.c,v 1.16 1996/05/18 12:19:14 mrg Exp $ */ /* @@ -206,7 +207,7 @@ cgtwoattach(parent, self, args) * Assume this is the console if there's no eeprom info * to be found. */ - if (eep == NULL || eep->eeConsole == EE_CONS_COLOR) + if (eep == NULL || eep->ee_diag.eed_console == EED_CONS_COLOR) isconsole = (fbconstty != NULL); else isconsole = 0; |