Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.13
      1 #	$NetBSD: GENERIC,v 1.13 2000/10/19 10:36:32 nisimura Exp $
      2 #
      3 #	GENERIC LUNA68K
      4 #
      5 include		"arch/luna68k/conf/std.luna68k"
      6 
      7 #ident 		"GENERIC-$Revision: 1.13 $"
      8 
      9 maxusers	8
     10 
     11 options		M68030
     12 #options	M68040
     13 #options 	FPSP	# on m68040 to emulate some missing FP instructions
     14 
     15 # Needs to be set per system.  i.e change these as you see fit
     16 
     17 # Standard system options
     18 options 	NTP			# NTP phase/frequency locked loop
     19 options 	KTRACE
     20 #options 	SYSVMSG			# System V message queues
     21 #options 	SYSVSEM			# System V semaphores
     22 #options 	SYSVSHM			# System V shared memory
     23 #optoins 	SHMMAXPGS=1024		# 1024 pages is the default
     24 #options 	LKM			# loadable kernel modules
     25 #options 	UCONSOLE		# users can redirect console (unsafe)
     26 
     27 # Debugging options
     28 options 	DDB
     29 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     30 #options	SYMTAB_SPACE=72000	# place DDB symbols in data segment
     31 #options 	DEBUG			# extra kernel debugging support
     32 #options 	DIAGNOSTIC		# extra kernel sanity checking
     33 #options 	SCSIVERBOSE		# Verbose SCSI errors
     34 #options 	SCSIDEBUG
     35 #makeoptions	DEBUG="-g"		# compile full symbol table
     36 
     37 # Compatability options
     38 options 	COMPAT_43	# and 4.3BSD and ...
     39 options 	COMPAT_12	# NetBSD 1.2 binary compatibility
     40 options 	COMPAT_13	# NetBSD 1.3 binary compatibility
     41 options 	COMPAT_14	# NetBSD 1.4 binary compatibility
     42 
     43 # Filesystem options
     44 file-system 	FFS		# ufs file system
     45 #file-system	LFS		# log-structured file system
     46 file-system 	NFS		# nfs client support
     47 file-system	MFS
     48 #file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     49 #file-system	MSDOSFS		# MS-DOS FAT file system
     50 file-system 	KERNFS		# /kern
     51 file-system 	PROCFS		# /proc
     52 #file-system 	FDESC		# /dev/fd/*
     53 file-system 	NULLFS		# loopback file system
     54 #file-system	PORTAL		# portal filesystem (still experimental)
     55 #file-system	UMAPFS		# NULLFS + uid and gid remapping
     56 #file-system 	UNION		# union file system
     57 #file-system	CODA		# Coda File System; also needs vcode (below)
     58 
     59 #options 	NFSSERVER	# nfs server support
     60 #options 	QUOTA		# ffs quotas
     61 #options 	FFS_EI		# ffs endian independant support
     62 options	SOFTDEP		# ffs soft updates support
     63 
     64 # Networking options
     65 options 	INET		# IP prototol stack support
     66 #options 	INET6		# IPV6
     67 #options 	IPSEC		# IP security
     68 #options 	IPSEC_ESP	# IP securyty (encryption part; define w/IPSEC)
     69 #options 	IPSEC_DEBUG	# debug for IP security
     70 #options	GATEWAY		# IP packet forwarding
     71 #options 	MROUTING	# IP multicast routing
     72 #options 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
     73 #options 	NS		# XNS
     74 #options 	NSIP		# XNS tunneling over IP
     75 #options 	ISO,TPIP	# OSI
     76 #options 	EON		# OSI tunneling over IP
     77 #options 	CCITT,LLC,HDLC	# X.25
     78 #options 	NETATALK	# AppleTalk networking protocols
     79 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     80 #options 	PPP_DEFLATE	# Deflate compression support for PPP
     81 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     82 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     83 #options 	IPFILTER_LOG	# ipmon(8) log support
     84 options 	NFS_BOOT_DHCP	# superset of BOOTP
     85 
     86 # WS console uses SUN or VT100 terminal emulation
     87 options 	WSEMUL_VT100
     88 
     89 config		netbsd root on ? type ?
     90 
     91 mainbus0 at root
     92 
     93 clock0	at mainbus0
     94 
     95 # uPD7201 SIO
     96 sio0	at mainbus0
     97 siotty0	at sio0			# ttya
     98 ws0	at sio0			# port for keyboard and mouse
     99 # AM7990 LANCE
    100 le0	at mainbus0
    101 # MB89532 SPC
    102 spc0	at mainbus0
    103 #spc1	at mainbus0		# 2nd SCSI on LUNA-II
    104 # framebuffer
    105 fb0	at mainbus0		# 16 or 256 pseudo color
    106 
    107 # Workstation Console attachments
    108 wsdisplay*	at fb?
    109 wskbd*		at ws? console ?
    110 wsmouse*	at ws?
    111 
    112 # SCSI bus support
    113 scsibus* at spc?
    114 
    115 # SCSI devices
    116 sd* at scsibus? target ? lun ?		# SCSI disks
    117 st* at scsibus? target ? lun ?		# SCSI tapes
    118 #cd* at scsibus? target ? lun ?		# SCSI CD-ROMs
    119 #ch* at scsibus? target ? lun ?		# SCSI changer devices
    120 #ss* at scsibus? target ? lun ?		# SCSI scanners
    121 #uk* at scsibus? target ? lun ?		# unknown SCSI devices
    122 
    123 pseudo-device	bpfilter	2	# Berkeley Packet Filter
    124 #pseudo-device	ccd		2	# concatenated and striped disks
    125 #pseudo-device	gre		2	# generic L3 over IP tunnel
    126 #pseudo-device	ipfilter	1	# ip filter
    127 pseudo-device	loop		1	# loopback interface; required
    128 pseudo-device	md		1	# memory disk device
    129 #pseudo-device	ppp		1	# PPP interfaces
    130 pseudo-device	pty			# pseudo-terminals
    131 #pseudo-device	raid		2	# RAIDframe disk driver
    132 #pseudo-device	sl		1	# SLIP interfaces
    133 #pseudo-device	tun		2	# Network "tunnel" device
    134 #pseudo-device	vnd		2	# disk-like interface to files
    135 
    136 # rnd is EXPERIMENTAL
    137 pseudo-device	rnd			# /dev/random and in-kernel generator
    138 #options 	RND_COM			# use "com" randomness too
    139