Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.22
      1 #	$NetBSD: GENERIC,v 1.22 1995/07/07 16:01:25 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 options		SYMTAB_SPACE=110080
     26 
     27 # Filesystem options
     28 options 	NFSSERVER			# nfs server support
     29 options 	NFSCLIENT			# nfs client support
     30 options 	FFS				# ufs file system
     31 #
     32 options		CD9660		# ISO 9660 + Rock Ridge file system
     33 options 	FDESC		# /dev/fd/*
     34 options		FIFO		# FIFOs; RECOMMENDED
     35 options		KERNFS		# /kern
     36 options		NULLFS		# loopback file system
     37 options 	PROCFS		# /proc
     38 options 	UNION		# union file system
     39 
     40 # Networking options
     41 options		INET				# IP prototol stack support
     42 # XXX - Work-around for slow SunOS/Sun3 servers (sigh...)
     43 options 	NFS_BOOT_RWSIZE=1024
     44 
     45 # Compatability options
     46 options		COMPAT_SUNOS	# can run SunOS 4.1.1 executables
     47 options		COMPAT_09	# NetBSD 0.9,
     48 options		COMPAT_10	# NetBSD 1.0,
     49 options		COMPAT_43	# and 4.3BSD
     50 options		TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
     51 
     52 # Sun3-specific debugging options
     53 options 	CONTEXT_DEBUG
     54 options 	PMAP_DEBUG
     55 #options 	VMFAULT_TRACE
     56 #options 	SYSCALL_DEBUG
     57 options 	EXEC_DEBUG
     58 options 	DIAGNOSTIC
     59 options 	SCSIDEBUG
     60 
     61 config		netbsd swap generic
     62 
     63 # Devices
     64 
     65 bwtwo0 at obmem0 addr ?
     66 cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8
     67 cgfour0 at obmem0 addr ?
     68 
     69 ie0 at obio0 addr ? level ?
     70 ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
     71 
     72 le0 at obio0 addr ? level ?
     73 
     74 si0 at obio0 addr ? level ?
     75 si0 at vmes0 addr 0xff200000 level 2 vect 0x40
     76 si1 at vmes0 addr 0xff204000 level 2 vect 0x41
     77 
     78 scsibus* at scsi?
     79 
     80 # Sun compatible scsi device mappings
     81 sd0 at scsibus? target 0 lun 0
     82 sd1 at scsibus? target 0 lun 1
     83 sd2 at scsibus? target 1 lun 0
     84 sd3 at scsibus? target 1 lun 1
     85 sd* at scsibus? target ? lun ?
     86 
     87 st0 at scsibus? target 4 lun 0
     88 st1 at scsibus? target 5 lun 0
     89 st* at scsibus? target ? lun ?
     90 
     91 cd0 at scsibus? target 6 lun 0
     92 cd* at scsibus? target ? lun ?
     93 
     94 #ch* at scsibus? target ? lun ?
     95 
     96 pseudo-device	loop	1		# network loopback
     97 pseudo-device	bpfilter 8		# packet filter
     98 pseudo-device	sl	2		# CSLIP
     99 pseudo-device	ppp	2		# PPP
    100 pseudo-device	tun	2		# network tunneling over tty
    101 
    102 pseudo-device	pty	64		# pseudo-terminals
    103 #pseudo-device	vnd	4		# paging to files
    104