Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.21
      1 #	$NetBSD: GENERIC,v 1.21 1995/06/09 21:53:30 gwr Exp $
      2 
      3 #
      4 # GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
      5 # Supports root on: ie0, le0, sd*, ...
      6 #
      7 
      8 include "std.sun3"
      9 
     10 # Machines to be supported by this kernel
     11 options		GENERIC
     12 options 	FPU_EMULATE
     13 options 	HAVECACHE		# Sun3/260 VAC
     14 
     15 # Needs to be set per system.  i.e change these as you see fit
     16 maxusers	4
     17 options		TIMEZONE=300		# minutes west of GMT (for param.c)
     18 options 	DST=2			# daylight savings rules (for param.c)
     19 
     20 # Standard system options
     21 options		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
     22 options		KTRACE				# system call tracing support
     23 #makeoptions	DEBUG="-g"			# symbols for kgdb + nm
     24 options		DDB
     25 
     26 # Filesystem options
     27 options 	NFSSERVER			# nfs server support
     28 options 	NFSCLIENT			# nfs client support
     29 options 	FFS				# ufs file system
     30 #
     31 options		CD9660		# ISO 9660 + Rock Ridge file system
     32 options 	FDESC		# /dev/fd/*
     33 options		FIFO		# FIFOs; RECOMMENDED
     34 options		KERNFS		# /kern
     35 options		NULLFS		# loopback file system
     36 options		PROCFS		# /proc
     37 options		UNION		# union file system
     38 
     39 # Networking options
     40 options		INET				# IP prototol stack support
     41 # XXX - Work-around for slow SunOS/Sun3 servers (sigh...)
     42 options 	NFS_BOOT_RWSIZE=1024
     43 
     44 # Compatability options
     45 options		COMPAT_SUNOS	# can run SunOS 4.1.1 executables
     46 options		COMPAT_09	# NetBSD 0.9,
     47 options		COMPAT_10	# NetBSD 1.0,
     48 options		COMPAT_43	# and 4.3BSD
     49 options		TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
     50 
     51 # Sun3-specific debugging options
     52 options 	CONTEXT_DEBUG
     53 options 	PMAP_DEBUG
     54 #options 	VMFAULT_TRACE
     55 #options 	SYSCALL_DEBUG
     56 options 	EXEC_DEBUG
     57 options 	DIAGNOSTIC
     58 options 	SCSIDEBUG
     59 
     60 config		netbsd swap generic
     61 
     62 # Devices
     63 
     64 bwtwo0 at obmem0 addr ?
     65 cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8
     66 cgfour0 at obmem0 addr ?
     67 
     68 ie0 at obio0 addr ? level ?
     69 ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
     70 
     71 le0 at obio0 addr ? level ?
     72 
     73 si0 at obio0 addr ? level ?
     74 si0 at vmes0 addr 0xff200000 level 2 vect 0x40
     75 si1 at vmes0 addr 0xff204000 level 2 vect 0x41
     76 
     77 scsibus* at scsi?
     78 
     79 # Sun compatible scsi device mappings
     80 sd0 at scsibus? target 0 lun 0
     81 sd1 at scsibus? target 0 lun 1
     82 sd2 at scsibus? target 1 lun 0
     83 sd3 at scsibus? target 1 lun 1
     84 sd* at scsibus? target ? lun ?
     85 
     86 st0 at scsibus? target 4 lun 0
     87 st1 at scsibus? target 5 lun 0
     88 st* at scsibus? target ? lun ?
     89 
     90 cd0 at scsibus? target 6 lun 0
     91 cd* at scsibus? target ? lun ?
     92 
     93 #ch* at scsibus? target ? lun ?
     94 
     95 pseudo-device	loop	1		# network loopback
     96 pseudo-device	bpfilter 8		# packet filter
     97 pseudo-device	sl	2		# CSLIP
     98 pseudo-device	ppp	2		# PPP
     99 pseudo-device	tun	2		# network tunneling over tty
    100 
    101 pseudo-device	pty	64		# pseudo-terminals
    102 #pseudo-device	vnd	4		# paging to files
    103