Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.51.2.1
      1  1.51.2.1  thorpej #	$NetBSD: GENERIC,v 1.51.2.1 1997/01/14 21:25:25 thorpej 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.50   scottr options 	DIAGNOSTIC		# DEBUG for extra kernel debugging
     11      1.50   scottr options 	KTRACE			# system call tracing support
     12      1.50   scottr #options 	KGDB			# support for kernel gdb
     13      1.50   scottr #options 	GDB			# support for normal gdb
     14      1.50   scottr #options 	KGDBDEV=0xc01, KGDBRATE=38400	# device & baud rate
     15  1.51.2.1  thorpej options 	DDB
     16  1.51.2.1  thorpej 
     17  1.51.2.1  thorpej # File systems
     18  1.51.2.1  thorpej file-system 	FFS
     19  1.51.2.1  thorpej file-system 	MFS		# memory-based filesystem
     20  1.51.2.1  thorpej file-system 	NFS		# Sun NFS-compatible filesystem
     21  1.51.2.1  thorpej file-system 	NULLFS		# Null (formerly loop-back) filesystem
     22  1.51.2.1  thorpej file-system 	CD9660		# ISO-9660 w/ RockRidge
     23  1.51.2.1  thorpej file-system 	KERNFS		# kernel data-structure filesystem
     24  1.51.2.1  thorpej file-system 	FDESC		# user file descriptor filesystem
     25  1.51.2.1  thorpej #file-system 	UMAPFS		# uid/gid remapping filesystem
     26  1.51.2.1  thorpej #file-system 	LFS		# Log-based filesystem (still experimental)
     27  1.51.2.1  thorpej #file-system 	PORTAL		# portal filesystem (still experimental)
     28  1.51.2.1  thorpej file-system 	PROCFS		# Process filesystem
     29       1.2   briggs 
     30      1.50   scottr options 	FIFO		# POSIX fifo support (in all filesystems)
     31      1.50   scottr options 	QUOTA		# fast filesystem with user and group quotas
     32      1.50   scottr #options 	NFSSERVER	# Sun NFS-compatible filesystem
     33       1.2   briggs 
     34      1.50   scottr options 	SCSI
     35      1.50   scottr #options 	SCSIDEBUG
     36       1.7   briggs 
     37       1.7   briggs # Networking options
     38      1.50   scottr options 	INET
     39      1.50   scottr options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
     40      1.50   scottr options 	GATEWAY		# IP packet forwarding
     41      1.50   scottr #options 	ISO		# OSI networking
     42      1.50   scottr #options 	TPIP
     43      1.50   scottr #options 	EON
     44      1.50   scottr options 	COMPAT_42
     45      1.50   scottr options 	COMPAT_43
     46      1.50   scottr options 	NS
     47      1.50   scottr options 	MAPMEM
     48      1.50   scottr options 	SYSVSHM,SYSVSEM,SYSVMSG
     49      1.50   scottr options 	PPP_BSDCOMP,PPP_DEFLATE
     50       1.1   briggs 
     51       1.9   briggs # Mac-specific options
     52      1.50   scottr options 	M68040
     53      1.50   scottr options 	M68030
     54      1.50   scottr options 	M68020		# Must have 68851 PMMU
     55      1.50   scottr options 	FPSP
     56      1.50   scottr options 	FPU_EMULATE
     57      1.50   scottr options 	COMPAT_NOMID
     58      1.50   scottr options 	COMPAT_SUNOS
     59      1.50   scottr options 	COMPAT_09
     60      1.50   scottr options 	COMPAT_10
     61      1.39      mrg options 	COMPAT_11
     62      1.39      mrg options 	COMPAT_12
     63      1.40  thorpej #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     64      1.50   scottr options 	ZS_CONSOLE_ABORT
     65      1.45   scottr options 	DISABLE_EXT_CACHE # Don't use IIci external cache
     66       1.9   briggs 
     67  1.51.2.1  thorpej config		netbsd	root on ? type ?
     68       1.1   briggs 
     69      1.37   scottr intvid0		at obio?	# Internal video hardware
     70      1.36   briggs 
     71      1.35   briggs nubus0		at mainbus?
     72       1.5   briggs 
     73      1.35   briggs ae*		at nubus?
     74      1.37   scottr macvid*		at nubus?
     75      1.37   scottr 
     76      1.37   scottr # Attach grf semantics to all video hardware as it is found
     77      1.37   scottr grf*		at intvid?
     78      1.37   scottr grf*		at macvid?
     79      1.38   scottr 
     80      1.38   scottr # Attach ite semantics to the appropriate grf device
     81      1.38   scottr ite0		at grf?
     82      1.35   briggs 
     83      1.50   scottr # Use only one of ncrscsi or sbc
     84      1.35   briggs ncrscsi0	at obio?		# SCSI NCR 5380
     85      1.50   scottr #sbc0		at obio? flags 0x1	# MI NCR 5380 SCSI Bus Controller
     86      1.50   scottr 
     87      1.50   scottr esp0		at obio?		# SCSI NCR 53C9x
     88      1.50   scottr esp1		at obio?		# SCSI NCR 53C9x
     89       1.1   briggs 
     90       1.6   briggs scsibus*	at scsi?
     91      1.41   scottr sd*	at scsibus? target ? lun ?	# SCSI disk drives
     92      1.41   scottr st*	at scsibus? target ? lun ?	# SCSI tape drives
     93      1.41   scottr cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
     94      1.41   scottr ch*	at scsibus? target ? lun ?	# SCSI autochangers
     95      1.41   scottr ss*	at scsibus? target ? lun ?	# SCSI scanners
     96      1.41   scottr uk*	at scsibus? target ? lun ?	# SCSI unknown
     97       1.1   briggs 
     98      1.17   briggs pseudo-device	pty		16
     99      1.29   briggs pseudo-device	bpfilter	12
    100      1.30   briggs pseudo-device	vnd		2
    101      1.51    mikel pseudo-device	ccd		2
    102      1.31   briggs pseudo-device	ppp		2
    103      1.26   briggs pseudo-device	loop
    104      1.26   briggs pseudo-device	sl
    105