- MFi386: Remove 'device io'.
- Remove duplicate options. - 'nomakeoption ATKBD_DFLT_KEYMAP' is not needed anymore.
This commit is contained in:
parent
40594b3305
commit
d0ea53f561
@ -7,8 +7,6 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
options PC98
|
||||
|
||||
#
|
||||
# We want LINT to cover profiling as well.
|
||||
profile 2
|
||||
@ -313,10 +311,6 @@ hint.pckbd.0.at="isa"
|
||||
hint.pckbd.0.port="0x041"
|
||||
hint.pckbd.0.irq="1"
|
||||
|
||||
# These options are valid for other keyboard drivers as well.
|
||||
options KBD_DISABLE_KEYMAP_LOAD # refuse to load a keymap
|
||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||
|
||||
# GDC screen
|
||||
device gdc
|
||||
hint.gdc.0.at="isa"
|
||||
@ -772,10 +766,6 @@ options VM_KMEM_SIZE
|
||||
options VM_KMEM_SIZE_MAX
|
||||
options VM_KMEM_SIZE_SCALE
|
||||
|
||||
|
||||
# The I/O device
|
||||
device io
|
||||
|
||||
|
||||
#####################################################################
|
||||
# Devices we don't want to deal with
|
||||
@ -826,5 +816,3 @@ nooption ACPI_MAX_THREADS
|
||||
|
||||
#####################################################################
|
||||
# Make options we don't want to deal with
|
||||
|
||||
nomakeoption ATKBD_DFLT_KEYMAP
|
||||
|
Loading…
Reference in New Issue
Block a user