From b4140c65c18502075a73eb40086bc05b9b23cb46 Mon Sep 17 00:00:00 2001 From: nyan Date: Fri, 20 Oct 2006 11:48:46 +0000 Subject: [PATCH] - MFi386: Remove 'device io'. - Remove duplicate options. - 'nomakeoption ATKBD_DFLT_KEYMAP' is not needed anymore. --- sys/pc98/conf/NOTES | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES index a6fdd0ee68ad..e2753d78214b 100644 --- a/sys/pc98/conf/NOTES +++ b/sys/pc98/conf/NOTES @@ -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