summaryrefslogtreecommitdiffstats
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
parentcd1f63b35738c057ba4675bfb507c023a77dfc94 (diff)
downloadFreeBSD-src-238c22491cd4608280bce2f559ff1eca6026858d.zip
FreeBSD-src-238c22491cd4608280bce2f559ff1eca6026858d.tar.gz
remove unit counts from atkbdc, pckbd, sc
-rw-r--r--sys/alpha/conf/GENERIC4
-rw-r--r--sys/amd64/conf/GENERIC4
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/i386/conf/GENERIC4
-rw-r--r--sys/i386/conf/OLDCARD6
-rw-r--r--sys/ia64/conf/GENERIC4
-rw-r--r--sys/pc98/conf/GENERIC4
-rw-r--r--sys/sparc64/conf/GENERIC4
8 files changed, 17 insertions, 17 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 8439fcb..7235d2a 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -113,7 +113,7 @@ device amr # AMI MegaRAID
device mlx # Mylex DAC960 family
# 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
@@ -123,7 +123,7 @@ device tga # TGA 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
device mcclock # MC146818 real time clock device
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
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index a533ebb..34523ac 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -965,7 +965,7 @@ options MSGBUF_SIZE=40960
#
# The keyboard controller; it controls the keyboard and the PS/2 mouse.
-device atkbdc 1
+device atkbdc
hint.atkbdc.0.at="isa"
hint.atkbdc.0.port="0x060"
@@ -1038,7 +1038,7 @@ device star_saver
device warp_saver
# The syscons console driver (sco color console compatible).
-device sc 1
+device sc
hint.sc.0.at="isa"
options MAXCONS=16 # number of virtual consoles
options SC_ALT_MOUSE_IMAGE # simplified mouse cursor in text mode
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 089d0af..aef7f43 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
diff --git a/sys/i386/conf/OLDCARD b/sys/i386/conf/OLDCARD
index 68bf356..596b66c 100644
--- a/sys/i386/conf/OLDCARD
+++ b/sys/i386/conf/OLDCARD
@@ -123,7 +123,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 # psm mouse
@@ -133,7 +133,7 @@ device vga # VGA screen
device splash
# 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
@@ -211,7 +211,7 @@ device random # Entropy device
device loop # Network loopback
device ether # Ethernet support
device sl # Kernel SLIP
-device ppp 1 # Kernel PPP
+device ppp # Kernel PPP
device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 164b617..9dfbb4a 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -100,7 +100,7 @@ device amr # AMI MegaRAID
device mlx # Mylex DAC960 family
# 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
@@ -109,7 +109,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
# Serial (COM) ports
device sio
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index e7de87e..8b37a1b 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -113,14 +113,14 @@ device pass # Passthrough device (direct SCSI access)
device ses # SCSI Environmental Services (and SAF-TE)
# keyboard driver
-device pckbd 1 # PC98 keyboard
+device pckbd # PC98 keyboard
device gdc # GDC screen
device splash # Splash screen and screen saver support
# syscons is the default console driver, resembling an SCO console
-device sc 1
+device sc
# Floating point support - do not disable.
device npx
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 1c2827d..748f567 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -107,7 +107,7 @@ device pass # Passthrough device (direct SCSI access)
#device mlx # Mylex DAC960 family
# 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
@@ -116,7 +116,7 @@ device pass # Passthrough device (direct SCSI access)
#device splash # Splash screen and screen saver support
# syscons is the default console driver, resembling an SCO console
-#device sc 1
+#device sc
device ofw_console # OpenBoot firmware console device
OpenPOWER on IntegriCloud