1996-02-01 02:14:53 +03:00
|
|
|
#
|
1996-02-05 19:34:51 +03:00
|
|
|
# VOYAGER -- Mark's master development machine
|
1996-02-01 02:14:53 +03:00
|
|
|
#
|
|
|
|
|
1996-10-15 04:23:51 +04:00
|
|
|
include "arch/arm32/conf/std.arm32"
|
1996-02-01 02:14:53 +03:00
|
|
|
|
|
|
|
# estimated number of users
|
|
|
|
|
|
|
|
maxusers 32
|
|
|
|
|
|
|
|
# Standard system options
|
|
|
|
|
1997-01-15 04:28:28 +03:00
|
|
|
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
1996-02-01 02:14:53 +03:00
|
|
|
options SWAPPAGER # paging; REQUIRED
|
|
|
|
options VNODEPAGER # mmap() of files
|
|
|
|
options DEVPAGER # mmap() of devices
|
|
|
|
|
|
|
|
# CPU options
|
|
|
|
|
1996-10-15 04:23:51 +04:00
|
|
|
options CPU_ARM6 # Support the ARM6 core
|
|
|
|
options CPU_ARM7 # Support the ARM7 core
|
1996-02-01 02:14:53 +03:00
|
|
|
options CPU_LATE_ABORT # ARM7XX compatibility
|
|
|
|
|
|
|
|
# FPA options
|
|
|
|
|
1997-01-06 06:39:13 +03:00
|
|
|
#options FPE # Single precision FPE
|
1996-02-01 02:14:53 +03:00
|
|
|
options ARMFPE # ARM Ltd FPE
|
|
|
|
|
|
|
|
# File system options
|
|
|
|
|
|
|
|
options FFS # UFS
|
|
|
|
#options QUOTA # UFS quotas
|
|
|
|
#options LFS # log-structured file system
|
|
|
|
options MFS # memory file system
|
|
|
|
|
|
|
|
options CD9660 # ISO 9660 + Rock Ridge file system
|
|
|
|
options MSDOSFS # MS-DOS file system
|
|
|
|
options FDESC # /dev/fd
|
|
|
|
options FIFO # FIFOs; RECOMMENDED
|
|
|
|
options KERNFS # /kern
|
1996-10-15 04:23:51 +04:00
|
|
|
#options NULLFS # loopback file system
|
1996-05-20 22:15:11 +04:00
|
|
|
#options PORTAL # portal filesystem (still experimental)
|
1996-02-01 02:14:53 +03:00
|
|
|
options PROCFS # /proc
|
1996-10-15 04:23:51 +04:00
|
|
|
options UMAPFS # NULLFS + uid and gid remapping
|
1996-02-01 02:14:53 +03:00
|
|
|
options UNION # union file system
|
1996-10-15 04:23:51 +04:00
|
|
|
options ADFS
|
1996-02-01 02:14:53 +03:00
|
|
|
|
|
|
|
# Networking options
|
|
|
|
|
|
|
|
options NFSCLIENT
|
|
|
|
options NFSSERVER
|
|
|
|
options GATEWAY # packet forwarding
|
|
|
|
options INET # IP + ICMP + TCP + UDP
|
|
|
|
#options NS # XNS
|
|
|
|
#options ISO,TPIP # OSI
|
|
|
|
#options EON # OSI tunneling over IP
|
|
|
|
#options CCITT,LLC,HDLC # X.25
|
|
|
|
|
|
|
|
# Compatibility options
|
|
|
|
|
1996-10-15 04:23:51 +04:00
|
|
|
options COMPAT_43 # 4.3BSD compatibility.
|
|
|
|
options COMPAT_12 # NetBSD 1.2 compatibility.
|
|
|
|
#options COMPAT_11 # NetBSD 1.1 compatibility.
|
|
|
|
#options COMPAT_10 # NetBSD 1.0 compatibility.
|
|
|
|
#options COMPAT_09 # NetBSD 0.9 compatibility.
|
1996-02-01 02:14:53 +03:00
|
|
|
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
|
|
|
|
|
|
|
|
# Shared memory options
|
|
|
|
|
1996-10-15 04:23:51 +04:00
|
|
|
options SYSVMSG # System V-like message queues
|
|
|
|
options SYSVSEM # System V-like semaphores
|
|
|
|
options SYSVSHM # System V-like memory sharing
|
|
|
|
options SHMMAXPGS=1024 # 1024 pages is the default
|
1996-02-01 02:14:53 +03:00
|
|
|
|
|
|
|
# Device options
|
|
|
|
|
1997-01-02 02:21:54 +03:00
|
|
|
options MEMORY_DISK_HOOKS # boottime setup of ramdisk
|
|
|
|
options MEMORY_DISK_SIZE=0 # Size in KBytes
|
1996-02-05 19:34:51 +03:00
|
|
|
options PLIP # Build plip device into lpt driver
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1996-10-15 04:23:51 +04:00
|
|
|
# Miscellaneous options
|
|
|
|
options KTRACE # system call tracing, a la ktrace(1)
|
|
|
|
options IRQSTATS # manage IRQ statistics
|
|
|
|
options LKM # loadable kernel modules
|
|
|
|
|
|
|
|
# Development and Debugging options
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1996-10-15 04:23:51 +04:00
|
|
|
options MOUSE_IOC_ACK # acknowledge state change ioctls
|
|
|
|
#options ARM700BUGTRACK # track the ARM700 swi bug
|
1997-01-06 06:39:13 +03:00
|
|
|
#options HYDRA # Experimental hydra support
|
|
|
|
#options MPSUPPORT # Experimental MP support
|
|
|
|
#options PORTMASTER # Enable PortMaster only options
|
|
|
|
options PROFILE_ASM # when profiling, profile asm functions
|
1996-02-01 02:14:53 +03:00
|
|
|
options DIAGNOSTIC # internally consistency checks
|
|
|
|
options POSTMORTEM # perform postmortem on panic
|
|
|
|
#options ROTTEN_INNARDS # show the gory bit of the postmortem
|
1996-10-15 04:23:51 +04:00
|
|
|
#options BLOCK_IRQS # Block IRQ's during faults, syscalls and
|
|
|
|
# undefined instructions
|
1996-02-01 02:14:53 +03:00
|
|
|
options KSHELL # kernel developemnt shell (debug)
|
|
|
|
#options DEBUGTERM # create a debug console
|
1996-10-16 23:32:08 +04:00
|
|
|
#options IPKDB # remote kernel debugging
|
1996-03-08 23:35:28 +03:00
|
|
|
options DDB # in-kernel debugger
|
1996-02-01 02:14:53 +03:00
|
|
|
#makeoptions DEBUG="-g" # compile full symbol table
|
|
|
|
|
|
|
|
config netbsd swap generic
|
|
|
|
options GENERIC
|
|
|
|
|
|
|
|
# The main bus device
|
|
|
|
mainbus0 at root
|
|
|
|
|
|
|
|
# The boot cpu
|
|
|
|
cpu0 at mainbus?
|
|
|
|
|
1996-10-15 04:23:51 +04:00
|
|
|
# The IOMD
|
|
|
|
iomd0 at mainbus?
|
|
|
|
|
1996-02-01 02:14:53 +03:00
|
|
|
# The hydra multiprocessor device
|
1996-10-17 06:44:17 +04:00
|
|
|
#hydrabus0 at mainbus?
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1996-10-17 06:44:17 +04:00
|
|
|
#hcpu0 at hydrabus? # slot 0
|
|
|
|
#hcpu1 at hydrabus?
|
|
|
|
#hcpu2 at hydrabus?
|
|
|
|
#hcpu3 at hydrabus?
|
1996-02-01 02:14:53 +03:00
|
|
|
|
|
|
|
# The vidc
|
|
|
|
vidcvideo0 at mainbus?
|
|
|
|
|
|
|
|
# generic VT console device
|
|
|
|
vt0 at mainbus?
|
|
|
|
vt1 at mainbus?
|
|
|
|
vt2 at mainbus?
|
|
|
|
vt3 at mainbus?
|
|
|
|
vt4 at mainbus?
|
|
|
|
vt5 at mainbus?
|
|
|
|
|
|
|
|
# IDE disk controller
|
1996-03-08 23:35:28 +03:00
|
|
|
wdc0 at mainbus? base 0x002107c0 irq 9
|
1996-04-20 00:00:41 +04:00
|
|
|
wd* at wdc? drive ?
|
1996-02-01 02:14:53 +03:00
|
|
|
|
|
|
|
# Floppy disk controller
|
1996-03-08 23:35:28 +03:00
|
|
|
fdc0 at mainbus? base 0x00210fc0 irq 12 dack 0x00002000
|
1996-02-01 02:14:53 +03:00
|
|
|
fd0 at fdc? drive ?
|
|
|
|
|
|
|
|
# kbd via IOMD
|
|
|
|
kbd0 at mainbus? base 0x00000000
|
|
|
|
|
|
|
|
# quadrature mouse
|
1996-10-15 04:23:51 +04:00
|
|
|
quadmouse0 at mainbus? base 0x00000000 irq 6 # TMR1
|
|
|
|
#quadmouse0 at mainbus? base 0x00000000 irq 3 # VSYNC
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1996-03-29 00:44:06 +03:00
|
|
|
# PS2 mouse
|
|
|
|
pms0 at mainbus? base 0x00000000
|
|
|
|
|
1996-02-01 02:14:53 +03:00
|
|
|
# Serial ports
|
1996-03-08 23:35:28 +03:00
|
|
|
com0 at mainbus? base 0x00210fe0 irq 10
|
1996-02-01 02:14:53 +03:00
|
|
|
#com1 at mainbus? base 0x00210be0
|
|
|
|
|
|
|
|
# Parallel ports
|
|
|
|
lpt0 at mainbus? base 0x002109e0 irq 0
|
|
|
|
|
|
|
|
# Crude sound device
|
|
|
|
beep0 at mainbus? base 0x00000000
|
|
|
|
|
1996-10-15 04:23:51 +04:00
|
|
|
# Audio device
|
|
|
|
vidcaudio0 at mainbus? base 0x00000000
|
|
|
|
|
1996-04-20 00:00:41 +04:00
|
|
|
# IIC bus device
|
|
|
|
iic0 at mainbus?
|
|
|
|
|
|
|
|
# RTC device
|
|
|
|
rtc0 at iic? addr 0xa0
|
|
|
|
|
1996-02-01 02:14:53 +03:00
|
|
|
# Podule bus device
|
|
|
|
podulebus0 at root
|
|
|
|
|
1997-01-06 06:39:13 +03:00
|
|
|
asc* at podulebus? # Acorn SCSI card
|
1996-03-08 23:35:28 +03:00
|
|
|
scsibus* at asc?
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1997-01-06 06:39:13 +03:00
|
|
|
cosc* at podulebus? # MCS Connect32 SCSI II card
|
1996-10-15 04:23:51 +04:00
|
|
|
scsibus* at cosc?
|
|
|
|
|
1997-01-06 06:39:13 +03:00
|
|
|
#csc* at podulebus? # Cumana SCSI II card
|
1996-10-17 06:44:17 +04:00
|
|
|
#scsibus* at csc?
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1997-01-06 06:39:13 +03:00
|
|
|
ptsc* at podulebus? # Power-Tec SCSI II card
|
1996-02-01 02:14:53 +03:00
|
|
|
scsibus* at ptsc?
|
|
|
|
|
1997-01-06 06:39:13 +03:00
|
|
|
oak* at podulebus? # Oak SCSI I card
|
1996-02-01 02:14:53 +03:00
|
|
|
scsibus* at oak?
|
|
|
|
|
|
|
|
sd* at scsibus? target ? lun ? # SCSI disk drives
|
|
|
|
st* at scsibus? target ? lun ? # SCSI tape drives
|
|
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
|
|
|
ch* at scsibus? target ? lun ? # SCSI auto-changers
|
|
|
|
uk* at scsibus? target ? lun ? # SCSI unknown device
|
1996-03-13 23:57:45 +03:00
|
|
|
ss* at scsibus? target ? lun ? # SCSI scanner
|
1996-02-01 02:14:53 +03:00
|
|
|
|
|
|
|
#kie* at podulebus? slot ? offset ?
|
|
|
|
|
1997-01-06 06:39:13 +03:00
|
|
|
ea* at podulebus? # Ether3 podules
|
1996-02-01 02:14:53 +03:00
|
|
|
eb0 at podulebus? # EtherB network slot cards
|
|
|
|
eh0 at podulebus? # EtherH network slot cards
|
1997-01-06 06:39:13 +03:00
|
|
|
ie* at podulebus? # Ether1 podules
|
1996-02-01 02:14:53 +03:00
|
|
|
|
|
|
|
pseudo-device loop 1 # network loopback
|
|
|
|
pseudo-device bpfilter 8 # packet filter
|
|
|
|
pseudo-device sl 2 # CSLIP
|
|
|
|
pseudo-device ppp 2 # PPP
|
|
|
|
pseudo-device tun 2 # network tunneling over tty
|
1997-01-07 14:35:01 +03:00
|
|
|
#pseudo-device ipfilter 1 # ip filter
|
1996-02-01 02:14:53 +03:00
|
|
|
|
|
|
|
pseudo-device pty 32 # pseudo-terminals
|
|
|
|
pseudo-device tb 1 # tablet line discipline
|
|
|
|
pseudo-device vnd 4 # paging to files
|
|
|
|
pseudo-device ccd 2 # concatenated disk devices
|
|
|
|
|
1997-01-02 02:21:54 +03:00
|
|
|
pseudo-device md 1 # Memory disk device
|
1996-03-29 00:44:06 +03:00
|
|
|
|
1996-02-01 02:14:53 +03:00
|
|
|
makeoptions MONITOR="Taxan875+LR"
|
|
|
|
#makeoptions MONITOR="AKF60"
|
|
|
|
makeoptions MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900"
|