76 lines
1.7 KiB
Plaintext
76 lines
1.7 KiB
Plaintext
#
|
|
# Theo Deraadt's 486
|
|
#
|
|
# $Id: TDR,v 1.41 1994/08/24 07:10:22 deraadt Exp $
|
|
#
|
|
machine "i386"
|
|
cpu "I386_CPU"
|
|
cpu "I486_CPU"
|
|
cpu "I586_CPU"
|
|
ident TDR
|
|
timezone 7 dst
|
|
maxusers 10
|
|
options SWAPPAGER,VNODEPAGER,DEVPAGER
|
|
options FFS,KERNFS,FDESC,QUOTA,"CD9660"
|
|
options INET,NFSSERVER,NFSCLIENT,GATEWAY
|
|
options "COMPAT_43"
|
|
options "TCP_COMPAT_42"
|
|
options DDB,SCSI,KTRACE
|
|
options COMPAT_NOMID
|
|
options "COMPAT_09"
|
|
options DUMMY_NOPS
|
|
options MACHINE_NONCONTIG
|
|
#options SYSVMSG,SYSVSEM
|
|
#options SYSVSHM
|
|
options MATH_EMULATE
|
|
options "COMPAT_SVR4"
|
|
|
|
config netbsd root on sd0 swap on sd0 and sd1 and wd0
|
|
|
|
controller isa0
|
|
|
|
device vt0 at isa? port "IO_KBD" irq 1
|
|
options PCVT_NOFASTSCROLL
|
|
|
|
device com0 at isa? port 0x3f8 irq 4
|
|
master ast0 at isa? port 0x1a0 irq 5
|
|
device com1 at ast0 flags 1 slave ?
|
|
device com2 at ast0 flags 1 slave ?
|
|
device com3 at ast0 flags 1 slave ?
|
|
device com4 at ast0 flags 1 slave ?
|
|
|
|
controller wdc0 at isa? port 0x1f0 irq 14
|
|
disk wd0 at wdc0 drive ?
|
|
disk wd1 at wdc0 drive ?
|
|
|
|
controller fdc0 at isa? port 0x3f0 irq 6 drq 2
|
|
disk fd0 at fdc0 drive ?
|
|
disk fd1 at fdc0 drive ?
|
|
|
|
controller bt0 at isa? port 0x330 irq ?
|
|
master scsibus0 at bt0
|
|
disk sd0 at scsibus0 slave ?
|
|
disk sd1 at scsibus0 slave ?
|
|
disk sd2 at scsibus0 slave ?
|
|
disk sd3 at scsibus0 slave ?
|
|
tape st0 at scsibus0 slave ?
|
|
tape st1 at scsibus0 slave ?
|
|
disk cd0 at scsibus0 slave ?
|
|
disk cd1 at scsibus0 slave ?
|
|
|
|
device ep0 at isa? port ? irq ?
|
|
device ep1 at isa? port ? irq ?
|
|
device ep2 at isa? port ? irq ?
|
|
device ed0 at isa? port 0x280 irq 9 iomem 0xd0000
|
|
|
|
device npx0 at isa? port "IO_NPX" irq 13
|
|
|
|
pseudo-device loop
|
|
pseudo-device ether
|
|
pseudo-device tun 2
|
|
pseudo-device sl 2
|
|
pseudo-device ppp 2
|
|
pseudo-device log
|
|
pseudo-device pty 32
|
|
pseudo-device bpfilter 16
|