Skip to content

Commit

Permalink
HBSD: OP-HBSD kernel config - fixed annoying compile error with custo…
Browse files Browse the repository at this point in the history
…m keymaps

Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
  • Loading branch information
opntr committed Nov 1, 2014
1 parent 98ebdfb commit 81c1aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/amd64/conf/OP-HBSD
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ 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=us.ctrl
makeoptions ATKBD_DFLT_KEYMAP="/usr/share/vt/keymaps/us.ctrl.kbd"
device atkbd # AT keyboard
device psm # PS/2 mouse

Expand Down Expand Up @@ -333,7 +333,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=us.ctrl
makeoptions UKBD_DFLT_KEYMAP="/usr/share/vt/keymaps/us.ctrl.kbd"
device ukbd # Keyboard
device ums # Mouse
#device umass # Disks/Mass storage - Requires scbus and da
Expand Down

0 comments on commit 81c1aff

Please sign in to comment.