100 lines
2.1 KiB
Plaintext
100 lines
2.1 KiB
Plaintext
#
|
|
# ALL -- everything that's currently supported
|
|
#
|
|
# $Id: ALL,v 1.11 1993/06/06 22:20:03 cgd Exp $
|
|
#
|
|
machine "i386"
|
|
cpu "I386_CPU"
|
|
cpu "I486_CPU"
|
|
ident ALL
|
|
timezone 8 dst
|
|
maxusers 30
|
|
|
|
options KTRACE
|
|
options FIFO
|
|
#options SYSVSHM broken
|
|
#options SHMMAXPGS=1024 broken
|
|
options QUOTA
|
|
options MFS
|
|
options NFS
|
|
#options IMP
|
|
options INET
|
|
options NS
|
|
options ISO
|
|
options TPIP
|
|
options EON
|
|
options CCITT
|
|
options ISOFS
|
|
options DDB
|
|
options FDESC
|
|
options KERNFS
|
|
options SCSI
|
|
options "MATH_EMULATE"
|
|
options "COMPAT_NOMID"
|
|
|
|
options "COMPAT_43"
|
|
options "TCP_COMPAT_42"
|
|
|
|
config netbsd root on wd0 swap on wd0 and sd0
|
|
|
|
#buses
|
|
controller isa0
|
|
|
|
#non-scsi disk controllers
|
|
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
|
|
disk wd0 at wdc0 drive 0
|
|
disk wd0 at wdc0 drive 1
|
|
|
|
#floppy controller
|
|
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
|
|
|
|
#console
|
|
device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
|
|
|
|
#math co-processor
|
|
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
|
|
|
|
#serial
|
|
device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
|
|
device com1 at isa? port "IO_COM2" tty irq 3 vector comintr
|
|
|
|
#scsi
|
|
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
|
|
controller ahb0 at isa? bio irq 11 vector ahbintr
|
|
controller bt0 at isa? port "IO_BT0" bio irq 11 vector btintr
|
|
controller uha0 at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr
|
|
controller scbus0
|
|
|
|
device sd0
|
|
device sd1
|
|
|
|
device st0
|
|
device st1
|
|
|
|
device cd0
|
|
device cd1
|
|
|
|
device ch0
|
|
device ch1
|
|
|
|
#ether
|
|
device we0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 8192 vector weintr
|
|
device ne0 at isa? port 0x300 net irq 9 vector neintr
|
|
device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
|
|
device ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr
|
|
|
|
#pseudo-devices
|
|
pseudo-device pty8
|
|
#pseudo-device tb2 was never ported to 4.4
|
|
pseudo-device devpager
|
|
pseudo-device swappager
|
|
pseudo-device vnodepager
|
|
pseudo-device bpfilter3
|
|
pseudo-device loop
|
|
pseudo-device sl
|
|
#pseudo-device tun missing header files
|
|
pseudo-device ether #XXX
|
|
pseudo-device speaker
|