From 3472d01c715f7cd408aa362311ee17205616c86c Mon Sep 17 00:00:00 2001 From: pst Date: Wed, 23 Oct 1996 07:29:44 +0000 Subject: Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flag bit (0x0008) in the sc driver configuration line. This way it's easy to boink a generic kernel. Also, document and place in an opt_ file the #define's for overriding which serial port is the system console. Approved by: sos --- sys/isa/syscons.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/isa/syscons.h') diff --git a/sys/isa/syscons.h b/sys/isa/syscons.h index 100200f..2a724f4 100644 --- a/sys/isa/syscons.h +++ b/sys/isa/syscons.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.h,v 1.21 1996/09/30 23:00:58 sos Exp $ + * $Id: syscons.h,v 1.22 1996/10/18 18:51:37 sos Exp $ */ #ifndef _I386_ISA_SYSCONS_H_ @@ -69,6 +69,7 @@ #define VISUAL_BELL 0x00001 #define BLINK_CURSOR 0x00002 #define CHAR_CURSOR 0x00004 +#define DETECT_KBD 0x00008 /* attribute flags */ #define NORMAL_ATTR 0x00 -- cgit v1.1