61 lines
1.7 KiB
Plaintext
61 lines
1.7 KiB
Plaintext
#
|
|
# SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes...
|
|
#
|
|
machine "i386"
|
|
cpu "i486"
|
|
ident SUN_LAMP
|
|
timezone 8 dst
|
|
maxusers 24
|
|
options INET,NFSSERVER,NFSCLIENT,MFS,ISOFS
|
|
options "COMPAT_43"
|
|
options "TCP_COMPAT_42"
|
|
options UCONSOLE, XSERVER
|
|
#options "WD8013"
|
|
options FDESC,KERNFS
|
|
options KTRACE
|
|
options SCSI
|
|
|
|
config netbsd root on sd0 swap on sd0
|
|
|
|
controller isa0
|
|
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 com0 at isa? port "IO_COM2" tty irq 3 vector comintr
|
|
#device com1 at isa? port 0x2a0 tty irq 4 flags 0x401 vector comintr
|
|
#device com2 at isa? port 0x2a8 tty irq 4 flags 0x401 vector comintr
|
|
#device com3 at isa? port 0x2b0 tty irq 4 flags 0x401 vector comintr
|
|
#device com4 at isa? port 0x2b8 tty irq 4 flags 0x401 vector comintr
|
|
|
|
controller ahb0 at isa? bio irq 11 drq 5 vector ahbintr
|
|
disk sd0 at ahb0 flags 0 drive 000
|
|
disk sd1 at ahb0 flags 0 drive 010
|
|
disk sd2 at ahb0 flags 0 drive 020
|
|
disk sd3 at ahb0 flags 0 drive 040
|
|
tape st0 at ahb0 flags 1 drive 030
|
|
tape st1 at ahb0 flags 1 drive 050
|
|
disk cd0 at ahb0 flags 2 drive 060
|
|
disk sd4 at ahb0 flags 0 drive ?
|
|
disk sd5 at ahb0 flags 0 drive ?
|
|
tape st2 at ahb0 flags 1 drive ?
|
|
disk cd1 at ahb0 flags 2 drive ?
|
|
|
|
device we0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 8192 vector weintr
|
|
|
|
pseudo-device loop
|
|
pseudo-device ether
|
|
pseudo-device sl
|
|
pseudo-device log
|
|
pseudo-device pty 16
|
|
|
|
pseudo-device bpfilter 4
|
|
|
|
pseudo-device swappager
|
|
pseudo-device vnodepager
|
|
pseudo-device devpager
|