aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf/GENERIC
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-08-20 00:10:22 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-08-20 00:10:22 +0000
commitf453022cd931c5fecfcd9a72e5cc40ace69d8023 (patch)
tree9a6f216f75da28c7ff0b96ccd60bcc20ec61cc2f /sys/i386/conf/GENERIC
parentca9cc66fbd2124a69a319016c9127d379388211c (diff)
downloadsrc-f453022cd931c5fecfcd9a72e5cc40ace69d8023.tar.gz
src-f453022cd931c5fecfcd9a72e5cc40ace69d8023.zip
remove unit counts from atkbdc, pckbd, sc
Notes
Notes: svn path=/head/; revision=102153
Diffstat (limited to 'sys/i386/conf/GENERIC')
-rw-r--r--sys/i386/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 089d0afe70b0..aef7f431d47b 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -125,7 +125,7 @@ device mlx # Mylex DAC960 family
device twe # 3ware ATA RAID
# atkbdc0 controls both the keyboard and the PS/2 mouse
-device atkbdc 1 # AT keyboard controller
+device atkbdc # AT keyboard controller
device atkbd # AT keyboard
device psm # PS/2 mouse
@@ -134,7 +134,7 @@ device vga # VGA video card driver
device splash # Splash screen and screen saver support
# syscons is the default console driver, resembling an SCO console
-device sc 1
+device sc
# Enable this for the pcvt (VT220 compatible) console driver
#device vt