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