92 lines
2.0 KiB
Plaintext
92 lines
2.0 KiB
Plaintext
#
|
|
# TRINITY -- Mycroft's 386 box
|
|
#
|
|
# $Id: TRINITY,v 1.29 1994/03/02 10:40:16 mycroft Exp $
|
|
#
|
|
|
|
machine "i386"
|
|
cpu "I386_CPU"
|
|
cpu "I486_CPU"
|
|
options "DUMMY_NOPS"
|
|
options "MACHINE_NONCONTIG"
|
|
options XSERVER,UCONSOLE
|
|
|
|
ident TRINITY
|
|
maxusers 16
|
|
maxfdescs 2048
|
|
timezone 5 dst
|
|
|
|
options SWAPPAGER
|
|
options VNODEPAGER,DEVPAGER
|
|
options DDB
|
|
#options DIAGNOSTIC
|
|
options KTRACE
|
|
options FIFO
|
|
#options SYSVSHM
|
|
#options "SHMMAXPGS=1024"
|
|
options LKM
|
|
|
|
options "COMPAT_NOMID"
|
|
options "COMPAT_43"
|
|
options "TCP_COMPAT_42"
|
|
|
|
#options QUOTA
|
|
options FFS
|
|
options MFS
|
|
options NFSSERVER
|
|
options NFSCLIENT
|
|
options ISOFS
|
|
options MSDOSFS
|
|
options FDESC
|
|
options KERNFS
|
|
|
|
options GATEWAY
|
|
options INET
|
|
#options NS
|
|
#options CCITT
|
|
#options ISO
|
|
#options TPIP
|
|
#options EON
|
|
|
|
options SCSI
|
|
|
|
config netbsd root on sd0 swap on sd0 and sd1 and sd2 and sd3
|
|
|
|
controller isa0
|
|
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
|
|
disk sd0 at aha0 flags 0 drive ?
|
|
disk sd1 at aha0 flags 0 drive ?
|
|
disk sd2 at aha0 flags 0 drive ?
|
|
disk sd3 at aha0 flags 0 drive ?
|
|
tape st0 at aha0 flags 1 drive ?
|
|
tape st1 at aha0 flags 1 drive ?
|
|
disk cd0 at aha0 flags 2 drive ?
|
|
disk cd1 at aha0 flags 2 drive ?
|
|
|
|
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
|
|
disk wd0 at wdc0 drive 0
|
|
disk wd1 at wdc0 drive 1
|
|
|
|
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
|
|
disk fd0 at fdc0 drive 0
|
|
disk fd1 at fdc0 drive 1
|
|
|
|
device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
|
|
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
|
|
|
|
device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
|
|
device com1 at isa? port "IO_COM2" tty irq 3 vector comintr
|
|
device lpt0 at isa? port "IO_LPT1" tty irq 7 vector lptintr
|
|
|
|
device lms0 at isa? port "IO_BMS1" tty irq 5 vector lmsintr
|
|
#device mms0 at isa? port "IO_BMS1" tty irq 5 vector mmsintr
|
|
#device pms0 at isa? port "IO_KBD" tty irq 12 vector pmsintr
|
|
|
|
device ed0 at isa? port 0x300 net irq 9 vector edintr
|
|
|
|
pseudo-device loop
|
|
pseudo-device ether
|
|
pseudo-device bpfilter 4
|
|
pseudo-device log
|
|
pseudo-device pty 32
|