NetBSD/sys/arch/arm32/conf/REMY

241 lines
7.3 KiB
Plaintext

#
# Standard RiscPC config file
#
include "std.arm32"
options TIMEZONE=0, DST=0 # obsolete timezone spec
# Standard system options
options SWAPPAGER, VNODEPAGER, DEVPAGER
# estimated number of users
maxusers 8
# CPU options
options CPU_ARM6
options CPU_LATE_ABORT # ARM7XX compatibility
# FPA options
options FPE
# File system options
options FFS # FFS
options KERNFS # KERNFS
options PROCFS # PROCFS
options MSDOSFS # MSDOSFS
options CD9660 # ISO 9660 CD file system
options FIFO # FIFOs
options FDESC # FDESC
options PORTAL # PORTAL
options UNION # union file system
# Networking options
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
options INET # IP + ICMP + TCP + UDP
options NFSCLIENT
options NFSSERVER
options PLIP
options GATEWAY
# Other options
options COMPAT_43
# Development options
options KSHELL
#options DEBUGTERM
options DIAGNOSTIC
options IRQSTATS
options POSTMORTEM
options LKM
#options KGDB
#makeoptions DEBUG="-g"
config netbsd swap generic
options GENERIC
# The main bus device
mainbus0 at root
# generic VT console device
vt0 at mainbus?
vt1 at mainbus?
vt2 at mainbus?
vt3 at mainbus?
# IDE disk controller
wdc0 at mainbus? base 0x002107c0
wd0 at wdc? drive ?
wd1 at wdc? drive ?
# Floppy disk controller
fdc0 at mainbus? base 0x00210fc0 dack 0x00002000
fd0 at fdc? drive ?
# Ramdisk
rd0 at mainbus?
# kbd via IOMD
kbd0 at mainbus? base 0x00000000
# quadrature mouse
quadmouse0 at mainbus? base 0x00000000
# Serial ports
com0 at mainbus? base 0x00210fe0
#com1 at mainbus? base 0x00210be0
# Parallel ports
lpt0 at mainbus? base 0x002109e0 irq 0
# Crude sound device
beep0 at mainbus? base 0x00000000
# Podule bus device
podulebus0 at root
# Example podule device
#podule0 at podulebus?
asc0 at podulebus0 slot 0 # Acorn SCSI card
asc1 at podulebus0 slot 1 # Acorn SCSI card
asc2 at podulebus0 slot 2 # Acorn SCSI card
asc3 at podulebus0 slot 3 # Acorn SCSI card
csc0 at podulebus0 slot 0 # Cumana SCSI card
csc1 at podulebus0 slot 1 # Cumana SCSI card
csc2 at podulebus0 slot 2 # Cumana SCSI card
csc3 at podulebus0 slot 3 # Cumana SCSI card
ptsc0 at podulebus0 slot 0 # Power-tec SCSI card
ptsc1 at podulebus0 slot 1 # Power-tec SCSI card
ptsc2 at podulebus0 slot 2 # Power-tec SCSI card
ptsc3 at podulebus0 slot 3 # Power-tec SCSI card
scsibus0 at asc0
scsibus1 at asc1
scsibus2 at asc2
scsibus3 at asc3
scsibus0 at csc0
scsibus1 at csc1
scsibus2 at csc2
scsibus3 at csc3
scsibus0 at ptsc0
scsibus1 at ptsc1
scsibus2 at ptsc2
scsibus3 at ptsc3
# First SCSI bus
sd0 at scsibus0 target 0 lun ? # SCSI disk drive
sd1 at scsibus0 target 1 lun ? # SCSI disk drive
sd2 at scsibus0 target 2 lun ? # SCSI disk drive
sd3 at scsibus0 target 3 lun ? # SCSI disk drive
sd4 at scsibus0 target 4 lun ? # SCSI disk drive
sd5 at scsibus0 target 5 lun ? # SCSI disk drive
sd6 at scsibus0 target 6 lun ? # SCSI disk drive
st0 at scsibus0 target 0 lun ? # SCSI tape drive
st1 at scsibus0 target 1 lun ? # SCSI tape drive
st2 at scsibus0 target 2 lun ? # SCSI tape drive
st3 at scsibus0 target 3 lun ? # SCSI tape drive
st4 at scsibus0 target 4 lun ? # SCSI tape drive
st5 at scsibus0 target 5 lun ? # SCSI tape drive
st6 at scsibus0 target 6 lun ? # SCSI tape drive
cd0 at scsibus0 target 0 lun ? # SCSI CD-ROM drive
cd1 at scsibus0 target 1 lun ? # SCSI CD-ROM drive
cd2 at scsibus0 target 2 lun ? # SCSI CD-ROM drive
cd3 at scsibus0 target 3 lun ? # SCSI CD-ROM drive
cd4 at scsibus0 target 4 lun ? # SCSI CD-ROM drive
cd5 at scsibus0 target 5 lun ? # SCSI CD-ROM drive
cd6 at scsibus0 target 6 lun ? # SCSI CD-ROM drive
# Second SCSI bus
sd8 at scsibus1 target 0 lun ? # SCSI disk drive
sd9 at scsibus1 target 1 lun ? # SCSI disk drive
sd10 at scsibus1 target 2 lun ? # SCSI disk drive
sd11 at scsibus1 target 3 lun ? # SCSI disk drive
sd12 at scsibus1 target 4 lun ? # SCSI disk drive
sd13 at scsibus1 target 5 lun ? # SCSI disk drive
sd14 at scsibus1 target 6 lun ? # SCSI disk drive
st8 at scsibus1 target 0 lun ? # SCSI tape drive
st9 at scsibus1 target 1 lun ? # SCSI tape drive
st10 at scsibus1 target 2 lun ? # SCSI tape drive
st11 at scsibus1 target 3 lun ? # SCSI tape drive
st12 at scsibus1 target 4 lun ? # SCSI tape drive
st13 at scsibus1 target 5 lun ? # SCSI tape drive
st14 at scsibus1 target 6 lun ? # SCSI tape drive
cd8 at scsibus1 target 0 lun ? # SCSI CD-ROM drive
cd9 at scsibus1 target 1 lun ? # SCSI CD-ROM drive
cd10 at scsibus1 target 2 lun ? # SCSI CD-ROM drive
cd11 at scsibus1 target 3 lun ? # SCSI CD-ROM drive
cd12 at scsibus1 target 4 lun ? # SCSI CD-ROM drive
cd13 at scsibus1 target 5 lun ? # SCSI CD-ROM drive
cd14 at scsibus1 target 6 lun ? # SCSI CD-ROM drive
# Third SCSI bus
sd16 at scsibus2 target 0 lun ? # SCSI disk drive
sd17 at scsibus2 target 1 lun ? # SCSI disk drive
sd18 at scsibus2 target 2 lun ? # SCSI disk drive
sd19 at scsibus2 target 3 lun ? # SCSI disk drive
sd20 at scsibus2 target 4 lun ? # SCSI disk drive
sd21 at scsibus2 target 5 lun ? # SCSI disk drive
sd22 at scsibus2 target 6 lun ? # SCSI disk drive
st16 at scsibus2 target 0 lun ? # SCSI tape drive
st17 at scsibus2 target 1 lun ? # SCSI tape drive
st18 at scsibus2 target 2 lun ? # SCSI tape drive
st19 at scsibus2 target 3 lun ? # SCSI tape drive
st20 at scsibus2 target 4 lun ? # SCSI tape drive
st21 at scsibus2 target 5 lun ? # SCSI tape drive
st22 at scsibus2 target 6 lun ? # SCSI tape drive
cd16 at scsibus2 target 0 lun ? # SCSI CD-ROM drive
cd17 at scsibus2 target 1 lun ? # SCSI CD-ROM drive
cd18 at scsibus2 target 2 lun ? # SCSI CD-ROM drive
cd19 at scsibus2 target 3 lun ? # SCSI CD-ROM drive
cd20 at scsibus2 target 4 lun ? # SCSI CD-ROM drive
cd21 at scsibus2 target 5 lun ? # SCSI CD-ROM drive
cd22 at scsibus2 target 6 lun ? # SCSI CD-ROM drive
# Fourth SCSI bus
sd24 at scsibus3 target 0 lun ? # SCSI disk drive
sd25 at scsibus3 target 1 lun ? # SCSI disk drive
sd26 at scsibus3 target 2 lun ? # SCSI disk drive
sd27 at scsibus3 target 3 lun ? # SCSI disk drive
sd28 at scsibus3 target 4 lun ? # SCSI disk drive
sd29 at scsibus3 target 5 lun ? # SCSI disk drive
sd30 at scsibus3 target 6 lun ? # SCSI disk drive
st24 at scsibus3 target 0 lun ? # SCSI tape drive
st25 at scsibus3 target 1 lun ? # SCSI tape drive
st26 at scsibus3 target 2 lun ? # SCSI tape drive
st27 at scsibus3 target 3 lun ? # SCSI tape drive
st28 at scsibus3 target 4 lun ? # SCSI tape drive
st29 at scsibus3 target 5 lun ? # SCSI tape drive
st30 at scsibus3 target 6 lun ? # SCSI tape drive
cd24 at scsibus3 target 0 lun ? # SCSI CD-ROM drive
cd25 at scsibus3 target 1 lun ? # SCSI CD-ROM drive
cd26 at scsibus3 target 2 lun ? # SCSI CD-ROM drive
cd27 at scsibus3 target 3 lun ? # SCSI CD-ROM drive
cd28 at scsibus3 target 4 lun ? # SCSI CD-ROM drive
cd29 at scsibus3 target 5 lun ? # SCSI CD-ROM drive
cd30 at scsibus3 target 6 lun ? # SCSI CD-ROM drive
ch* at scsibus? target ? lun ? # SCSI auto-changers
#kie* at podulebus? slot ? offset ?
eb0 at podulebus?
ea0 at podulebus?
pseudo-device loop 1 # network loopback
pseudo-device bpfilter 8 # packet filter
pseudo-device sl 2 # CSLIP
pseudo-device pty 32 # pseudo-terminals
pseudo-device vnd 4 # paging to files
pseudo-device ppp 2 # PPP
#makeoptions MONITOR="Taxan875+LR"
makeoptions MONITOR="AKF85"
makeoptions MODES="1024,768 800,600 1280,1024 1152,900"