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