Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf enable SMP, remove some ADB-only comments



details:   https://anonhg.NetBSD.org/src/rev/ba1536a8bf42
branches:  trunk
changeset: 319361:ba1536a8bf42
user:      macallan <macallan%NetBSD.org@localhost>
date:      Mon May 28 05:27:51 2018 +0000

description:
enable SMP, remove some ADB-only comments

diffstat:

 sys/arch/macppc/conf/POWERMAC_G5_11_2 |  18 ++----------------
 1 files changed, 2 insertions(+), 16 deletions(-)

diffs (38 lines):

diff -r c2961d9cef7a -r ba1536a8bf42 sys/arch/macppc/conf/POWERMAC_G5_11_2
--- a/sys/arch/macppc/conf/POWERMAC_G5_11_2     Mon May 28 05:25:06 2018 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5_11_2     Mon May 28 05:27:51 2018 +0000
@@ -82,25 +82,10 @@
 #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 @@
 mainbus* at root
 
 cpu*   at mainbus?
+options        MULTIPROCESSOR
 ibmcpc* at mainbus?
 uninorth*      at mainbus?
 memory* at mainbus?



Home | Main Index | Thread Index | Old Index