1998-06-26 05:53:43 +04:00
|
|
|
# $NetBSD: GENERIC,v 1.15 1998/06/26 01:54:06 lukem Exp $
|
1996-03-13 07:58:04 +03:00
|
|
|
#
|
|
|
|
# Generic configuration file for MIPS R4400 PICA system
|
|
|
|
#
|
|
|
|
|
1998-02-26 02:29:49 +03:00
|
|
|
include "arch/pica/conf/std.pica"
|
1996-03-13 07:58:04 +03:00
|
|
|
|
|
|
|
maxusers 8
|
|
|
|
|
1997-01-31 04:58:17 +03:00
|
|
|
# Need to set locally
|
1997-11-17 04:57:23 +03:00
|
|
|
options TIMEZONE="8*60" # minutes west of GMT (for)
|
|
|
|
options DST=1 # use daylight savings rules
|
1996-03-13 07:58:04 +03:00
|
|
|
|
|
|
|
# Standard system options
|
1997-11-17 04:57:23 +03:00
|
|
|
options DIAGNOSTIC # extra kernel debugging checks
|
|
|
|
options DEBUG # extra kernel debugging support
|
|
|
|
options "COMPAT_43" # compatibility with 4.3BSD binaries
|
1996-08-27 03:39:36 +04:00
|
|
|
options COMPAT_11
|
|
|
|
options COMPAT_12
|
1997-12-01 17:52:51 +03:00
|
|
|
options COMPAT_13
|
1997-11-17 04:57:23 +03:00
|
|
|
#options KTRACE # system call tracing support
|
|
|
|
options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
|
|
|
|
#options KGDB # support for kernel gdb
|
|
|
|
#options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
|
|
|
|
#options "KGDBDEV=15*256+0" # device for kernel gdb
|
1996-03-13 07:58:04 +03:00
|
|
|
|
|
|
|
# System V options
|
1997-11-17 04:57:23 +03: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-03-13 07:58:04 +03:00
|
|
|
|
|
|
|
# Filesystem options
|
1997-01-31 04:58:17 +03:00
|
|
|
file-system FFS # fast filesystem
|
|
|
|
file-system MFS # memory-based filesystem
|
|
|
|
file-system NFS # Sun NFS-compatible filesystem (client)
|
|
|
|
file-system KERNFS # kernel data-structure filesystem
|
|
|
|
file-system MSDOSFS # Ability to read write MS-Dos filsystem
|
|
|
|
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
|
|
|
file-system FDESC # user file descriptor filesystem
|
|
|
|
#file-system UMAPFS # uid/gid remapping filesystem
|
|
|
|
#file-system NULLFS # null layer filesystem
|
|
|
|
#file-system LFS # Log-based filesystem (still experimental)
|
|
|
|
#file-system PORTAL # portal filesystem (still experimental)
|
|
|
|
|
1997-11-17 04:57:23 +03:00
|
|
|
options QUOTA # FFS quotas
|
1998-03-18 19:34:41 +03:00
|
|
|
#options FFS_EI # FFS Endian Independant support
|
1997-11-17 04:57:23 +03:00
|
|
|
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
1996-03-13 07:58:04 +03:00
|
|
|
|
1997-08-23 23:16:06 +04:00
|
|
|
#options SCSIVERBOSE # Verbose SCSI errors
|
1997-08-20 22:38:13 +04:00
|
|
|
|
1996-03-13 07:58:04 +03:00
|
|
|
# Networking options
|
1997-11-17 04:57:23 +03:00
|
|
|
options INET # Internet protocols
|
|
|
|
options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
|
|
|
options GATEWAY # IP packet forwarding
|
|
|
|
#options MULTICAST # Multicast support
|
|
|
|
#options MROUTING # Multicast routing support
|
|
|
|
#options ISO # OSI networking
|
|
|
|
#options TPIP
|
|
|
|
#options EON
|
1996-03-13 07:58:04 +03:00
|
|
|
|
1997-01-31 04:58:17 +03:00
|
|
|
config netbsd root on ? type ?
|
1996-03-13 07:58:04 +03:00
|
|
|
|
|
|
|
mainbus0 at root
|
|
|
|
cpu* at mainbus0
|
|
|
|
|
|
|
|
pica* at mainbus0
|
|
|
|
clock0 at pica?
|
|
|
|
pc0 at pica?
|
|
|
|
pms0 at pica?
|
1997-10-16 03:00:50 +04:00
|
|
|
pcom0 at pica?
|
|
|
|
pcom1 at pica?
|
1996-03-13 07:58:04 +03:00
|
|
|
lpt0 at pica?
|
|
|
|
sn0 at pica?
|
|
|
|
|
|
|
|
fdc0 at pica?
|
|
|
|
fd* at fdc? drive ?
|
|
|
|
|
|
|
|
asc0 at pica?
|
|
|
|
scsibus* at asc?
|
|
|
|
|
|
|
|
sd* at scsibus? target ? lun ?
|
|
|
|
st* at scsibus? target ? lun ?
|
|
|
|
cd* at scsibus? target ? lun ?
|
|
|
|
|
|
|
|
pseudo-device sl 2 # serial-line IP ports
|
|
|
|
pseudo-device ppp 2 # serial-line PPP ports
|
|
|
|
pseudo-device pty 64 # pseudo ptys
|
|
|
|
pseudo-device bpfilter 16 # packet filter ports
|
|
|
|
pseudo-device loop
|
|
|
|
pseudo-device vnd 4 # virtual disk
|
1997-01-11 12:11:37 +03:00
|
|
|
pseudo-device ccd 4 # concatenated disks
|
1997-11-20 11:11:14 +03:00
|
|
|
# rnd is EXPERIMENTAL
|
|
|
|
#pseudo-device rnd # /dev/random and in-kernel generator
|