Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.14
      1 # GENERIC
      2 #
      3 #     $Id: GENERIC,v 1.14 1994/06/25 04:58:01 briggs Exp $
      4 
      5 include	"std.mac68k"
      6 
      7 maxusers	16
      8 
      9 # obsolete timezone spec
     10 options               TIMEZONE=300, DST=1, MAXFDESCS=2048
     11 
     12 # Standard system options
     13 options		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
     14 options		NEWCONFIG
     15 options		DIAGNOSTIC		# DEBUG for extra kernel debugging
     16 options		KTRACE			# system call tracing support
     17 #options	KGDB			# support for kernel gdb
     18 #options	GDB			# support for normal gdb
     19 #options	KGDBDEV=0xc01, KGDBRATE=38400	# device & baud rate
     20 
     21 # Filesystem options
     22 options		FIFO		# POSIX fifo support (in all filesystems)
     23 #options		DDB
     24 options		FFS
     25 options		QUOTA		# fast filesystem with user and group quotas
     26 options		MFS		# memory-based filesystem
     27 #options	NFSSERVER	# Sun NFS-compatible filesystem
     28 #options	NFSCLIENT	# Sun NFS-compatible filesystem
     29 #options		LOFS		# Loop-back filesystem
     30 #options		ISOFS		# ISO-9660 w/ RockRidge
     31 options		KERNFS		# kernel data-structure filesystem
     32 options		FDESC		# user file descriptor filesystem
     33 #options	UMAPFS		# uid/gid remapping filesystem
     34 #options	LFS		# Log-based filesystem (still experimental)
     35 options		PORTAL		# portal filesystem (still experimental)
     36 options		PROCFS
     37 
     38 options		SCSI
     39 #options	SCSIDEBUG
     40 
     41 # Networking options
     42 options		INET
     43 options		TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
     44 options		GATEWAY		# IP packet forwarding
     45 #options	ISO		# OSI networking
     46 #options	TPIP
     47 #options	EON
     48 options		COMPAT_42
     49 options		COMPAT_43
     50 options		NS
     51 options		MAPMEM
     52 options		SYSVSHM,SYSVSEM,SYSVMSG
     53 
     54 # Mac-specific options
     55 options		FPCOPROC
     56 options		FPSP
     57 options		COMPAT_NOMID
     58 options		COMPAT_SUNOS
     59 options		COMPAT_09
     60 
     61 config		netbsd	swap generic
     62 
     63 ae0	at nubus0	slot -1   id ?   claimed 0
     64 
     65 ncr0	at mainbus?		# SCSI NCR 5380
     66 
     67 scsibus*	at scsi?
     68 sd*	at scsibus? target ? lun ?
     69 st*	at scsibus? target ? lun ?
     70 cd*	at scsibus? target ? lun ?
     71 ch*	at scsibus? target ? lun ?
     72 
     73 pseudo-device	loop
     74 pseudo-device	pty	16
     75 pseudo-device	sl
     76 pseudo-device	ppp
     77 
     78 pseudo-device	con	6
     79