75 lines
1.9 KiB
Plaintext
75 lines
1.9 KiB
Plaintext
# $NetBSD: DEJIKO,v 1.4 2000/11/27 08:55:42 soren Exp $
|
|
#
|
|
# Dejiko's sekai-seifuku NEWS5000 nyo.
|
|
|
|
include "arch/newsmips/conf/std.newsmips"
|
|
|
|
maxusers 16
|
|
|
|
options news5000
|
|
options MIPS3 # R4x00 support
|
|
options MIPS3_L2CACHE_PRESENT
|
|
options CPU_SINGLE # no I/O processor
|
|
|
|
# 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
|
|
|
|
# Filesystem options
|
|
file-system FFS # Berkeley Fast Filesystem
|
|
file-system MFS # memory-based filesystem
|
|
file-system NFS # Sun NFS-compatible filesystem client
|
|
file-system PROCFS # /proc
|
|
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
|
|
|
# Networking options
|
|
options INET # Internet protocols
|
|
options IPFILTER_LOG # ipmon(8) log support
|
|
options NFS_BOOT_BOOTPARAM
|
|
options NFS_BOOTPARAM_NOGATEWAY
|
|
|
|
# Compatibility options
|
|
options COMPAT_43 # compatibility with 4.3BSD binaries
|
|
options COMPAT_14 # NetBSD 1.4 binary compatibility
|
|
|
|
# wscons options
|
|
options WSEMUL_VT100 # VT100 / VT220 emulation
|
|
options FONT_GALLANT12x22
|
|
|
|
config netbsd root on ? type ?
|
|
|
|
mainbus0 at root
|
|
|
|
cpu0 at mainbus0
|
|
ap0 at mainbus0
|
|
|
|
mkclock* at ap?
|
|
sn* at ap? # SONIC Ethernet
|
|
tlp* at ap?
|
|
dmac* at ap?
|
|
spifi* at ap? # SPIFI SCSI
|
|
zsc0 at ap? # ESCC
|
|
zstty0 at zsc0 channel 0 # tty00
|
|
zstty1 at zsc0 channel 1 # tty01
|
|
|
|
xafb* at ap?
|
|
kb0 at ap?
|
|
ms0 at ap?
|
|
|
|
wsdisplay* at xafb? console ?
|
|
wskbd* at kb? console ?
|
|
wsmouse* at ms?
|
|
|
|
scsibus* at spifi?
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
|
|
|
pseudo-device loop # loopback interface; required
|
|
pseudo-device ipfilter # ip filter
|
|
pseudo-device bpfilter 16 # Berkeley Packet Filter
|
|
pseudo-device vnd 4 # disk-like interface to files
|
|
pseudo-device pty # pseudo-terminals
|
|
pseudo-device rnd # /dev/random and in-kernel generator
|