Module Name:    src
Committed By:   macallan
Date:           Mon May 28 05:27:52 UTC 2018

Modified Files:
        src/sys/arch/macppc/conf: POWERMAC_G5_11_2

Log Message:
enable SMP, remove some ADB-only comments


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/macppc/conf/POWERMAC_G5_11_2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/conf/POWERMAC_G5_11_2
diff -u src/sys/arch/macppc/conf/POWERMAC_G5_11_2:1.10 src/sys/arch/macppc/conf/POWERMAC_G5_11_2:1.11
--- src/sys/arch/macppc/conf/POWERMAC_G5_11_2:1.10	Fri Apr 20 18:24:44 2018
+++ src/sys/arch/macppc/conf/POWERMAC_G5_11_2	Mon May 28 05:27:51 2018
@@ -82,25 +82,10 @@ options 	WSDISPLAY_COMPAT_USL		# wsconsc
 #options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
 options 	FONT_GALLANT12x22
 
-# Optional Mac keyboard tweaks
-
-# Tweak the keyboard driver to treat the caps lock key on an ADB
-# keyboard as a control key; requires special remapping because of
-# ADB's strange emulation of a mechanically-locked key.
-#options 	CAPS_IS_CONTROL
-
-# On Mac laptops, several function keys double as "hot keys"
-# (brightness, volume, eject) when the Fn modifier is held down.  Mac
-# OS X likes to reprogram the keyboard controller to send hot key
-# events when Fn is not held down and send function key events when it
-# is.  This option transforms the non-keyboard "button" events back
-# into function key events.
-#options 	FORCE_FUNCTION_KEYS
-
 # Kernel root file system and dump configuration.
 config		netbsd	root on ? type ?
 #config		netbsd	root on gem0 type nfs
-#options         NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
+#options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 
 #
 # Device configuration
@@ -109,6 +94,7 @@ config		netbsd	root on ? type ?
 mainbus* at root
 
 cpu*	at mainbus?
+options 	MULTIPROCESSOR
 ibmcpc* at mainbus?
 uninorth*	at mainbus?
 memory* at mainbus?

Reply via email to