Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.1
      1 #	$NetBSD: GENERIC,v 1.1 1995/02/13 23:07:23 cgd Exp $
      2 #
      3 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
      4 
      5 include "std.alpha"
      6 
      7 makeoptions	CC="gcc -Werror"
      8 makeoptions	DEBUG="-g"
      9 
     10 maxusers 8
     11 
     12 # does not really do anything anymore, but this replaces "ident GENERIC"
     13 options		GENERIC
     14 
     15 # CPU Support
     16 options		DEC_3000_500		# 3000/400, /500, /600, and /700
     17 
     18 # needs to be set per system
     19 options		TIMEZONE="5*60"		# Minutes west of GMT (for param.c)
     20 options		DST=1			# Daylight savings rules (for param.c)
     21 
     22 # Standard system options
     23 options		SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
     24 options		DEBUG, DIAGNOSTIC	# Extra kernel debugging
     25 options		KTRACE			# System call tracing support
     26 
     27 # File system options
     28 options		FIFO		# POSIX fifo support (in all file systems)
     29 options		FFS		# Fast file system
     30 options		MFS		# Memory-based file system
     31 options		NFSCLIENT	# Sun NFS-compatible file system client
     32 
     33 # Networking options
     34 options		INET		# Internet protocol suite
     35 
     36 # 4.3BSD compatibility.  Should be optional, but necessary for now.
     37 options		COMPAT_43
     38 
     39 # OSF/1 binary compatibility
     40 options		COMPAT_OSF1
     41 
     42 config		netbsd	swap generic
     43 
     44 tc*	at	mainbus0
     45 asic0	at	tc? slot ? offset ?
     46 clock0	at	asic? offset ?
     47 le0	at	asic? offset ?
     48 scc0	at	asic? offset ?
     49 scc1	at	asic? offset ?
     50 tcds0	at	tc? slot ? offset ?
     51 esp0	at	tcds? slot ?
     52 esp1	at	tcds? slot ?
     53 #sfb*	at	tc? slot ? offset ?
     54 
     55 scsibus* at esp?
     56 
     57 sd*	at	scsibus? target ? drive ?
     58 st*	at	scsibus? target ? drive ?
     59 cd*	at	scsibus? target ? drive ?
     60 
     61 pseudo-device	bpfilter
     62 pseudo-device	loop
     63 pseudo-device	pty
     64 pseudo-device	sl
     65 pseudo-device	vn
     66