summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES35
1 files changed, 24 insertions, 11 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 7e93763..80171ee 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.529 1999/01/09 18:12:07 wpaul Exp $
+# $Id: LINT,v 1.531 1999/01/10 07:45:33 phk Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -842,15 +842,35 @@ options "NTIMECOUNTER=20"
# configure cards from USERCONFIG. See pnp(4) for more info.
controller pnp0
+# The keyboard controller; it controlls the keyboard and the PS/2 mouse.
+controller atkbdc0 at isa? port IO_KBD tty
+
+# The AT keyboard
+device atkbd0 at isa? tty irq 1
+
+# PS/2 mouse
+device psm0 at isa? tty irq 12
+
+# Options for psm:
+options PSM_HOOKAPM #hook the APM resume event, useful
+ #for some laptops
+options PSM_RESETAFTERSUSPEND #reset the device at the resume event
+
+# The video card driver.
+device vga0 at isa? port ? conflicts
+
+# Splash screen at start up! Screen savers require this too.
+pseudo-device splash
+
# The pcvt console driver (vt220 compatible).
-device vt0 at isa? port IO_KBD conflicts tty irq 1
+device vt0 at isa? tty
options XSERVER # support for running an X server.
options FAT_CURSOR # start with block cursor
# This PCVT option is for keyboards such as those used on IBM ThinkPad laptops
options PCVT_SCANSET=2 # IBM keyboards are non-std
# The syscons console driver (sco color console compatible).
-device sc0 at isa? port IO_KBD conflicts tty irq 1
+device sc0 at isa? tty
options MAXCONS=16 # number of virtual consoles
options SLOW_VGA # do byte-wide i/o's to TS and GDC regs
options "STD8X16FONT" # Compile font in
@@ -1050,7 +1070,7 @@ disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
#
-# Other standard PC hardware: `lpt', `mse', `psm', `sio', etc.
+# Other standard PC hardware: `lpt', `mse', `sio', etc.
#
# lpt: printer port
# lpt specials:
@@ -1059,18 +1079,11 @@ disk fd1 at fdc0 drive 1
# The irq clause may be omitted. This will force the port
# into polling mode.
# mse: Logitech and ATI InPort bus mouse ports
-# psm: PS/2 mouse port [note: conflicts with sc0/vt0, thus "conflicts" keywd]
# sio: serial ports (see sio(4))
device lpt0 at isa? port? tty irq 7
device lpt1 at isa? port "IO_LPT3" tty irq 5
device mse0 at isa? port 0x23c tty irq 5
-device psm0 at isa? port IO_KBD conflicts tty irq 12
-
-# Options for psm:
-options PSM_HOOKAPM #hook the APM resume event, useful
- #for some laptops
-options PSM_RESETAFTERSUSPEND #reset the device at the resume event
device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4
OpenPOWER on IntegriCloud