NetBSD/sys/arch/newsmips/conf/WAPIKO

85 lines
2.4 KiB
Plaintext

#
# NEWS3400 config file
#
# $NetBSD: WAPIKO,v 1.5 1998/06/26 01:54:03 lukem Exp $
#
include "arch/newsmips/conf/std.newsmips"
maxusers 16
options news3400
options MIPS1 # R2000/R3000 support
options CPU_SINGLE
# Standard system options
options KTRACE # system call tracing support
options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool
#options UCONSOLE # users can redirect console (unsafe)
options UVM
# Debugging options
options DDB # kernel dynamic debugger
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DEBUG # extra kernel debugging support
options DIAGNOSTIC # extra kernel sanity checking
options SCSIVERBOSE # Verbose SCSI errors
# Compatibility options
options COMPAT_43 # compatibility with 4.3BSD binaries
options COMPAT_12 # NetBSD 1.2 binary compatibility
options COMPAT_13 # NetBSD 1.3 binary compatibility
#options EXEC_AOUT # exec a.out binaries
#options EXEC_ECOFF # exec ecoff binaries
# Filesystem options
file-system FFS # Berkeley Fast Filesystem
#file-system NFS # Sun NFS-compatible filesystem client
file-system MFS # memory-based filesystem
# Networking options
options INET # Internet protocols
options PFIL_HOOKS # pfil(9) packet filter hooks
options IPFILTER_LOG # ipmon(8) log support
config netbsd root on ? type ?
mainbus0 at root
cpu0 at mainbus0
hb0 at mainbus0
mkclock0 at hb0 addr 0xbff407f8 # MK48T02 realtime clock
le0 at hb0 addr 0xbff80000 # onboard LANCE ethernet
#le1 at hb0 addr 0xb8c30000
kb0 at hb0 addr 0xbfd00000 # keyboard
ms0 at hb0 addr 0xbfd00004 # mouse
zsc0 at hb0 addr 0xbfec0000 # onboard
zsc1 at hb0 addr 0xb8c40100
zsc2 at hb0 addr 0xb8c40104
zstty0 at zsc0 channel 0 # tty00
zstty1 at zsc0 channel 1 # tty01
zstty2 at zsc1 channel 0 # tty02
zstty3 at zsc1 channel 1 # tty03
zstty4 at zsc2 channel 0 # tty04
zstty5 at zsc2 channel 1 # tty05
fb0 at hb0 addr 0x88000000 # framebuffer
sc0 at hb0 addr 0xbfe00100 # onboard cxd1185 SCSI controller
scsibus0 at sc0
sd* at scsibus? target ? lun ? # SCSI disks
#st* at scsibus? target ? lun ? # SCSI tapes
#cd* at scsibus? target ? lun ? # SCSI CD-ROMs
#pseudo-device vnd 4 # disk-like interface to files
#pseudo-device ccd 4 # concatenated and striped disks
pseudo-device loop # loopback interface; required
pseudo-device pty 32 # pseudo-terminals
pseudo-device bpfilter 16 # Berkeley Packet Filter
pseudo-device ipfilter # ip filter