7fe7089a02
config(1)/config(5) can't handle module dependency correctly at this moment. (This is another proof that shared file definition (`file xxx.c a|b') is a bad idea.)
114 lines
3.4 KiB
Plaintext
114 lines
3.4 KiB
Plaintext
#
|
|
# NEWS3400 config file
|
|
#
|
|
# $NetBSD: WAPIKO,v 1.47 2015/08/21 01:52:08 uebayasi Exp $
|
|
#
|
|
include "arch/newsmips/conf/std.newsmips"
|
|
|
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
|
|
maxusers 16
|
|
|
|
makeoptions COPTS="-O2 -pipe"
|
|
|
|
options news3400
|
|
options MIPS1 # R2000/R3000 support
|
|
options CPU_SINGLE
|
|
|
|
# Standard system options
|
|
options KTRACE # system call tracing support
|
|
options USERCONF # userconf(4) support
|
|
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
|
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
|
|
|
# Debugging options
|
|
options DDB # kernel dynamic debugger
|
|
pseudo-device ksyms
|
|
#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,
|
|
options COMPAT_13 # NetBSD 1.3,
|
|
options COMPAT_14 # NetBSD 1.4,
|
|
options COMPAT_15 # NetBSD 1.5,
|
|
options COMPAT_16 # NetBSD 1.6,
|
|
options COMPAT_20 # NetBSD 2.0,
|
|
options COMPAT_30 # NetBSD 3.0, and
|
|
options COMPAT_40 # NetBSD 4.0 binary compatibility
|
|
#options EXEC_ECOFF # exec ecoff binaries
|
|
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
|
|
|
# Filesystem options
|
|
file-system FFS # Berkeley Fast Filesystem
|
|
#file-system NFS # Sun NFS-compatible filesystem client
|
|
file-system MFS # memory-based filesystem
|
|
file-system PROCFS # /proc
|
|
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
|
#file-system PTYFS # /dev/pts/N support
|
|
|
|
# Networking options
|
|
options INET # Internet protocols
|
|
options IPFILTER_LOG # ipmon(8) log support
|
|
options IPFILTER_LOOKUP # ippool(8) support
|
|
options IPFILTER_COMPAT # Compat for IP-Filter
|
|
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
|
|
|
|
# JIT compiler for bpfilter
|
|
#options SLJIT
|
|
#options BPFJIT
|
|
|
|
config netbsd root on ? type ?
|
|
|
|
mainbus0 at root
|
|
|
|
cpu0 at mainbus0
|
|
hb0 at mainbus0
|
|
|
|
mkclock0 at hb0 addr 0xbff40000 # MK48T02 realtime clock
|
|
|
|
le0 at hb0 addr 0xbff80000 level 1 # built-in LANCE ethernet
|
|
le1 at hb0 addr 0xb8c30000 level 0
|
|
|
|
kb0 at hb0 addr 0xbfd00000 level 2 # keyboard
|
|
ms0 at hb0 addr 0xbfd00004 level 2 # mouse
|
|
|
|
zsc0 at hb0 addr 0xbfec0000 level 1 flags 0x0 # on-board
|
|
zsc1 at hb0 addr 0xb8c40100 level 1 flags 0x1 # expansion board
|
|
zsc2 at hb0 addr 0xb8c40104 level 1 flags 0x1
|
|
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 # frame buffer
|
|
|
|
sc0 at hb0 addr 0xbfe00100 level 0 # on-board 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
|
|
|
|
options WSEMUL_VT100 # VT100 / VT220 emulation
|
|
options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
|
|
options FONT_GALLANT12x22
|
|
|
|
wsdisplay0 at fb? console ?
|
|
wskbd0 at kb? console ?
|
|
wsmouse0 at ms?
|
|
|
|
pseudo-device vnd # disk-like interface to files
|
|
#pseudo-device ccd # concatenated and striped disks
|
|
#pseudo-device fss # file system snapshot device
|
|
pseudo-device loop # loopback interface; required
|
|
pseudo-device pty # pseudo-terminals
|
|
pseudo-device bpfilter # Berkeley Packet Filter
|
|
pseudo-device ipfilter # ip filter
|
|
pseudo-device clockctl # user control of clock subsystem
|