diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-30 18:14:13 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-30 18:14:13 +0000 |
commit | e4021e01bb99e4567a9194ab990184de4e823e19 (patch) | |
tree | 4e378caab8b64f13b58cee9985719e5a1352b0a7 /sys/arch/hp300/include/autoconf.h | |
parent | 5a5e42585277e6f9ae298508b0289638b926af16 (diff) |
Kill conforced, and have console devices use CN_FORCED priority instead.
This means we are no longer aborting the console scans even if the final
console has been found, but on the other hand makes some logic simpler;
plus it will be necessary for upcoming scode vs device loop order reversal.
No user-visible change.
Diffstat (limited to 'sys/arch/hp300/include/autoconf.h')
-rw-r--r-- | sys/arch/hp300/include/autoconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/include/autoconf.h b/sys/arch/hp300/include/autoconf.h index e19cb4db75e..d9fa65f15bf 100644 --- a/sys/arch/hp300/include/autoconf.h +++ b/sys/arch/hp300/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.12 2005/12/30 18:00:23 miod Exp $ */ +/* $OpenBSD: autoconf.h,v 1.13 2005/12/30 18:14:12 miod Exp $ */ /* $NetBSD: autoconf.h,v 1.4 1997/04/01 03:03:56 scottr Exp $ */ /*- @@ -43,7 +43,6 @@ extern int conscode; /* select code of console device */ #define CONSCODE_INVALID (-2) extern caddr_t conaddr; /* KVA of console device */ extern int convasize; /* size of mapping at conaddr */ -extern int conforced; /* console has been forced */ extern int consolepass; /* console initialization pass */ void hp300_cninit(void); |