54 lines
1.3 KiB
Plaintext
54 lines
1.3 KiB
Plaintext
#
|
|
# KICKME -- 486Cx-33 development machine.
|
|
#
|
|
# $Id: KICKME,v 1.2 1994/02/28 01:46:20 cgd Exp $
|
|
#
|
|
|
|
machine "i386"
|
|
cpu "I486_CPU"
|
|
ident KICKME
|
|
timezone 8 dst
|
|
maxusers 10
|
|
maxfdescs 2048
|
|
options SWAPPAGER,VNODEPAGER,DEVPAGER
|
|
options INET,ISOFS,NFSCLIENT
|
|
options "COMPAT_43"
|
|
options MSDOSFS
|
|
options SCSI
|
|
options "MATH_EMULATE"
|
|
#options "COMPAT_NOMID"
|
|
options "MACHINE_NONCONTIG"
|
|
options DDB
|
|
|
|
config netbsd root on sd0 swap on sd0 and sd1
|
|
|
|
controller isa0
|
|
|
|
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
|
|
disk fd0 at fdc0 drive 0
|
|
|
|
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
|
|
disk sd0 at aha0 flags 0 drive ?
|
|
disk sd1 at aha0 flags 0 drive ?
|
|
tape st0 at aha0 flags 1 drive ?
|
|
disk cd0 at aha0 flags 2 drive ?
|
|
|
|
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 com1 at isa? port "IO_COM2" tty irq 3 vector comintr
|
|
|
|
#device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
|
|
|
|
device ed0 at isa? port 0x280 net irq 3 iomem 0xd0000 vector edintr
|
|
device ed1 at isa? port 0x300 net irq 10 iomem 0xcc000 vector edintr
|
|
|
|
pseudo-device ether
|
|
pseudo-device log
|
|
pseudo-device loop
|
|
pseudo-device pty 32
|
|
pseudo-device sl 1
|
|
pseudo-device speaker
|
|
pseudo-device bpfilter 4
|
|
pseudo-device vn 4
|