Sync with "GENERIC".
This commit is contained in:
parent
2cf006181e
commit
249f0890d0
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: NWSCONS,v 1.11 1998/10/01 10:01:20 frueauf Exp $
|
# $NetBSD: NWSCONS,v 1.12 1998/10/19 18:19:55 tron Exp $
|
||||||
#
|
#
|
||||||
# like GENERIC, with new console drivers
|
# like GENERIC, with new console drivers
|
||||||
#
|
#
|
||||||
|
@ -20,6 +20,9 @@ options USER_LDT # user-settable LDT; used by WINE
|
||||||
# eliminate delay no-ops in I/O; recommended on all but very old machines
|
# eliminate delay no-ops in I/O; recommended on all but very old machines
|
||||||
#options DUMMY_NOPS
|
#options DUMMY_NOPS
|
||||||
|
|
||||||
|
# delay between "rebooting ..." message and hardware reset, in milieconds
|
||||||
|
#options CPURESET_DELAY=2000
|
||||||
|
|
||||||
# Misc. i386-specific options
|
# Misc. i386-specific options
|
||||||
options XSERVER # X server support in console drivers
|
options XSERVER # X server support in console drivers
|
||||||
#options XSERVER_DDB # PF12 gets you into DDB when X is running
|
#options XSERVER_DDB # PF12 gets you into DDB when X is running
|
||||||
|
@ -99,7 +102,7 @@ file-system PORTAL # portal filesystem (still experimental)
|
||||||
file-system PROCFS # /proc
|
file-system PROCFS # /proc
|
||||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||||
file-system UNION # union file system
|
file-system UNION # union file system
|
||||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
file-system CODA # Coda File System; also needs vcoda (below)
|
||||||
|
|
||||||
# File system options
|
# File system options
|
||||||
options QUOTA # UFS quotas
|
options QUOTA # UFS quotas
|
||||||
|
@ -249,6 +252,9 @@ com* at isapnp? # Modems and serial boards
|
||||||
# PCMCIA serial interfaces
|
# PCMCIA serial interfaces
|
||||||
com* at pcmcia? function ? # Modems and serial cards
|
com* at pcmcia? function ? # Modems and serial cards
|
||||||
|
|
||||||
|
pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards
|
||||||
|
com* at pcmcom? slave ? # ...and the slave devices
|
||||||
|
|
||||||
# ISA serial interfaces
|
# ISA serial interfaces
|
||||||
#options COM_HAYESP # adds Hayes ESP serial board support
|
#options COM_HAYESP # adds Hayes ESP serial board support
|
||||||
com0 at isa? port 0x3f8 irq 4 # Standard PC serial ports
|
com0 at isa? port 0x3f8 irq 4 # Standard PC serial ports
|
||||||
|
@ -334,6 +340,8 @@ uk* at scsibus? target ? lun ? # SCSI unknown
|
||||||
|
|
||||||
|
|
||||||
# IDE and Related Devices
|
# IDE and Related Devices
|
||||||
|
# PCI IDE controllers (CMD tech's PCI0640, Intel's PIIx).
|
||||||
|
#pciide* at pci ? dev ? function ?
|
||||||
|
|
||||||
# ISA Plug-and-Play IDE controllers
|
# ISA Plug-and-Play IDE controllers
|
||||||
wdc* at isapnp?
|
wdc* at isapnp?
|
||||||
|
@ -341,19 +349,22 @@ wdc* at isapnp?
|
||||||
# PCMCIA IDE controllers
|
# PCMCIA IDE controllers
|
||||||
wdc* at pcmcia? function ?
|
wdc* at pcmcia? function ?
|
||||||
|
|
||||||
# ISA IDE controllers
|
# ISA ST506, ESDI, and IDE controllers
|
||||||
wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers
|
wdc0 at isa? port 0x1f0 irq 14
|
||||||
wdc1 at isa? port 0x170 irq 15
|
wdc1 at isa? port 0x170 irq 15
|
||||||
|
|
||||||
# IDE drives
|
# IDE drives
|
||||||
wd* at wdc? drive ? # the drives themselves
|
wd* at wdc? channel ? drive ?
|
||||||
|
#wd* at pciide? channel ? drive ?
|
||||||
|
|
||||||
# ATAPI bus support
|
# ATAPI bus support
|
||||||
atapibus* at wdc?
|
atapibus* at wdc? channel ?
|
||||||
|
#atapibus* at pciide? channel ?
|
||||||
|
|
||||||
# ATAPI devices
|
# ATAPI devices
|
||||||
cd* at atapibus? drive ? # ATAPI CD-ROM drives
|
cd* at atapibus? drive ? # ATAPI CD-ROM drives
|
||||||
sd* at atapibus? drive ? # ATAPI disk drives
|
sd* at atapibus? drive ? # ATAPI disk drives
|
||||||
|
uk* at atapibus? drive ? # ATAPI unknown
|
||||||
|
|
||||||
|
|
||||||
# Miscellaneous mass storage devices
|
# Miscellaneous mass storage devices
|
||||||
|
@ -573,4 +584,4 @@ pseudo-device sequencer 1 # MIDI sequencer
|
||||||
#options RND_COM # use "com" randomness as well (BROKEN)
|
#options RND_COM # use "com" randomness as well (BROKEN)
|
||||||
|
|
||||||
# a pseudo device needed for Coda # also needs CODA (above)
|
# a pseudo device needed for Coda # also needs CODA (above)
|
||||||
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
|
pseudo-device vcoda 4 # coda minicache <-> venus comm.
|
||||||
|
|
Loading…
Reference in New Issue