1993-03-23 11:50:03 +03:00
|
|
|
#
|
|
|
|
# SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes...
|
|
|
|
#
|
1993-07-28 06:20:34 +04:00
|
|
|
# $Id: SUN_LAMP,v 1.24 1993/07/28 02:20:48 cgd Exp $
|
1993-05-07 12:33:00 +04:00
|
|
|
#
|
1993-03-23 11:50:03 +03:00
|
|
|
machine "i386"
|
1993-05-20 18:32:17 +04:00
|
|
|
cpu "I486_CPU"
|
1993-03-23 11:50:03 +03:00
|
|
|
ident SUN_LAMP
|
|
|
|
timezone 8 dst
|
1993-04-10 16:30:35 +04:00
|
|
|
maxusers 24
|
1993-04-11 00:17:43 +04:00
|
|
|
options INET,NFSSERVER,NFSCLIENT,MFS,ISOFS
|
1993-03-23 11:50:03 +03:00
|
|
|
options "COMPAT_43"
|
|
|
|
options "TCP_COMPAT_42"
|
|
|
|
options UCONSOLE, XSERVER
|
1993-07-18 17:08:41 +04:00
|
|
|
options "DUMMY_NOPS"
|
1993-03-25 13:58:20 +03:00
|
|
|
options FDESC,KERNFS
|
1993-04-03 11:33:10 +04:00
|
|
|
options KTRACE
|
1993-04-08 08:08:00 +04:00
|
|
|
options SCSI
|
1993-06-03 05:30:19 +04:00
|
|
|
options "COMPAT_NOMID"
|
1993-03-23 11:50:03 +03:00
|
|
|
|
1993-07-11 11:28:09 +04:00
|
|
|
options DDB
|
1993-07-11 14:29:55 +04:00
|
|
|
options "SYMTAB_SPACE=72000"
|
1993-07-11 11:28:09 +04:00
|
|
|
|
1993-07-28 06:20:34 +04:00
|
|
|
config netbsd root on sd0 swap on sd0 and sd1 and sd2
|
1993-03-23 11:50:03 +03:00
|
|
|
|
|
|
|
controller isa0
|
1993-04-06 14:49:30 +04:00
|
|
|
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
|
1993-03-23 11:50:03 +03:00
|
|
|
|
|
|
|
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
|
1993-04-12 15:39:53 +04:00
|
|
|
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 ?
|
1993-03-23 11:50:03 +03:00
|
|
|
|
1993-07-03 16:19:36 +04:00
|
|
|
device ed0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector edintr
|
1993-03-23 11:50:03 +03:00
|
|
|
|
|
|
|
pseudo-device loop
|
|
|
|
pseudo-device ether
|
|
|
|
pseudo-device sl
|
|
|
|
pseudo-device log
|
1993-05-26 14:15:05 +04:00
|
|
|
pseudo-device pty 32
|
1993-03-23 11:50:03 +03:00
|
|
|
|
1993-03-25 13:58:20 +03:00
|
|
|
pseudo-device bpfilter 4
|
|
|
|
|
1993-03-23 11:50:03 +03:00
|
|
|
pseudo-device swappager
|
|
|
|
pseudo-device vnodepager
|
|
|
|
pseudo-device devpager
|