Home | History | Annotate | Line # | Download | only in conf
GENERICSBC revision 1.36.2.2
      1  1.36.2.2      yamt #	$NetBSD: GENERICSBC,v 1.36.2.2 2005/03/19 08:33:05 yamt Exp $
      2       1.1    toddpw #
      3       1.5     fredb # GENERICSBC
      4       1.1    toddpw 
      5       1.1    toddpw include	"arch/mac68k/conf/std.mac68k"
      6       1.1    toddpw 
      7      1.16    atatat options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      8      1.16    atatat 
      9  1.36.2.2      yamt #ident 		"GENERICSBC-$Revision: 1.36.2.2 $"
     10       1.1    toddpw 
     11       1.1    toddpw maxusers	16		# estimated number of users
     12       1.1    toddpw 
     13       1.1    toddpw # CPU support.  At least one is REQUIRED.
     14       1.1    toddpw options 	M68040
     15       1.1    toddpw options 	M68030
     16       1.1    toddpw options 	M68020		# Note:  must have 68851 PMMU
     17       1.1    toddpw 
     18       1.1    toddpw # CPU-related options.
     19       1.1    toddpw options 	FPSP
     20       1.1    toddpw options 	FPU_EMULATE
     21       1.1    toddpw 
     22       1.1    toddpw # Standard system options
     23       1.1    toddpw 
     24       1.1    toddpw options 	INSECURE	# disable kernel security levels
     25       1.1    toddpw 
     26       1.1    toddpw options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     27       1.1    toddpw #options 	NTP		# NTP phase/frequency locked loop
     28       1.1    toddpw 
     29       1.1    toddpw options 	KTRACE		# system call tracing via ktrace(1)
     30       1.1    toddpw 
     31       1.1    toddpw options 	SYSVMSG		# System V-like message queues
     32       1.1    toddpw options 	SYSVSEM		# System V-like semaphores
     33       1.7     lukem #options 	SEMMNI=10	# number of semaphore identifiers
     34       1.7     lukem #options 	SEMMNS=60	# number of semaphores in system
     35       1.7     lukem #options 	SEMUME=10	# max number of undo entries per process
     36       1.7     lukem #options 	SEMMNU=30	# number of undo structures in system
     37       1.1    toddpw options 	SYSVSHM		# System V-like memory sharing
     38       1.1    toddpw #options 	SHMMAXPGS=1024	# 1024 pages is the default
     39      1.31    bouyer options 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
     40       1.1    toddpw 
     41       1.1    toddpw options 	LKM		# loadable kernel modules
     42      1.11  jdolecek 
     43      1.20     lukem options 	USERCONF	# userconf(4) support
     44      1.11  jdolecek #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     45      1.32    atatat options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     46       1.1    toddpw 
     47       1.1    toddpw # Diagnostic/debugging support options
     48      1.12     fredb #options 	DIAGNOSTIC	# cheap kernel consistency checks
     49       1.1    toddpw #options 	DEBUG		# expensive debugging checks/support
     50       1.1    toddpw options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     51      1.12     fredb options 	DDB			# in-kernel debugger
     52       1.1    toddpw #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     53       1.6     lukem #options 	KGDB			# remote debugger
     54       1.6     lukem #options 	KGDB_DEV=0xc01		# kgdb device number (dev_t)
     55       1.6     lukem #options 	KGDB_DEVRATE=38400	# baud rate
     56       1.1    toddpw #makeoptions	DEBUG="-g"	# compile full symbol table
     57       1.1    toddpw 
     58       1.1    toddpw # Compatibility options
     59       1.1    toddpw #options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
     60       1.1    toddpw #options 	COMPAT_09	# NetBSD 0.9,
     61       1.1    toddpw options 	COMPAT_10	# NetBSD 1.0,
     62       1.1    toddpw options 	COMPAT_11	# NetBSD 1.1,
     63       1.1    toddpw options 	COMPAT_12	# NetBSD 1.2,
     64       1.1    toddpw options 	COMPAT_13	# NetBSD 1.3,
     65       1.1    toddpw options 	COMPAT_14	# NetBSD 1.4,
     66      1.13     fredb options 	COMPAT_15	# NetBSD 1.5,
     67      1.25        cl options 	COMPAT_16	# NetBSD 1.6,
     68  1.36.2.2      yamt options 	COMPAT_20	# NetBSD 2.0,
     69       1.1    toddpw options 	COMPAT_43	# and 4.3BSD
     70       1.2       abs #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     71       1.1    toddpw 
     72      1.12     fredb # The following is needed to run pre-NetBSD 1.6 binaries under ELF.
     73      1.14     shiba options 	COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
     74      1.14     shiba options 	EXEC_AOUT	# support for exec'ing a.out
     75      1.12     fredb 
     76      1.12     fredb #options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
     77      1.12     fredb #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     78      1.12     fredb #options 	COMPAT_SUNOS	# compatibility with SunOS 4.x binaries
     79       1.1    toddpw #options 	COMPAT_SVR4	# compatibility with SVR4 binaries
     80      1.34  christos options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     81       1.1    toddpw 
     82       1.1    toddpw # File systems
     83       1.1    toddpw file-system 	FFS		# UFS
     84       1.1    toddpw file-system 	EXT2FS		# second extended file system (linux)
     85       1.1    toddpw file-system 	LFS		# log-structured file system
     86       1.1    toddpw file-system 	MFS		# memory file system
     87       1.1    toddpw file-system 	NFS		# Network File System client
     88       1.1    toddpw file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     89       1.1    toddpw file-system 	MSDOSFS		# MS-DOS file system
     90       1.1    toddpw file-system 	FDESC		# /dev/fd
     91       1.1    toddpw file-system 	KERNFS		# /kern
     92       1.1    toddpw file-system 	NULLFS		# loopback file system
     93       1.1    toddpw file-system 	OVERLAY		# overlay file system
     94       1.1    toddpw file-system 	PORTAL		# portal filesystem (still experimental)
     95       1.1    toddpw file-system 	PROCFS		# /proc
     96       1.1    toddpw file-system 	UMAPFS		# NULLFS + uid and gid remapping
     97       1.1    toddpw file-system 	UNION		# union file system
     98       1.1    toddpw file-system 	CODA		# Venus/Coda distributed file system
     99       1.1    toddpw 
    100       1.1    toddpw # File system options
    101       1.1    toddpw options 	QUOTA		# UFS quotas
    102       1.1    toddpw #options 	FFS_EI		# FFS Endian Independant support
    103       1.1    toddpw options 	SOFTDEP		# FFS soft updates support.
    104  1.36.2.1      yamt #options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
    105       1.1    toddpw options 	NFSSERVER	# Network File System server
    106  1.36.2.2      yamt #options 	FFS_NO_SNAPSHOT	# ffs snapshots
    107       1.1    toddpw #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    108       1.1    toddpw 				# immutable) behave as system flags.
    109       1.1    toddpw 
    110       1.1    toddpw # Networking options
    111       1.1    toddpw options 	GATEWAY		# packet forwarding
    112       1.1    toddpw options 	INET		# IP + ICMP + TCP + UDP
    113       1.1    toddpw options 	INET6		# IPV6
    114       1.1    toddpw #options 	IPSEC		# IP security
    115       1.1    toddpw #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    116       1.1    toddpw #options 	IPSEC_DEBUG	# debug for IP security
    117       1.1    toddpw #options 	MROUTING	# IP multicast routing
    118      1.33      manu #options 	PIM		# Protocol Independent Multicast
    119       1.1    toddpw options 	NS		# XNS
    120       1.1    toddpw #options 	NSIP		# XNS tunneling over IP
    121       1.1    toddpw options 	ISO,TPIP	# OSI
    122       1.1    toddpw #options 	EON		# OSI tunneling over IP
    123       1.1    toddpw options 	CCITT,LLC,HDLC	# X.25
    124       1.1    toddpw options 	NETATALK	# AppleTalk networking protocols
    125       1.1    toddpw options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    126       1.1    toddpw options 	PPP_DEFLATE	# Deflate compression support for PPP
    127       1.1    toddpw options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    128       1.1    toddpw options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    129      1.12     fredb options 	IPFILTER_LOG	# ipmon(8) log support
    130      1.22    martti #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    131       1.2       abs #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    132       1.1    toddpw 
    133      1.30       abs #options 	ALTQ		# Manipulate network interfaces' output queues
    134      1.30       abs #options 	ALTQ_BLUE	# Stochastic Fair Blue
    135      1.30       abs #options 	ALTQ_CBQ	# Class-Based Queueing
    136      1.30       abs #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    137      1.30       abs #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    138      1.30       abs #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    139      1.30       abs #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    140      1.30       abs #options 	ALTQ_LOCALQ	# Local queueing discipline
    141      1.30       abs #options 	ALTQ_PRIQ	# Priority Queueing
    142      1.30       abs #options 	ALTQ_RED	# Random Early Detection
    143      1.30       abs #options 	ALTQ_RIO	# RED with IN/OUT
    144      1.30       abs #options 	ALTQ_WFQ	# Weighted Fair Queueing
    145      1.30       abs 
    146       1.1    toddpw # These options enable verbose messages for several subsystems.
    147       1.1    toddpw # Warning, these may compile large string tables into the kernel!
    148       1.1    toddpw options 	SCSIVERBOSE	# human readable SCSI error messages
    149       1.1    toddpw 
    150       1.1    toddpw # wscons options
    151       1.1    toddpw #options 	WSEMUL_SUN		# sun terminal emulation
    152       1.1    toddpw options 	WSEMUL_VT100		# VT100 / VT220 emulation
    153       1.1    toddpw options 	WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)
    154       1.1    toddpw 
    155       1.1    toddpw # rcons options; note that 1-bit and 8-bit displays are supported by default.
    156       1.1    toddpw options 	RCONS_2BPP		# Support for 2-bit display
    157       1.1    toddpw options 	RCONS_4BPP		# Support for 4-bit display
    158       1.1    toddpw options 	RCONS_16BPP		# Support for 16-bit display
    159       1.1    toddpw 
    160       1.1    toddpw # Mac-specific options
    161       1.1    toddpw #options 	ALTXBUTTONS	# Map Opt-{1,2,3} to mouse buttons
    162       1.1    toddpw #options 	DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
    163       1.1    toddpw options 	GRF_COMPAT	# Include grf compatibility code
    164       1.1    toddpw #options 	MRG_ADB		# Use ROM-based ADB driver
    165       1.1    toddpw options 	ZS_CONSOLE_ABORT
    166       1.1    toddpw 
    167       1.1    toddpw options 	NFS_BOOT_DHCP
    168       1.1    toddpw 
    169       1.1    toddpw # Kernel root file system and dump configuration.
    170       1.1    toddpw config		netbsd	root on ? type ?
    171       1.1    toddpw 
    172       1.1    toddpw #
    173       1.1    toddpw # Device configuration
    174       1.1    toddpw #
    175       1.1    toddpw 
    176       1.1    toddpw mainbus0 at root
    177       1.1    toddpw 
    178       1.1    toddpw fpu0 at mainbus?			# Floating-Point Coprocessor support
    179       1.1    toddpw 
    180       1.1    toddpw 
    181       1.1    toddpw # Basic Bus Support
    182       1.1    toddpw 
    183       1.1    toddpw # On-board I/O bus support
    184       1.1    toddpw obio0 at mainbus?
    185       1.1    toddpw 
    186       1.1    toddpw # NuBus support
    187       1.1    toddpw nubus0 at mainbus?
    188       1.1    toddpw 
    189       1.1    toddpw 
    190       1.1    toddpw # Console Devices
    191       1.1    toddpw 
    192       1.1    toddpw # Apple Desktop Bus interface
    193       1.1    toddpw adb0	at obio?
    194       1.1    toddpw aed*	at adb?				# ADB event device
    195       1.1    toddpw akbd*	at adb?				# ADB keyboard
    196       1.1    toddpw ams*	at adb?				# ADB mouse
    197       1.1    toddpw 
    198       1.1    toddpw # Basic frame buffer support
    199       1.1    toddpw intvid0	at obio?			# Internal video hardware
    200       1.1    toddpw macvid*	at nubus?			# NuBus video card
    201       1.1    toddpw 
    202       1.1    toddpw # Device-independent frame buffer interface
    203       1.1    toddpw macfb*	at intvid?
    204       1.1    toddpw macfb*	at macvid?
    205       1.1    toddpw 
    206       1.1    toddpw # Workstation Console devices
    207       1.1    toddpw wsdisplay* at macfb? console ?
    208       1.1    toddpw wskbd*	at akbd? console ?
    209       1.1    toddpw wsmouse* at ams?
    210       1.1    toddpw 
    211       1.1    toddpw 
    212       1.1    toddpw # Serial Devices
    213       1.1    toddpw 
    214       1.1    toddpw # On-board serial interface
    215       1.1    toddpw zsc0	at obio?
    216       1.1    toddpw zstty*	at zsc? channel ?
    217       1.1    toddpw 
    218       1.1    toddpw 
    219       1.1    toddpw # SCSI Controllers and Devices
    220       1.1    toddpw 
    221       1.1    toddpw # SCSI controllers
    222       1.1    toddpw # XXX - use only one of ncrscsi or sbc
    223      1.36       chs #ncrscsi0 at obio? addr 0		# SCSI NCR 5380
    224      1.36       chs sbc0	at obio? addr 0 flags 0x1	# MI SCSI NCR 5380
    225      1.36       chs esp0	at obio? addr 0			# SCSI NCR 53C9x
    226      1.36       chs esp1	at obio? addr 1			# SCSI NCR 53C9x
    227       1.1    toddpw 
    228       1.1    toddpw # SCSI bus support
    229       1.1    toddpw scsibus* at scsi?
    230       1.1    toddpw 
    231       1.1    toddpw # SCSI devices
    232       1.1    toddpw sd*	at scsibus? target ? lun ?	# SCSI disk drives
    233       1.1    toddpw st*	at scsibus? target ? lun ?	# SCSI tape drives
    234       1.1    toddpw cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    235       1.1    toddpw ch*	at scsibus? target ? lun ?	# SCSI autochangers
    236       1.1    toddpw se*	at scsibus? target ? lun ?	# SCSI ethernet
    237       1.1    toddpw ss*	at scsibus? target ? lun ?	# SCSI scanners
    238       1.1    toddpw uk*	at scsibus? target ? lun ?	# SCSI unknown
    239      1.17     shiba 
    240      1.17     shiba # IDE controller and devices
    241      1.17     shiba wdc*	at obio? flags 0x1000
    242      1.27     lukem atabus* at ata?
    243      1.26    bouyer wd*	at atabus? drive ?
    244       1.1    toddpw 
    245       1.1    toddpw 
    246       1.1    toddpw # Miscellaneous mass storage devices
    247       1.1    toddpw 
    248       1.1    toddpw # IWM floppy disk controller
    249       1.1    toddpw iwm0	at obio?			# Sony driver (800K GCR)
    250       1.1    toddpw fd*	at iwm? drive ?
    251       1.1    toddpw 
    252       1.1    toddpw 
    253       1.1    toddpw # Network Interfaces
    254       1.1    toddpw 
    255       1.1    toddpw # On-board Ethernet controllers
    256       1.1    toddpw sn*	at obio?			# SONIC-based (DP83932, DP83916)
    257       1.1    toddpw mc*	at obio?			# MACE-based
    258       1.1    toddpw 
    259       1.1    toddpw # NuBus Ethernet controllers
    260       1.1    toddpw ae*	at nubus?			# DP8390-based
    261       1.1    toddpw sn*	at nubus?			# SONIC-based (DP83932, DP83916)
    262       1.1    toddpw sm*	at nubus?			# SMC 91cxx-based
    263      1.19    itojun netdock*	at nubus?		# Asante NetDock, Newer Ether MicroDock
    264       1.1    toddpw 
    265       1.1    toddpw nsphy*	at mii? phy ?
    266       1.1    toddpw ukphy*	at mii? phy ?
    267       1.1    toddpw 
    268       1.1    toddpw # Audio Devices
    269       1.1    toddpw 
    270       1.1    toddpw # On-board audio hardware
    271       1.1    toddpw asc0	at obio?			# ASC/EASC audio
    272       1.1    toddpw 
    273       1.1    toddpw # Pseudo-Devices
    274       1.1    toddpw 
    275       1.1    toddpw # disk/mass storage pseudo-devices
    276       1.1    toddpw pseudo-device	ccd		4	# concatenated/striped disk devices
    277      1.23     elric #pseudo-device	cgd		4	# cryptographic disk devices
    278      1.10     oster #pseudo-device	raid		8	# RAIDframe disk driver
    279       1.1    toddpw #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    280      1.10     oster # Options to enable various other RAIDframe RAID types.
    281      1.10     oster # options	RF_INCLUDE_EVENODD=1
    282      1.10     oster # options	RF_INCLUDE_RAID5_RS=1
    283      1.10     oster # options	RF_INCLUDE_PARITYLOGGING=1
    284      1.10     oster # options	RF_INCLUDE_CHAINDECLUSTER=1
    285      1.10     oster # options	RF_INCLUDE_INTERDECLUSTER=1
    286      1.10     oster # options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    287      1.10     oster # options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    288  1.36.2.1      yamt pseudo-device	fss		4	# file system snapshot device
    289       1.1    toddpw pseudo-device	md		1	# memory disk device (ramdisk)
    290       1.1    toddpw pseudo-device	vcoda		1	# Venus/Coda distributed file system
    291       1.1    toddpw pseudo-device	vnd		4	# disk-like interface to files
    292       1.1    toddpw 
    293       1.1    toddpw # network pseudo-devices
    294       1.1    toddpw pseudo-device	bpfilter	12	# Berkeley packet filter
    295       1.1    toddpw pseudo-device	ipfilter		# IP filter (firewall) and NAT
    296       1.1    toddpw pseudo-device	loop			# network loopback
    297       1.1    toddpw pseudo-device	ppp		2	# Point-to-Point Protocol
    298       1.9    martin pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    299       1.1    toddpw pseudo-device	sl		2	# Serial Line IP
    300       1.1    toddpw #pseudo-device	strip		2	# Starmode Radio IP (Metricom)
    301       1.1    toddpw pseudo-device	tun		2	# network tunneling over tty
    302      1.35      cube pseudo-device	tap			# virtual Ethernet
    303       1.1    toddpw #pseudo-device	gre		2	# generic L3 over IP tunnel
    304       1.1    toddpw pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    305       1.1    toddpw #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    306       1.1    toddpw #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    307       1.5     fredb pseudo-device	vlan			# IEEE 802.1q encapsulation
    308       1.8    atatat pseudo-device	bridge			# simple inter-network bridging
    309       1.1    toddpw 
    310       1.1    toddpw # miscellaneous pseudo-devices
    311       1.1    toddpw pseudo-device	grf		2	# grf emulation for wscons
    312       1.1    toddpw pseudo-device	ite		1	# ite emulation for wscons
    313       1.1    toddpw pseudo-device	pty			# pseudo-terminals
    314       1.1    toddpw #pseudo-device	tb		1	# tablet line discipline
    315      1.18     lukem pseudo-device	clockctl		# user control of clock subsystem
    316       1.1    toddpw 
    317       1.1    toddpw # random number generator pseudo-device
    318       1.1    toddpw pseudo-device	rnd			# /dev/random and in-kernel generator
    319       1.1    toddpw #options 	RND_COM			# use "com" randomness as well (BROKEN)
    320