LINT (86415b71f966af3316ba32c81da9b39a8a77893f) LINT (2ad872c5794e4c26fdf6ed219ad3f09ca0d5304a)
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $Id: LINT,v 1.529 1999/01/09 18:12:07 wpaul Exp $
5# $Id: LINT,v 1.531 1999/01/10 07:45:33 phk Exp $
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

--- 823 unchanged lines hidden (view full) ---

837
838options "NTIMECOUNTER=20"
839
840# Enable PnP support in the kernel. This allows you to automaticly
841# attach to PnP cards for drivers that support it and allows you to
842# configure cards from USERCONFIG. See pnp(4) for more info.
843controller pnp0
844
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

--- 823 unchanged lines hidden (view full) ---

837
838options "NTIMECOUNTER=20"
839
840# Enable PnP support in the kernel. This allows you to automaticly
841# attach to PnP cards for drivers that support it and allows you to
842# configure cards from USERCONFIG. See pnp(4) for more info.
843controller pnp0
844
845# The keyboard controller; it controlls the keyboard and the PS/2 mouse.
846controller atkbdc0 at isa? port IO_KBD tty
847
848# The AT keyboard
849device atkbd0 at isa? tty irq 1
850
851# PS/2 mouse
852device psm0 at isa? tty irq 12
853
854# Options for psm:
855options PSM_HOOKAPM #hook the APM resume event, useful
856 #for some laptops
857options PSM_RESETAFTERSUSPEND #reset the device at the resume event
858
859# The video card driver.
860device vga0 at isa? port ? conflicts
861
862# Splash screen at start up! Screen savers require this too.
863pseudo-device splash
864
845# The pcvt console driver (vt220 compatible).
865# The pcvt console driver (vt220 compatible).
846device vt0 at isa? port IO_KBD conflicts tty irq 1
866device vt0 at isa? tty
847options XSERVER # support for running an X server.
848options FAT_CURSOR # start with block cursor
849# This PCVT option is for keyboards such as those used on IBM ThinkPad laptops
850options PCVT_SCANSET=2 # IBM keyboards are non-std
851
852# The syscons console driver (sco color console compatible).
867options XSERVER # support for running an X server.
868options FAT_CURSOR # start with block cursor
869# This PCVT option is for keyboards such as those used on IBM ThinkPad laptops
870options PCVT_SCANSET=2 # IBM keyboards are non-std
871
872# The syscons console driver (sco color console compatible).
853device sc0 at isa? port IO_KBD conflicts tty irq 1
873device sc0 at isa? tty
854options MAXCONS=16 # number of virtual consoles
855options SLOW_VGA # do byte-wide i/o's to TS and GDC regs
856options "STD8X16FONT" # Compile font in
857makeoptions "STD8X16FONT"="cp850"
858options SC_HISTORY_SIZE=200 # number of history buffer lines
859options SC_DISABLE_REBOOT # disable reboot key sequence
860# Try the following option if the mouse pointer is not drawn correctly
861# or font does not seem to be loaded properly. May cause flicker on

--- 183 unchanged lines hidden (view full) ---

1045# have an Insight floppy tape. Probing them proved to be dangerous
1046# for people with floppy disks only, so it's "hidden" behind a flag:
1047#controller fdc0 at isa? port "IO_FD1" bio flags 1 irq 6 drq 2
1048
1049disk fd0 at fdc0 drive 0
1050disk fd1 at fdc0 drive 1
1051
1052#
874options MAXCONS=16 # number of virtual consoles
875options SLOW_VGA # do byte-wide i/o's to TS and GDC regs
876options "STD8X16FONT" # Compile font in
877makeoptions "STD8X16FONT"="cp850"
878options SC_HISTORY_SIZE=200 # number of history buffer lines
879options SC_DISABLE_REBOOT # disable reboot key sequence
880# Try the following option if the mouse pointer is not drawn correctly
881# or font does not seem to be loaded properly. May cause flicker on

--- 183 unchanged lines hidden (view full) ---

1065# have an Insight floppy tape. Probing them proved to be dangerous
1066# for people with floppy disks only, so it's "hidden" behind a flag:
1067#controller fdc0 at isa? port "IO_FD1" bio flags 1 irq 6 drq 2
1068
1069disk fd0 at fdc0 drive 0
1070disk fd1 at fdc0 drive 1
1071
1072#
1053# Other standard PC hardware: `lpt', `mse', `psm', `sio', etc.
1073# Other standard PC hardware: `lpt', `mse', `sio', etc.
1054#
1055# lpt: printer port
1056# lpt specials:
1057# The port may be specified as ?. This will cause the
1058# driver to scan the BIOS port list.
1059# The irq clause may be omitted. This will force the port
1060# into polling mode.
1061# mse: Logitech and ATI InPort bus mouse ports
1074#
1075# lpt: printer port
1076# lpt specials:
1077# The port may be specified as ?. This will cause the
1078# driver to scan the BIOS port list.
1079# The irq clause may be omitted. This will force the port
1080# into polling mode.
1081# mse: Logitech and ATI InPort bus mouse ports
1062# psm: PS/2 mouse port [note: conflicts with sc0/vt0, thus "conflicts" keywd]
1063# sio: serial ports (see sio(4))
1064
1065device lpt0 at isa? port? tty irq 7
1066device lpt1 at isa? port "IO_LPT3" tty irq 5
1067device mse0 at isa? port 0x23c tty irq 5
1082# sio: serial ports (see sio(4))
1083
1084device lpt0 at isa? port? tty irq 7
1085device lpt1 at isa? port "IO_LPT3" tty irq 5
1086device mse0 at isa? port 0x23c tty irq 5
1068device psm0 at isa? port IO_KBD conflicts tty irq 12
1069
1087
1070# Options for psm:
1071options PSM_HOOKAPM #hook the APM resume event, useful
1072 #for some laptops
1073options PSM_RESETAFTERSUSPEND #reset the device at the resume event
1074
1075device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4
1076
1077#
1078# `flags' for serial drivers that support consoles (only for sio now):
1079# 0x10 enable console support for this unit. The other console flags
1080# are ignored unless this is set. Enabling console support does
1081# not make the unit the preferred console - boot with -h or set
1082# the 0x20 flag for that. Currently, at most one unit can have

--- 900 unchanged lines hidden ---
1088device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4
1089
1090#
1091# `flags' for serial drivers that support consoles (only for sio now):
1092# 0x10 enable console support for this unit. The other console flags
1093# are ignored unless this is set. Enabling console support does
1094# not make the unit the preferred console - boot with -h or set
1095# the 0x20 flag for that. Currently, at most one unit can have

--- 900 unchanged lines hidden ---