177 lines
6.4 KiB
Plaintext
177 lines
6.4 KiB
Plaintext
# $NetBSD: GENERIC,v 1.42 2003/09/22 14:11:19 cl 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.42 $"
|
|
|
|
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
|
|
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 LKM # loadable kernel modules
|
|
options USERCONF # userconf(4) support
|
|
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
|
|
|
# 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
|
|
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
|
|
|
|
# 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 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
|
|
|
|
# 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 ?
|
|
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
|
|
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
|
|
pseudo-device ksyms # /dev/ksyms
|