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