Added commented out PCCARD entries to GENERIC, also document and add

entries in LINT.
This commit is contained in:
Nate Williams 1996-05-13 04:29:14 +00:00
parent ae6a83ba17
commit 92d38a1399
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15759
5 changed files with 28 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.68 1996/04/29 20:03:41 jkh Exp $
# $Id: GENERIC,v 1.69 1996/05/01 03:26:58 bde Exp $
#
machine "i386"
@ -98,6 +98,10 @@ device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
#
device apm0 at isa? disable # Advanced Power Management
options APM_BROKEN_STATCLOCK # Workaround some buggy APM BIOS
# PCCARD (PCMCIA) support
#controller crd0
#device pcic0 at crd?
#device pcic1 at crd?
device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr

View File

@ -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.255 1996/05/03 05:44:44 asami Exp $
# $Id: LINT,v 1.256 1996/05/10 13:26:03 peter 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
@ -716,6 +716,7 @@ device pca0 at isa? port IO_TIMER1 tty
# apm: Laptop Advanced Power Management (experimental)
# spigot: The Creative Labs Video Spigot video-acquisition board
# meteor: Matrox Meteor video capture board
# crd: PCCARD (PCMCIA) slot controller (see pcic)
# cy: Cyclades serial driver
# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!)
# gp: National Instruments AT-GPIB and AT-GPIB/TNT board
@ -723,6 +724,7 @@ device pca0 at isa? port IO_TIMER1 tty
# gsc: Genius GS-4500 hand scanner.
# joy: joystick
# labpc: National Instrument's Lab-PC and Lab-PC+
# pcic: PCCARD (PCMCIA) slot (see crd)
# rc: RISCom/8 multiport card
# tw: TW-523 power line interface for use with X-10 home control products
# si: Specialix SI/XIO 4-32 port terminal multiplexor
@ -789,6 +791,9 @@ device spigot0 at isa? port 0xad6 irq 15 iomem 0xee000 vector spigintr
device qcam0 at isa? port "IO_LPT3" tty
device apm0 at isa?
options APM_BROKEN_STATCLOCK
controller crd0
device pcic0 at crd?
device pcic1 at crd?
device gp0 at isa? port 0x2c0 tty
device gsc0 at isa? port "IO_GSC1" tty drq 3
device joy0 at isa? port "IO_GAME"

View File

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.68 1996/04/29 20:03:41 jkh Exp $
# $Id: GENERIC,v 1.69 1996/05/01 03:26:58 bde Exp $
#
machine "i386"
@ -98,6 +98,10 @@ device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
#
device apm0 at isa? disable # Advanced Power Management
options APM_BROKEN_STATCLOCK # Workaround some buggy APM BIOS
# PCCARD (PCMCIA) support
#controller crd0
#device pcic0 at crd?
#device pcic1 at crd?
device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr

View File

@ -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.255 1996/05/03 05:44:44 asami Exp $
# $Id: LINT,v 1.256 1996/05/10 13:26:03 peter 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
@ -716,6 +716,7 @@ device pca0 at isa? port IO_TIMER1 tty
# apm: Laptop Advanced Power Management (experimental)
# spigot: The Creative Labs Video Spigot video-acquisition board
# meteor: Matrox Meteor video capture board
# crd: PCCARD (PCMCIA) slot controller (see pcic)
# cy: Cyclades serial driver
# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!)
# gp: National Instruments AT-GPIB and AT-GPIB/TNT board
@ -723,6 +724,7 @@ device pca0 at isa? port IO_TIMER1 tty
# gsc: Genius GS-4500 hand scanner.
# joy: joystick
# labpc: National Instrument's Lab-PC and Lab-PC+
# pcic: PCCARD (PCMCIA) slot (see crd)
# rc: RISCom/8 multiport card
# tw: TW-523 power line interface for use with X-10 home control products
# si: Specialix SI/XIO 4-32 port terminal multiplexor
@ -789,6 +791,9 @@ device spigot0 at isa? port 0xad6 irq 15 iomem 0xee000 vector spigintr
device qcam0 at isa? port "IO_LPT3" tty
device apm0 at isa?
options APM_BROKEN_STATCLOCK
controller crd0
device pcic0 at crd?
device pcic1 at crd?
device gp0 at isa? port 0x2c0 tty
device gsc0 at isa? port "IO_GSC1" tty drq 3
device joy0 at isa? port "IO_GAME"

View File

@ -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.255 1996/05/03 05:44:44 asami Exp $
# $Id: LINT,v 1.256 1996/05/10 13:26:03 peter 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
@ -716,6 +716,7 @@ device pca0 at isa? port IO_TIMER1 tty
# apm: Laptop Advanced Power Management (experimental)
# spigot: The Creative Labs Video Spigot video-acquisition board
# meteor: Matrox Meteor video capture board
# crd: PCCARD (PCMCIA) slot controller (see pcic)
# cy: Cyclades serial driver
# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!)
# gp: National Instruments AT-GPIB and AT-GPIB/TNT board
@ -723,6 +724,7 @@ device pca0 at isa? port IO_TIMER1 tty
# gsc: Genius GS-4500 hand scanner.
# joy: joystick
# labpc: National Instrument's Lab-PC and Lab-PC+
# pcic: PCCARD (PCMCIA) slot (see crd)
# rc: RISCom/8 multiport card
# tw: TW-523 power line interface for use with X-10 home control products
# si: Specialix SI/XIO 4-32 port terminal multiplexor
@ -789,6 +791,9 @@ device spigot0 at isa? port 0xad6 irq 15 iomem 0xee000 vector spigintr
device qcam0 at isa? port "IO_LPT3" tty
device apm0 at isa?
options APM_BROKEN_STATCLOCK
controller crd0
device pcic0 at crd?
device pcic1 at crd?
device gp0 at isa? port 0x2c0 tty
device gsc0 at isa? port "IO_GSC1" tty drq 3
device joy0 at isa? port "IO_GAME"