Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.70
      1  1.70    lukem #	$NetBSD: GENERIC,v 1.70 1997/11/17 01:57:58 lukem Exp $
      2  1.21      cgd #
      3   1.8   briggs # GENERIC
      4   1.1   briggs 
      5  1.43   scottr include	"arch/mac68k/conf/std.mac68k"
      6   1.2   briggs 
      7   1.2   briggs maxusers	16
      8   1.2   briggs 
      9   1.2   briggs # Standard system options
     10  1.54   scottr options 	KTRACE		# system call tracing
     11  1.54   scottr options 	SYSVMSG		# System V message queues
     12  1.54   scottr options 	SYSVSEM		# System V semaphores
     13  1.54   scottr options 	SYSVSHM		# System V shared memory
     14  1.54   scottr #options 	SHMMAXPGS=1024	# 1024 pages is the default
     15  1.54   scottr options 	LKM		# loadable kernel modules
     16  1.54   scottr #options 	INSECURE	# disable kernel security level
     17  1.54   scottr options 	UCONSOLE	# allow anyone to steal the virtual console
     18  1.54   scottr 
     19  1.54   scottr # Debugging options
     20  1.54   scottr options 	DDB		# kernel dynamic debugger
     21  1.70    lukem #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     22  1.54   scottr #options 	DEBUG		# kernel debugging code
     23  1.54   scottr options 	DIAGNOSTIC	# extra kernel sanity checking
     24  1.53   scottr #options 	KGDB		# support for kernel gdb
     25  1.54   scottr #options 	KGDBDEV=0xc01	# kgdb device number (dev_t)
     26  1.54   scottr #options 	KGDBRATE=38400	# baud rate
     27  1.67   mjacob #options 	SCSIVERBOSE	# Verbose SCSI errors
     28  1.54   scottr 
     29  1.54   scottr # Compatibility options
     30  1.54   scottr options 	COMPAT_43	# 4.3BSD system interfaces
     31  1.54   scottr options 	COMPAT_10	# NetBSD 1.0 binary compatibility
     32  1.54   scottr options 	COMPAT_11	# NetBSD 1.1 binary compatibility
     33  1.54   scottr options 	COMPAT_12	# NetBSD 1.2 binary compatibility
     34  1.54   scottr options 	COMPAT_SUNOS	# SunOS 4.x binary compatibility
     35  1.54   scottr #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     36   1.2   briggs 
     37  1.65   scottr # File systems
     38  1.63    lukem file-system	FFS		# Berkeley Fast Filesystem
     39  1.63    lukem file-system	NFS		# Sun NFS-compatible filesystem client
     40  1.63    lukem file-system	KERNFS		# kernel data-structure filesystem
     41  1.63    lukem file-system	NULLFS		# NULL layered filesystem
     42  1.63    lukem file-system	MFS		# memory-based filesystem
     43  1.63    lukem file-system	FDESC		# user file descriptor filesystem
     44  1.63    lukem file-system	UMAPFS		# uid/gid remapping filesystem
     45  1.63    lukem file-system	LFS		# Log-based filesystem (still experimental)
     46  1.63    lukem file-system	PORTAL		# portal filesystem (still experimental)
     47  1.63    lukem file-system	PROCFS		# /proc
     48  1.63    lukem file-system	CD9660		# ISO 9660 + Rock Ridge file system
     49  1.63    lukem file-system	UNION		# union file system
     50  1.63    lukem file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     51  1.55  thorpej 
     52  1.65   scottr # File system options
     53  1.54   scottr options 	QUOTA		# FFS quotas
     54  1.54   scottr options 	NFSSERVER	# Sun NFS-compatible filesystem server
     55  1.54   scottr options 	FIFO		# POSIX fifo support (in all filesystems)
     56   1.7   briggs 
     57   1.7   briggs # Networking options
     58  1.54   scottr options 	INET		# IP stack
     59  1.50   scottr options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
     60  1.50   scottr options 	GATEWAY		# IP packet forwarding
     61  1.54   scottr #options 	ISO,TPIP	# OSI networking
     62  1.54   scottr #options 	EON		# OSI tunneling over IP
     63  1.54   scottr #options 	CCITT,LLC,HDLC	# X.25
     64  1.65   scottr options 	NETATALK	# AppleTalk networking
     65  1.54   scottr options 	PPP_BSDCOMP	# PPP header compression
     66  1.54   scottr options 	PPP_DEFLATE	# PPP-Deflate compression
     67  1.64    lukem options 	PFIL_HOOKS	# pfil(9) packet filter hooks.
     68   1.1   briggs 
     69   1.9   briggs # Mac-specific options
     70  1.50   scottr options 	M68040
     71  1.50   scottr options 	M68030
     72  1.50   scottr options 	M68020		# Must have 68851 PMMU
     73  1.50   scottr options 	FPSP
     74  1.50   scottr options 	FPU_EMULATE
     75  1.50   scottr options 	ZS_CONSOLE_ABORT
     76  1.45   scottr options 	DISABLE_EXT_CACHE # Don't use IIci external cache
     77  1.62   scottr options 	MRG_ADB		# Use ROM-based ADB driver
     78   1.9   briggs 
     79  1.55  thorpej config		netbsd	root on ? type ?
     80   1.1   briggs 
     81  1.56   scottr asc0		at obio?			# ASC/EASC audio
     82  1.56   scottr intvid0		at obio?			# Internal video hardware
     83  1.60   briggs sn*		at obio?			# SONIC-based internal ethernet
     84  1.69   briggs mc*		at obio?			# MACE-based internal ethernet
     85  1.36   briggs 
     86  1.35   briggs nubus0		at mainbus?
     87  1.56   scottr ae*		at nubus?			# 8390-based Ethernet NIC
     88  1.60   briggs sn*		at nubus?			# SONIC-based Ethernet NIC
     89  1.56   scottr macvid*		at nubus?			# NuBus video card
     90  1.37   scottr 
     91  1.37   scottr # Attach grf semantics to all video hardware as it is found
     92  1.37   scottr grf*		at intvid?
     93  1.37   scottr grf*		at macvid?
     94  1.38   scottr 
     95  1.38   scottr # Attach ite semantics to the appropriate grf device
     96  1.38   scottr ite0		at grf?
     97  1.35   briggs 
     98  1.50   scottr # Use only one of ncrscsi or sbc
     99  1.56   scottr ncrscsi0	at obio?			# SCSI NCR 5380
    100  1.56   scottr #sbc0		at obio? flags 0x1		# MI SCSI NCR 5380
    101  1.50   scottr 
    102  1.56   scottr esp0		at obio?			# SCSI NCR 53C9x
    103  1.56   scottr esp1		at obio?			# SCSI NCR 53C9x
    104   1.1   briggs 
    105   1.6   briggs scsibus*	at scsi?
    106  1.56   scottr sd*		at scsibus? target ? lun ?	# SCSI disk drives
    107  1.56   scottr st*		at scsibus? target ? lun ?	# SCSI tape drives
    108  1.56   scottr cd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
    109  1.56   scottr ch*		at scsibus? target ? lun ?	# SCSI autochangers
    110  1.61   scottr se*		at scsibus? target ? lun ?	# SCSI ethernet
    111  1.56   scottr ss*		at scsibus? target ? lun ?	# SCSI scanners
    112  1.56   scottr uk*		at scsibus? target ? lun ?	# SCSI unknown
    113   1.1   briggs 
    114  1.17   briggs pseudo-device	pty		16
    115  1.29   briggs pseudo-device	bpfilter	12
    116  1.30   briggs pseudo-device	vnd		2
    117  1.51    mikel pseudo-device	ccd		2
    118  1.57   scottr pseudo-device	md		1
    119  1.31   briggs pseudo-device	ppp		2
    120  1.26   briggs pseudo-device	loop
    121  1.26   briggs pseudo-device	sl
    122  1.68   scottr pseudo-device	ipfilter
    123  1.68   scottr #pseudo-device	rnd			# /dev/random and in-kernel generator
    124