Subject: GENERIC typo
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 05/16/2005 15:40:45
--hQiwHBbRI9kgIhsi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
There's a trivial typo in GENERIC..
Cheers,
Patrick
--hQiwHBbRI9kgIhsi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=pat
Index: GENERIC
===================================================================
RCS file: /cvsroot/src/sys/arch/i386/conf/GENERIC,v
retrieving revision 1.672
diff -u -r1.672 GENERIC
--- GENERIC 6 May 2005 04:42:24 -0000 1.672
+++ GENERIC 16 May 2005 14:39:34 -0000
@@ -269,8 +269,8 @@
# 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 */
+#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for pckbd driver
+#options UKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for ukbd driver
# allocate a number of virtual screens at autoconfiguration time
#options WSDISPLAY_DEFAULTSCREENS=4
# use a large software cursor that doesn't blink
@@ -974,7 +974,7 @@
uaudio* at uhub? port ? configuration ?
# USB MIDI
-umidi* at uhub? port ? configuration ?
+umidi* at uhub? port ? configuration ?
# USB IrDA
# USB-IrDA bridge spec
--hQiwHBbRI9kgIhsi--