1993-05-17 09:25:01 +04:00
|
|
|
#
|
|
|
|
# PAIN -- kernel for another of cgd's 486/50 EISA boxes...
|
|
|
|
#
|
1994-07-17 01:46:44 +04:00
|
|
|
# $Id: PAIN,v 1.36 1994/07/16 21:46:49 cgd Exp $
|
1993-05-17 09:25:01 +04:00
|
|
|
#
|
1994-01-16 04:38:07 +03:00
|
|
|
machine "i386"
|
|
|
|
cpu "I486_CPU"
|
|
|
|
ident PAIN
|
|
|
|
timezone 8 dst
|
|
|
|
maxusers 10
|
|
|
|
|
|
|
|
# "mandatory"
|
1993-08-30 11:07:53 +04:00
|
|
|
options SWAPPAGER,VNODEPAGER,DEVPAGER
|
1994-01-05 19:28:55 +03:00
|
|
|
|
1994-01-16 04:38:07 +03:00
|
|
|
# all of the networking possibilities known to man
|
|
|
|
options INET
|
|
|
|
options NS
|
|
|
|
options ISO
|
|
|
|
options TPIP
|
|
|
|
options EON
|
|
|
|
options CCITT
|
1994-05-13 10:22:55 +04:00
|
|
|
options LLC
|
|
|
|
options HDLC
|
1994-01-16 04:38:07 +03:00
|
|
|
# and even multicast support!
|
|
|
|
options MULTICAST
|
1994-01-05 19:28:55 +03:00
|
|
|
|
1994-01-16 04:38:07 +03:00
|
|
|
# and even forward packets
|
|
|
|
options GATEWAY
|
|
|
|
|
|
|
|
# "optional, but generally included"
|
|
|
|
options "COMPAT_43"
|
|
|
|
options "TCP_COMPAT_42"
|
1994-04-15 04:25:12 +04:00
|
|
|
options "COMPAT_09"
|
1994-01-16 04:38:07 +03:00
|
|
|
|
|
|
|
# i386 stuff
|
|
|
|
options UCONSOLE, XSERVER
|
|
|
|
options DUMMY_NOPS
|
|
|
|
options COMPAT_NOMID
|
|
|
|
options MACHINE_NONCONTIG
|
|
|
|
|
|
|
|
# for per-process i386 LDT's
|
|
|
|
options USER_LDT
|
|
|
|
|
|
|
|
# every file system known to man
|
1994-03-10 00:21:37 +03:00
|
|
|
options FFS
|
1994-01-16 04:38:07 +03:00
|
|
|
options MFS
|
|
|
|
options NFSSERVER,NFSCLIENT
|
1994-07-17 01:46:44 +04:00
|
|
|
options MSDOSFS
|
1994-07-05 00:22:26 +04:00
|
|
|
options "CD9660",NULLFS
|
1994-06-29 10:29:24 +04:00
|
|
|
options FDESC,FIFO,KERNFS,PORTAL,PROCFS
|
1993-07-11 11:28:09 +04:00
|
|
|
|
1994-01-16 04:38:07 +03:00
|
|
|
# and even UFS quotas
|
|
|
|
options QUOTA
|
|
|
|
|
|
|
|
# SysV compat stuff
|
1994-06-04 00:52:09 +04:00
|
|
|
options SYSVMSG,SYSVSEM
|
|
|
|
options SYSVSHM
|
1994-01-16 04:38:07 +03:00
|
|
|
#options "SHMMAXPAGES=1024" # 1024 is the default.
|
|
|
|
|
|
|
|
# Various "debugging" stuff
|
1993-07-02 14:09:17 +04:00
|
|
|
options DDB
|
1993-12-20 13:07:58 +03:00
|
|
|
options DIAGNOSTIC
|
1994-01-16 04:38:07 +03:00
|
|
|
options KTRACE
|
|
|
|
|
|
|
|
# loadable kernel modules
|
|
|
|
options LKM
|
|
|
|
|
|
|
|
# uses the SCSI system (XXX)
|
|
|
|
options SCSI
|
1993-05-17 09:25:01 +04:00
|
|
|
|
1994-01-16 04:38:07 +03:00
|
|
|
config netbsd root on sd0 swap on sd0
|
1993-05-17 09:25:01 +04:00
|
|
|
|
1994-01-16 04:38:07 +03:00
|
|
|
controller isa0
|
1993-05-17 09:25:01 +04:00
|
|
|
|
1994-04-21 03:39:19 +04:00
|
|
|
device pc0 at isa? port "IO_KBD" irq 1
|
|
|
|
device com0 at isa? port "IO_COM1" irq 4
|
|
|
|
device com1 at isa? port "IO_COM2" irq 3
|
|
|
|
device lpt0 at isa? port "IO_LPT1" irq 7
|
1993-05-17 09:25:01 +04:00
|
|
|
|
1994-04-21 03:39:19 +04:00
|
|
|
controller fdc0 at isa? port "IO_FD1" irq 6 drq 2
|
1994-03-29 08:40:38 +04:00
|
|
|
disk fd0 at fdc0 drive ?
|
|
|
|
disk fd1 at fdc0 drive ?
|
1993-05-17 09:25:01 +04:00
|
|
|
|
1994-04-21 03:39:19 +04:00
|
|
|
controller ahb0 at isa? irq 11 drq 5
|
1994-03-29 08:40:38 +04:00
|
|
|
master scsibus0 at ahb0
|
|
|
|
disk sd0 at scsibus0 slave 000
|
|
|
|
disk sd1 at scsibus0 slave ?
|
|
|
|
tape st0 at scsibus0 slave ?
|
1993-05-17 09:25:01 +04:00
|
|
|
|
1994-04-21 03:39:19 +04:00
|
|
|
device ed0 at isa? port 0x300 irq 5 iomem 0xca000
|
1994-03-29 08:40:38 +04:00
|
|
|
|
1994-04-21 03:39:19 +04:00
|
|
|
device npx0 at isa? port "IO_NPX" irq 13
|
1993-05-17 09:25:01 +04:00
|
|
|
|
1994-01-16 04:38:07 +03:00
|
|
|
pseudo-device loop 2
|
|
|
|
pseudo-device ether
|
|
|
|
pseudo-device log
|
|
|
|
pseudo-device pty 32
|
1993-05-17 09:25:01 +04:00
|
|
|
|
1994-04-16 11:59:23 +04:00
|
|
|
pseudo-device sl 4
|
1994-05-13 10:22:55 +04:00
|
|
|
pseudo-device ppp 4
|
1993-05-17 09:25:01 +04:00
|
|
|
pseudo-device bpfilter 4
|
1994-04-17 09:20:30 +04:00
|
|
|
|
|
|
|
pseudo-device vn 4
|