NetBSD/sys/arch/newsmips/conf/GENERIC

109 lines
3.6 KiB
Plaintext
Raw Normal View History

1998-02-18 16:48:03 +03:00
#
# NEWS3400 config file
#
1998-03-05 01:14:13 +03:00
# $NetBSD: GENERIC,v 1.2 1998/03/04 22:14:13 thorpej Exp $
1998-02-18 16:48:03 +03:00
#
1998-03-05 01:14:13 +03:00
include "arch/newsmips/conf/std.newsmips"
1998-02-18 16:48:03 +03:00
maxusers 16
options news3400
options MIPS1 # R2000/R3000 support
options CPU_SINGLE
# Standard system options
options KTRACE # system call tracing support
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options LKM # loadable kernel modules
options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool
#options NTP # network time protocol
#options UCONSOLE # users can redirect console (unsafe)
# 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_10 # NetBSD 1.0 binary compatibility
options COMPAT_11 # NetBSD 1.1 binary compatibility
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 KERNFS # kernel data-structure filesystem
file-system NULLFS # NULL layered filesystem
file-system MFS # memory-based filesystem
file-system FDESC # user file descriptor filesystem
file-system UMAPFS # uid/gid remapping filesystem
file-system LFS # Log-based filesystem (still experimental)
file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system UNION # union file system
file-system MSDOSFS # MS-DOS FAT filesystem(s).
options NFSSERVER # Sun NFS-compatible filesystem server
options QUOTA # FFS quotas
options FIFO # POSIX fifo support (in all filesystems)
# Networking options
options INET # Internet protocols
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
#options GATEWAY # IP packet forwarding
#options ISO,TPIP # OSI networking
#options EON # OSI tunneling over IP
#options CCITT,LLC,HDLC # X.25
#options PFIL_HOOKS # pfil(9) packet filter hooks.
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
zstty0 at zsc0 channel 0 flags 0x01 # tty00
zstty1 at zsc0 channel 1 flags 0x01 # tty01
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
ch* at scsibus? target ? lun ? # SCSI changer devices
pseudo-device loop # loopback interface; required
pseudo-device pty 32 # pseudo-terminals
pseudo-device sl 2 # SLIP interfaces
pseudo-device ppp 2 # PPP interfaces
pseudo-device tun 4 # Network "tunnel" device
pseudo-device bpfilter 16 # Berkeley Packet Filter
pseudo-device vnd 4 # disk-like interface to files
pseudo-device ccd 4 # concatenated and striped disks
#pseudo-device strip 1 # radio clock
#pseudo-device ipfilter # ip filter