summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-08-20 00:10:22 +0000
committerpeter <peter@FreeBSD.org>2002-08-20 00:10:22 +0000
commit238c22491cd4608280bce2f559ff1eca6026858d (patch)
tree9a6f216f75da28c7ff0b96ccd60bcc20ec61cc2f /sys/amd64/conf
parentcd1f63b35738c057ba4675bfb507c023a77dfc94 (diff)
downloadFreeBSD-src-238c22491cd4608280bce2f559ff1eca6026858d.zip
FreeBSD-src-238c22491cd4608280bce2f559ff1eca6026858d.tar.gz
remove unit counts from atkbdc, pckbd, sc
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 089d0af..aef7f43 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/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
OpenPOWER on IntegriCloud