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