Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.16
      1 # $NetBSD: INSTALL,v 1.16 2002/04/12 08:11:25 gmcgarry Exp $
      2 #
      3 # INSTALL - Installation kernel for the Sun3
      4 #
      5 # This kernel is derived from GENERIC with some features commented out.
      6 #
      7 # This kernel does NOT support X, mice, non-NetBSD emulation, etc.
      8 #
      9 
     10 include "arch/sun3/conf/std.sun3"
     11 
     12 makeoptions	COPTS="-Os"	# Optimise for space. Implies -O2
     13 
     14 # Machines to be supported by this kernel
     15 options 	FPU_EMULATE
     16 options 	HAVECACHE	# Sun3/260 VAC
     17 
     18 # Needs to be set per system.  i.e change these as you see fit
     19 maxusers	2
     20 
     21 # Standard system options
     22 #options 	KTRACE		# system call tracing
     23 #options 	SYSVMSG		# System V message queues
     24 #options 	SYSVSEM		# System V semaphores
     25 #options 	SYSVSHM		# System V shared memory
     26 #options 	SHMMAXPGS=1024	# 1024 pages is the default
     27 #options 	LKM		# loadable kernel modules
     28 #options 	INSECURE	# disable kernel security level
     29 #options 	UCONSOLE	# Allow non-root TIOCCONS
     30 #options 	USERCONF	# userconf(4) support
     31 options		PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     32 
     33 # Which kernel debugger?  Uncomment either this:
     34 #options 	DDB
     35 # ... or these for KGDB (gdb remote target)
     36 #makeoptions	DEBUG="-g"	# debugging symbols for gdb
     37 #options 	KGDB
     38 #options 	KGDB_DEV=0x0C01	# ttya=0C00 ttyb=0C01
     39 
     40 # Other debugging options
     41 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     42 #options 	DEBUG		# kernel debugging code
     43 #options 	DIAGNOSTIC	# extra kernel sanity checking
     44 #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     45 #options 	PMAP_DEBUG
     46 #options 	SCSIDEBUG
     47 #options 	SCSIVERBOSE		# Verbose SCSI errors
     48 
     49 # Compatibility options
     50 #options 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
     51 #options 	COMPAT_43	# and 4.3BSD and ...
     52 #options 	COMPAT_10	# NetBSD 1.0
     53 #options 	COMPAT_11	# NetBSD 1.1
     54 #options 	COMPAT_12	# NetBSD 1.2
     55 options 	COMPAT_13	# NetBSD 1.3
     56 options 	COMPAT_14	# NetBSD 1.4
     57 #options 	COMPAT_LINUX	# can run Linux/m68k executables
     58 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     59 
     60 # File systems
     61 file-system	FFS		# Berkeley Fast Filesystem
     62 file-system	NFS		# Sun NFS client support
     63 file-system	CD9660		# ISO 9660 + Rock Ridge file system
     64 #file-system	FDESC		# /dev/fd/*
     65 file-system	KERNFS		# /kern
     66 #file-system	NULLFS		# loopback file system
     67 #file-system	PROCFS		# /proc
     68 #file-system	UNION		# union file system
     69 #file-system	MFS		# memory-based filesystem
     70 
     71 # Filesystem options
     72 #options 	NFSSERVER	# nfs server support
     73 #options 	QUOTA		# FFS quotas
     74 #options 	FFS_EI		# FFS Endian Independant support
     75 #options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
     76 #options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
     77 
     78 # Networking options
     79 options 	INET		# IP prototol stack support
     80 #options 	GATEWAY		# IP packet forwarding
     81 #options 	ISO,TPIP	# OSI networking
     82 #options 	EON		# OSI tunneling over IP
     83 #options 	CCITT,LLC,HDLC	# X.25
     84 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks.
     85 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     86 
     87 # Work-around for root on slow servers (insurance...)
     88 options 	NFS_BOOT_RWSIZE=1024
     89 options 	NFS_BOOT_BOOTPARAM
     90 
     91 config		netbsd root on ? type ?
     92 
     93 # On-board I/O space (required)
     94 include "arch/sun3/conf/obio.sun3"
     95 
     96 # On-board memory (optional)
     97 # See frame-buffers
     98 # obmem0 at mainbus?
     99 
    100 # VME bus support (optional)
    101 # One unit for each address space
    102 vme0 at mainbus? # A16/D16
    103 vme1 at mainbus? # A16/D32
    104 vme2 at mainbus? # A24/D16
    105 vme3 at mainbus? # A24/D32
    106 vme4 at mainbus? # A32/D16
    107 vme5 at mainbus? # A32/D32
    108 
    109 #
    110 # Serial ports
    111 #
    112 zstty0	at zsc1 channel 0	# ttya
    113 zstty1	at zsc1 channel 1	# ttyb
    114 
    115 kbd0	at zsc0 channel 0	# keyboard
    116 #ms0	at zsc0 channel 1	# mouse
    117 
    118 #
    119 # Network devices
    120 #
    121 
    122 # Intel Ethernet (onboard, or VME)
    123 ie0 at obio0 addr 0x0C0000 ipl 3
    124 ie1 at vme2 addr 0xe88000 ipl 3 vect 0x75
    125 
    126 # Lance Ethernet (only onboard)
    127 le0 at obio0 addr 0x120000 ipl 3
    128 
    129 # All Sun3 machines with an "le" (3/50, 3/60) should be
    130 # presumed to have the old, buggy LANCE chip. (Rev. C)
    131 options 	LANCE_REVC_BUG
    132 
    133 #
    134 # Disk and tape devices
    135 #
    136 
    137 # Sun3 "si" SCSI controller (NCR 5380)
    138 # See GENERIC for the flags description.
    139 si0 at obio0 addr 0x140000 ipl 2
    140 si0 at vme2 addr 0x200000 ipl 2 vect 0x40
    141 si1 at vme2 addr 0x204000 ipl 2 vect 0x41
    142 
    143 # Xylogics 450/451 controllers (VME A16/D16)
    144 xyc0 at vme0 addr 0xee40 ipl 2 vect 0x48
    145 xyc1 at vme0 addr 0xee48 ipl 2 vect 0x49
    146 xy* at xyc? drive ?
    147 
    148 # Xylogics 7053 controllers (VME A16/D32)
    149 xdc0 at vme1 addr 0xee80 ipl 2 vect 0x44
    150 xdc1 at vme1 addr 0xee90 ipl 2 vect 0x45
    151 xd* at xdc? drive ?
    152 
    153 # Xylogics 472 tape controllers?
    154 
    155 # Sun3/E SCSI+Ethernet board (VME A24/D16)
    156 # Note: the board uses vect and vect+1
    157 sebuf0 at vme2 addr 0x300000 ipl 2 vect 0x74 # and 0x75
    158 sebuf1 at vme2 addr 0x340000 ipl 2 vect 0x76 # and 0x77
    159 si* at sebuf?
    160 ie* at sebuf?
    161 
    162 #
    163 # Frame buffer devices
    164 # (Not needed for installation kernels.)
    165 
    166 #
    167 # SCSI infrastructure
    168 #
    169 scsibus* at scsi?
    170 
    171 sd* at scsibus? target ? lun ?		# SCSI disks
    172 st* at scsibus? target ? lun ?		# SCSI tapes
    173 cd* at scsibus? target ? lun ?		# SCSI CD-ROMs
    174 #ch* at scsibus? target ? lun ?		# SCSI changer devices
    175 #ss* at scsibus? target ? lun ?		# SCSI scanners
    176 #uk* at scsibus? target ? lun ?		# unknown SCSI devices
    177 
    178 # Memory-disk drivers
    179 #pseudo-device	md		2
    180 
    181 # Misc.
    182 pseudo-device	loop		1	# network loopback
    183 #pseudo-device	bpfilter	8	# packet filter
    184 pseudo-device	sl		2	# CSLIP
    185 pseudo-device	ppp		2	# PPP
    186 pseudo-device	tun		2	# network tunneling over tty
    187 #pseudo-device	gre		2	# generic L3 over IP tunnel
    188 #pseudo-device	ipfilter		# ip filter
    189 #pseudo-device	rnd			# /dev/random and in-kernel generator
    190 
    191 pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
    192 #pseudo-device	vnd		4	# paging to files
    193 #pseudo-device	ccd		4	# concatenated disks
    194