sync with GENERIC 1.96, no functional change
This commit is contained in:
parent
66d1e506df
commit
a6a1f307de
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.45 1997/08/20 18:41:08 mjacob Exp $
|
||||
# $NetBSD: INSTALL,v 1.46 1997/08/27 04:56:38 mikel Exp $
|
||||
#
|
||||
# INSTALL -- an installation kernel config.
|
||||
# This kernel should be derived from GENERIC with ramdisk
|
||||
|
@ -37,6 +37,8 @@ options MINIROOTSIZE=3074
|
|||
#options MINIROOTSIZE=2880 # 1.44M, same as a floppy
|
||||
|
||||
#options DDB # in-kernel debugger
|
||||
#options KGDB # remote debugger
|
||||
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
#options DIAGNOSTIC # internal consistency checks
|
||||
#options KTRACE # system call tracing, a la ktrace(1)
|
||||
|
@ -96,7 +98,7 @@ options INET # IP + ICMP + TCP + UDP
|
|||
#options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
|
||||
config netbsd root on ? type ?
|
||||
#options COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0,CONSPEED=9600
|
||||
#options "CONSDEVNAME=\"com\"",CONADDR=0x3f8,CONSPEED=9600
|
||||
|
||||
#options EISAVERBOSE # verbose EISA device messages
|
||||
#options PCIVERBOSE # verbose PCI device messages
|
||||
|
@ -124,6 +126,7 @@ npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
|||
pc0 at isa? port 0x60 irq 1 # generic PC console device
|
||||
#vt0 at isa? port 0x60 irq 1
|
||||
|
||||
#options COM_HAYESP # adds Hayes ESP serial board support
|
||||
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
|
||||
com1 at isa? port 0x2f8 irq 3
|
||||
com2 at isa? port 0x3e8 irq 5
|
||||
|
@ -230,7 +233,7 @@ fxp* at pci? dev ? function ? # Intel EEPRO 10/100B
|
|||
#audio* at wss0
|
||||
#pas0 at isa? port 0x220 irq 7 drq 1 # ProAudio Spectrum
|
||||
#audio* at pas0
|
||||
#gus0 at isa? port 0x220 irq 7 drq 1 flags 6 # Gravis Ultra Sound (flags is record drq for full-duplex)
|
||||
#gus0 at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound
|
||||
#audio* at gus0
|
||||
#spkr0 at pckbd? port 0x61
|
||||
|
||||
|
|
Loading…
Reference in New Issue