146 lines
4.4 KiB
Plaintext
146 lines
4.4 KiB
Plaintext
# $NetBSD: P4032,v 1.3 2000/01/26 12:48:44 soda Exp $
|
|
# $OpenBSD: P4032,v 1.1 1997/05/18 13:45:23 pefo Exp $
|
|
#
|
|
# Generic configuration file for Algorithmics P4032 board
|
|
#
|
|
|
|
include "arch/arc/conf/std.arc"
|
|
|
|
maxusers 32
|
|
|
|
# Need to set locally
|
|
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
|
|
|
# Standard system options
|
|
options KTRACE # system call tracing support
|
|
|
|
# Diagnostic/debugging support options
|
|
options DIAGNOSTIC # extra kernel debugging checks
|
|
options DEBUG # extra kernel debugging support
|
|
|
|
# System V options
|
|
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
|
|
|
|
# Compatibilitry modules
|
|
options COMPAT_43 # compatibility with 4.3BSD binaries
|
|
options COMPAT_11
|
|
options COMPAT_12
|
|
options COMPAT_13
|
|
options COMPAT_14
|
|
#options COMPAT_ULTRIX # Ultrix binary compatibility (no go yet)
|
|
options COMPAT_386BSD_MBRPART # recognize old partition ID
|
|
|
|
# Filesystem options
|
|
file-system FFS # fast filesystem with user and group quotas
|
|
file-system MFS # memory-based filesystem
|
|
#file-system LFS # Log-based filesystem (still experimental)
|
|
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
|
file-system MSDOSFS # Ability to read write MS-Dos filsystem
|
|
file-system NFS # Sun NFS-compatible filesystem (client)
|
|
file-system KERNFS # kernel data-structure filesystem
|
|
file-system PROCFS # /proc
|
|
file-system FDESC # user file descriptor filesystem (/dev/fd)
|
|
file-system UMAPFS # uid/gid remapping filesystem
|
|
file-system UNION # union file system
|
|
file-system NULLFS # null layer filesystem
|
|
file-system OVERLAY # overlay file system
|
|
file-system PORTAL # portal filesystem (still experimental)
|
|
|
|
options FIFO # POSIX fifo support (in all filesystems)
|
|
options QUOTA # FFS quotas
|
|
#options FFS_EI # FFS Endian Independant support
|
|
#options SOFTDEP # FFS soft updates support.
|
|
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
|
|
|
# Pull in config fragments for kernel crypto. This is required for
|
|
# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
|
|
# one of these, based on whether you use crypto-us or crypto-intl, and
|
|
# adjust the prefixes as necessary.
|
|
|
|
#prefix ../crypto-us/sys
|
|
#cinclude "conf/files.crypto-us"
|
|
#prefix
|
|
|
|
#prefix ../crypto-intl/sys
|
|
#cinclude "conf/files.crypto-intl"
|
|
#prefix
|
|
|
|
# Networking options
|
|
#options GATEWAY # IP packet forwarding
|
|
options INET # Internet protocols
|
|
options INET6 # IPV6
|
|
#options IPSEC # IP security
|
|
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
|
|
#options IPSEC_DEBUG # debug for IP security
|
|
#options NS # XNS
|
|
#options IPX # IPX+SPX
|
|
#options ISO,TPIP # OSI networking
|
|
#options EON # OSI tunneling over IP
|
|
#options CCITT,LLC,HDLC # X.25
|
|
|
|
#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
|
#options MULTICAST # Multicast support
|
|
#options MROUTING # Multicast routing support
|
|
|
|
# Kernel root file system and dump configuration.
|
|
options NFS_BOOT_BOOTP,NFS_BOOT_BOOTPARAM
|
|
config netbsd root on ? type ?
|
|
|
|
#
|
|
# Definition of system
|
|
#
|
|
mainbus0 at root
|
|
cpu* at mainbus0
|
|
|
|
#### Main local buses
|
|
|
|
algor* at mainbus0 # Algorithmics local bus.
|
|
pbcpcibr* at mainbus0 # PCI Bus bridge.
|
|
|
|
#### Algor bus devices
|
|
|
|
aclock0 at algor?
|
|
com0 at algor?
|
|
com1 at algor?
|
|
lpt0 at algor?
|
|
|
|
#### PCI Bus
|
|
|
|
pci* at pbcpcibr?
|
|
|
|
#pcivga* at pci? dev ? function ?
|
|
ncr* at pci? dev ? function ?
|
|
scsibus* at ncr?
|
|
de* at pci? dev ? function ?
|
|
|
|
#### SCSI Bus devices
|
|
|
|
sd* at scsibus? target ? lun ?
|
|
st* at scsibus? target ? lun ?
|
|
cd* at scsibus? target ? lun ?
|
|
ch* at scsibus? target ? lun ?
|
|
ss* at scsibus? target ? lun ?
|
|
uk* at scsibus? target ? lun ?
|
|
|
|
#### PSEUDO Devices
|
|
|
|
pseudo-device loop 1 # network loopback
|
|
pseudo-device bpfilter 8 # packet filter ports
|
|
#pseudo-device gre 2 # generic L3 over IP tunnel
|
|
pseudo-device sl 2 # serial-line IP ports
|
|
pseudo-device ppp 2 # serial-line PPP ports
|
|
pseudo-device tun 2 # network tunneling over tty
|
|
pseudo-device ipfilter # ip filter
|
|
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
|
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
|
|
|
pseudo-device pty 64 # pseudo ptys
|
|
pseudo-device tb 1 # tablet line discipline
|
|
pseudo-device vnd 4 # paging to files
|
|
pseudo-device ccd 4 # concatenated disk devices
|
|
#pseudo-device raid 4 # RAIDframe disk driver
|
|
pseudo-device md 4 # memory disk devices
|