HBSD: update OP-HBSD kernel config

Signed-off-by: Oliver Pinter <oliver.pinter@hardenedbsd.org>
This commit is contained in:
Oliver Pinter 2016-05-01 13:54:05 +02:00
parent f12984acb9
commit 54d02e9e03

View File

@ -194,12 +194,12 @@ device pass # Passthrough device (direct ATA/SCSI access)
# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc # AT keyboard controller
options ATKBD_DFLT_KEYMAP
makeoptions ATKBD_DFLT_KEYMAP="/usr/share/vt/keymaps/us.ctrl.kbd"
makeoptions ATKBD_DFLT_KEYMAP="us.ctrl"
device atkbd # AT keyboard
device psm # PS/2 mouse
options KBDMUX_DFLT_KEYMAP
makeoptions KBDMUX_DFLT_KEYMAP="/usr/share/vt/keymaps/us.ctrl.kbd"
makeoptions KBDMUX_DFLT_KEYMAP="us.ctrl"
device kbdmux # keyboard multiplexer
#device vga # VGA video card driver
@ -309,7 +309,6 @@ device ath_rate_sample # SampleRate tx rate control for ath
#device ipw # Intel 2100 wireless NICs.
#device iwi # Intel 2200BG/2225BG/2915ABG wireless NICs.
device iwn # Intel 4965/1000/5000/6000 wireless NICs.
device iwn1000fw
device iwn2030fw
#device malo # Marvell Libertas wireless NICs.
#device mwl # Marvell 88W8363 802.11n wireless NICs.
@ -342,7 +341,7 @@ device ehci # EHCI PCI->USB interface (USB 2.0)
device xhci # XHCI PCI->USB interface (USB 3.0)
device usb # USB Bus (required)
options UKBD_DFLT_KEYMAP
makeoptions UKBD_DFLT_KEYMAP="/usr/share/vt/keymaps/us.ctrl.kbd"
makeoptions UKBD_DFLT_KEYMAP="us.ctrl"
device ukbd # Keyboard
device ums # Mouse
#device umass # Disks/Mass storage - Requires scbus and da