1993-05-17 09:25:01 +04:00
|
|
|
#
|
|
|
|
# PAIN -- kernel for another of cgd's 486/50 EISA boxes...
|
|
|
|
#
|
1993-10-21 02:04:52 +03:00
|
|
|
# $Id: PAIN,v 1.16 1993/10/20 23:04:56 cgd Exp $
|
1993-05-17 09:25:01 +04:00
|
|
|
#
|
|
|
|
machine "i386"
|
1993-05-20 18:32:17 +04:00
|
|
|
cpu "I486_CPU"
|
1993-05-17 09:25:01 +04:00
|
|
|
ident PAIN
|
|
|
|
timezone 8 dst
|
|
|
|
maxusers 10
|
1993-08-30 11:07:53 +04:00
|
|
|
options SWAPPAGER,VNODEPAGER,DEVPAGER
|
1993-05-17 09:25:01 +04:00
|
|
|
options INET,NFSSERVER,NFSCLIENT,MFS
|
|
|
|
options "COMPAT_43"
|
|
|
|
options "TCP_COMPAT_42"
|
|
|
|
options UCONSOLE, XSERVER
|
1993-07-18 17:08:41 +04:00
|
|
|
options "DUMMY_NOPS"
|
1993-08-07 11:53:27 +04:00
|
|
|
options MSDOSFS
|
|
|
|
options FDESC
|
|
|
|
options KERNFS
|
1993-08-28 15:00:35 +04:00
|
|
|
options PROCFS
|
1993-05-17 09:25:01 +04:00
|
|
|
options KTRACE
|
|
|
|
options SCSI
|
1993-06-03 05:30:19 +04:00
|
|
|
options "COMPAT_NOMID"
|
1993-09-13 18:22:42 +04:00
|
|
|
options "MACHINE_NONCONTIG"
|
1993-07-11 11:28:09 +04:00
|
|
|
|
1993-07-02 14:09:17 +04:00
|
|
|
options DDB
|
1993-05-17 09:25:01 +04:00
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
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 ?
|
|
|
|
tape st0 at ahb0 flags 1 drive ?
|
|
|
|
|
1993-07-03 16:19:36 +04:00
|
|
|
device ed0 at isa? port 0x300 net irq 5 iomem 0xca000 vector edintr
|
1993-05-17 10:17:41 +04:00
|
|
|
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 lpt0 at isa? port "IO_LPT1" tty irq 7 vector lptintr
|
1993-05-17 09:25:01 +04:00
|
|
|
|
|
|
|
pseudo-device loop 2
|
|
|
|
pseudo-device ether
|
|
|
|
pseudo-device log
|
|
|
|
pseudo-device pty 16
|
|
|
|
|
|
|
|
pseudo-device bpfilter 4
|