NetBSD/sys/arch/luna68k/conf/GENERIC

196 lines
7.2 KiB
Plaintext
Raw Normal View History

# $NetBSD: GENERIC,v 1.50 2004/11/10 17:54:05 christos Exp $
#
# GENERIC machine description file
#
# This machine description file is used to generate the default NetBSD
# kernel. The generic kernel does not include all options, subsystems
# and device drivers, but should be useful for most applications.
#
# The machine description file can be customised for your specific
# machine to reduce the kernel size and improve its performance.
#
# For further information on compiling NetBSD kernels, see the config(8)
# man page.
#
# For further information on hardware support for this architecture, see
# the intro(4) man page. For further information about kernel options
# for this architecture, see the options(4) man page. For an explanation
# of each device driver in this file see the section 4 man page for the
# device.
include "arch/luna68k/conf/std.luna68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.50 $"
2000-01-24 02:46:04 +03:00
maxusers 8
options M68030
#options M68040
#options FPSP # on m68040 to emulate some missing FP instructions
# Needs to be set per system. i.e change these as you see fit
# Standard system options
options NTP # NTP phase/frequency locked loop
options KTRACE
2002-10-06 06:11:54 +04:00
options SYSTRACE # system call vetting via systrace(1)
#options SYSVMSG # System V message queues
#options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#options SEMMNS=60 # number of semaphores in system
#options SEMUME=10 # max number of undo entries per process
#options SEMMNU=30 # number of undo structures in system
#options SYSVSHM # System V shared memory
#optoins SHMMAXPGS=1024 # 1024 pages is the default
#options P1003_1B_SEMAPHORE # p1003.1b semaphore support
#options LKM # loadable kernel modules
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# Enable experimental buffer queue strategy for better responsiveness under
# high disk I/O load. Use it with caution - it's not proven to be stable yet.
#options NEW_BUFQ_STRATEGY
# Debugging options
options DDB
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options SYMTAB_SPACE=72000 # place DDB symbols in data segment
#options DEBUG # extra kernel debugging support
#options DIAGNOSTIC # extra kernel sanity checking
#options SCSIVERBOSE # Verbose SCSI errors
#options SCSIDEBUG
#makeoptions DEBUG="-g" # compile full symbol table
# Compatibility options
options COMPAT_43 # and 4.3BSD and ...
options COMPAT_12 # NetBSD 1.2 binary compatibility
options COMPAT_13 # NetBSD 1.3 binary compatibility
options COMPAT_14 # NetBSD 1.4 binary compatibility
2003-09-22 18:11:15 +04:00
options COMPAT_15 # NetBSD 1.5 binary compatibility
options COMPAT_16 # NetBSD 1.6 binary compatibility
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_AOUT_M68K # support for NetBSD a.out executables
options EXEC_AOUT # support for a.out executables
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Filesystem options
file-system FFS # ufs file system
#file-system LFS # log-structured file system
file-system NFS # nfs client support
file-system MFS
#file-system CD9660 # ISO 9660 + Rock Ridge file system
#file-system MSDOSFS # MS-DOS FAT file system
file-system KERNFS # /kern
file-system PROCFS # /proc
#file-system FDESC # /dev/fd/*
file-system NULLFS # loopback file system
#file-system PORTAL # portal filesystem (still experimental)
#file-system UMAPFS # NULLFS + uid and gid remapping
#file-system UNION # union file system
#file-system CODA # Coda File System; also needs vcode (below)
#options NFSSERVER # nfs server support
#options QUOTA # ffs quotas
#options FFS_EI # ffs endian independant support
options SOFTDEP # ffs soft updates support
# Networking options
options INET # IP prototol stack support
#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 GATEWAY # IP packet forwarding
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI
#options EON # OSI tunneling over IP
#options CCITT,LLC,HDLC # X.25
#options NETATALK # AppleTalk networking protocols
#options PPP_BSDCOMP # BSD-Compress compression support for PPP
#options PPP_DEFLATE # Deflate compression support for PPP
#options PPP_FILTER # Active filter support for PPP (requires bpf)
#options PFIL_HOOKS # pfil(9) packet filter hooks
#options IPFILTER_LOG # ipmon(8) log support
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
options NFS_BOOT_DHCP # superset of BOOTP
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
#options ALTQ # Manipulate network interfaces' output queues
#options ALTQ_BLUE # Stochastic Fair Blue
#options ALTQ_CBQ # Class-Based Queueing
#options ALTQ_CDNR # Diffserv Traffic Conditioner
#options ALTQ_FIFOQ # First-In First-Out Queue
#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
#options ALTQ_HFSC # Hierarchical Fair Service Curve
#options ALTQ_LOCALQ # Local queueing discipline
#options ALTQ_PRIQ # Priority Queueing
#options ALTQ_RED # Random Early Detection
#options ALTQ_RIO # RED with IN/OUT
#options ALTQ_WFQ # Weighted Fair Queueing
# WS console uses SUN or VT100 terminal emulation
options WSEMUL_VT100
config netbsd root on ? type ?
mainbus0 at root
clock0 at mainbus0
# uPD7201 SIO
sio0 at mainbus0
siotty0 at sio0 # ttya
ws0 at sio0 # port for keyboard and mouse
# AM7990 LANCE
le0 at mainbus0
# MB89532 SPC
spc0 at mainbus0
#spc1 at mainbus0 # 2nd SCSI on LUNA-II
# framebuffer
fb0 at mainbus0 # 16 or 256 pseudo color
# Workstation Console attachments
wsdisplay* at fb?
wskbd* at ws? console ?
2000-10-19 14:36:32 +04:00
wsmouse* at ws?
# SCSI bus support
scsibus* at spc?
# SCSI devices
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
#ss* at scsibus? target ? lun ? # SCSI scanners
#uk* at scsibus? target ? lun ? # unknown SCSI devices
pseudo-device bpfilter 2 # Berkeley Packet Filter
#pseudo-device ccd 2 # concatenated and striped disks
#pseudo-device cgd 2 # cryptographic disks
#pseudo-device gre 2 # generic L3 over IP tunnel
#pseudo-device ipfilter 1 # ip filter
pseudo-device loop 1 # loopback interface; required
pseudo-device md 1 # memory disk device
#pseudo-device ppp 1 # PPP interfaces
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device pty # pseudo-terminals
#pseudo-device raid 2 # RAIDframe disk driver
#pseudo-device sl 1 # SLIP interfaces
#pseudo-device tun 2 # Network "tunnel" device
2000-12-19 13:42:02 +03:00
pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device bridge # simple inter-network bridging
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
#pseudo-device vnd 2 # disk-like interface to files
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
2003-04-26 18:10:04 +04:00
pseudo-device ksyms # /dev/ksyms
#pseudo-device pf # PF packet filter
#pseudo-device pflog # PF log if