57 lines
1.2 KiB
Plaintext
57 lines
1.2 KiB
Plaintext
#
|
|
# KICKME -- 486Cx-33 development machine.
|
|
#
|
|
# $Id: KICKME,v 1.10 1994/06/14 05:27:20 cgd Exp $
|
|
#
|
|
|
|
machine "i386"
|
|
cpu "I486_CPU"
|
|
ident KICKME
|
|
timezone 8 dst
|
|
maxusers 10
|
|
options SWAPPAGER,VNODEPAGER,DEVPAGER
|
|
options FFS
|
|
options INET,ISOFS,NFSSERVER,NFSCLIENT
|
|
options "COMPAT_43"
|
|
options MSDOSFS
|
|
options SCSI
|
|
options "MATH_EMULATE"
|
|
options "COMPAT_NOMID"
|
|
options "COMPAT_09"
|
|
options "MACHINE_NONCONTIG"
|
|
options KTRACE
|
|
options DDB
|
|
|
|
config netbsd root on sd0 swap on sd0 and sd1
|
|
|
|
controller isa0
|
|
|
|
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_LPT3" irq 7
|
|
|
|
controller fdc0 at isa? port "IO_FD1" irq 6 drq 2
|
|
disk fd0 at fdc0 drive ?
|
|
|
|
controller aha0 at isa? port "IO_AHA0" irq 11 drq 5
|
|
master scsibus0 at aha0
|
|
disk sd0 at scsibus0 slave ?
|
|
disk sd1 at scsibus0 slave ?
|
|
tape st0 at scsibus0 slave ?
|
|
disk cd0 at scsibus0 slave ?
|
|
|
|
device ed0 at isa? port 0x280 irq 3 iomem 0xd0000
|
|
device ed1 at isa? port 0x300 irq 10 iomem 0xcc000
|
|
|
|
device npx0 at isa? port "IO_NPX" irq 13
|
|
|
|
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
|