Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Mention PCKBD_CNATTACH_MAY_FAIL, but don'...



details:   https://anonhg.NetBSD.org/src/rev/bd6e731b264e
branches:  trunk
changeset: 580690:bd6e731b264e
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed May 04 02:40:55 2005 +0000

description:
Mention PCKBD_CNATTACH_MAY_FAIL, but don't define it.

diffstat:

 sys/arch/i386/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r e7029a177f2d -r bd6e731b264e sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Wed May 04 02:39:19 2005 +0000
+++ b/sys/arch/i386/conf/GENERIC        Wed May 04 02:40:55 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.670 2005/05/04 01:55:24 augustss Exp $
+# $NetBSD: GENERIC,v 1.671 2005/05/04 02:40:55 augustss Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.670 $"
+#ident                 "GENERIC-$Revision: 1.671 $"
 
 maxusers       32              # estimated number of users
 
@@ -266,6 +266,8 @@
 options        WSDISPLAY_COMPAT_USL            # VT handling
 options        WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
 #options       WSKBD_EVENT_AUTOREPEAT          # auto repeat in event mode
+# don't attach pckbd as the console if no PS/2 keyboard is found
+options        PCKBD_CNATTACH_MAY_FAIL
 # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
 #options       PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" /* for pckbd driver */
 #options       UKBD_LAYOUT="(KB_DE | KB_NODEAD)"  /* for ukbd driver */



Home | Main Index | Thread Index | Old Index