67 lines
2.0 KiB
Plaintext
67 lines
2.0 KiB
Plaintext
#
|
|
# GENERICISA -- Generic ISA machine -- distribution floppy
|
|
#
|
|
machine "i386"
|
|
cpu "i386"
|
|
ident TDR
|
|
timezone 7 dst
|
|
maxusers 10
|
|
options INET,NFSSERVER,NFSCLIENT,GATEWAY,NFS
|
|
options "COMPAT_43"
|
|
options "TCP_COMPAT_42"
|
|
options SCSI,ISOFS
|
|
options DDB
|
|
|
|
config netbsd root on wd0 swap on wd0
|
|
|
|
controller isa0
|
|
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 wdc1 at isa? port "IO_WD2" bio irq 7 vector wdintr
|
|
disk wd2 at wdc1 drive 0
|
|
disk wd3 at wdc1 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
|
|
disk fd2 at fdc0 drive 2
|
|
disk fd3 at fdc0 drive 3
|
|
|
|
#controller wds0 at isa? port "IO_WDS" bio irq 15 drq 6 vector wdsintr
|
|
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 7 vector ahaintr
|
|
disk sd0 at aha0 flags 0 drive 000
|
|
disk sd1 at aha0 flags 0 drive 010
|
|
disk sd2 at aha0 flags 0 drive 020
|
|
disk sd3 at aha0 flags 0 drive 040
|
|
tape st0 at aha0 flags 1 drive 030
|
|
tape st1 at aha0 flags 1 drive 050
|
|
disk cd0 at aha0 flags 2 drive 060
|
|
disk sd4 at aha0 flags 0 drive ?
|
|
disk sd5 at aha0 flags 0 drive ?
|
|
tape st2 at aha0 flags 1 drive ?
|
|
disk cd1 at aha0 flags 2 drive ?
|
|
|
|
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 we0 at isa? port 0x280 net irq 2 iomem 0xd0000 iosiz 8192 vector weintr
|
|
#device ne0 at isa? port 0x300 net irq 2 vector neintr
|
|
#device ec0 at isa? port 0x250 net irq 2 iomem 0xd8000 iosiz 8192 vector ecintr
|
|
#device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
|
|
|
|
#device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
|
|
|
|
pseudo-device loop
|
|
pseudo-device ether
|
|
#pseudo-device sl 2
|
|
pseudo-device log
|
|
pseudo-device pty 8
|
|
pseudo-device bpfilter 16
|
|
|
|
pseudo-device swappager
|
|
pseudo-device vnodepager
|
|
pseudo-device devpager
|