Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.61
      1 # $NetBSD: INSTALL,v 1.61 2017/07/28 19:26:16 maxv Exp $
      2 #
      3 # INSTALL machine description file
      4 #
      5 # This machine description file is used to generate the NetBSD kernel
      6 # for the installation media.
      7 
      8 include 	"arch/hp300/conf/std.hp300"
      9 
     10 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     11 
     12 # optimise for smaller kernels
     13 makeoptions 	COPTS="-Os"
     14 options 	NVNODE=50
     15 options 	NBUF=16
     16 options 	BUFPAGES=16
     17 options 	NFS_V2_ONLY
     18 options 	NFS_DEFAULT_NIOTHREADS=1
     19 options 	USERCONF		# userconf(4) support
     20 options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     21 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     22 
     23 # Support for various CPU types
     24 options 	HP320
     25 options 	HP330		# includes 318, 319
     26 options 	HP340
     27 options 	HP345
     28 options 	HP350
     29 options 	HP360
     30 options 	HP362
     31 options 	HP370
     32 options 	HP375
     33 options 	HP380
     34 options 	HP382
     35 options 	HP385
     36 options 	HP400
     37 options 	HP425
     38 options 	HP433
     39 options 	FPSP		# floating point interface for 68040
     40 
     41 # Need to set locally
     42 maxusers	32
     43 
     44 # Standard system options
     45 #options 	COMPAT_43	# compatibility with 4.3BSD interfaces
     46 #options 	COMPAT_44	# compatibility with 4.4BSD binaries
     47 #options 	COMPAT_09	# NetBSD 0.9,
     48 #options 	COMPAT_10	# NetBSD 1.0,
     49 #options 	COMPAT_11	# NetBSD 1.1,
     50 #options 	COMPAT_12	# NetBSD 1.2,
     51 #options 	COMPAT_13	# NetBSD 1.3,
     52 #options 	COMPAT_14	# NetBSD 1.4,
     53 #options 	COMPAT_15	# NetBSD 1.5,
     54 #options 	COMPAT_16	# NetBSD 1.6,
     55 #options 	COMPAT_20	# NetBSD 2.0,
     56 #options 	COMPAT_30	# NetBSD 3.0,
     57 #options 	COMPAT_40	# NetBSD 4.0,
     58 #options 	COMPAT_50	# NetBSD 5.0,
     59 #options 	COMPAT_60	# NetBSD 6.0, and
     60 #options 	COMPAT_70	# NetBSD 7.0 binary compatibility.
     61 options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     62 #options 	SYSVSHM		# System V-style shared memory
     63 #options 	SYSVSEM		# System V-style semaphores
     64 #options 	SEMMNI=10	# number of semaphore identifiers
     65 #options 	SEMMNS=60	# number of semaphores in system
     66 #options 	SEMUME=10	# max number of undo entries per process
     67 #options 	SEMMNU=30	# number of undo structures in system
     68 #options 	SYSVMSG		# System V-style message queues
     69 #options 	KTRACE		# system call tracing support
     70 #options 	SCSIVERBOSE	# Verbose SCSI errors
     71 
     72 # Filesystems
     73 file-system	FFS		# fast filesystem
     74 file-system	CD9660		# CD-ROM ISO-9660 filesystem
     75 file-system	NFS		# Network filesystem client
     76 #file-system	UNION		# Union filesystem (req. for FDESC)
     77 #file-system	KERNFS		# kernel data-structure filesystem
     78 #file-system	FDESC		# user file descriptor filesystem
     79 #file-system	PROCFS		# /proc filesystem
     80 file-system	MFS		# Memory-based filesystem
     81 #file-system	PTYFS		# /dev/pts/N support
     82 
     83 # Filesystem options
     84 #options 	QUOTA		# legacy UFS quotas
     85 #options 	QUOTA2		# new, in-filesystem UFS quotas
     86 #options 	FFS_EI		# FFS Endian Independent support
     87 options 	WAPBL		# File system journaling support
     88 #options 	NFSSERVER	# Network filesystem server
     89 #options 	NFS_BOOT_BOOTP	# use bootp for NFS boot
     90 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     91 
     92 # Networking options
     93 options 	INET		# Internet protocols
     94 #options 	INET6		# IPV6
     95 #options 	IPSEC		# IP security
     96 #options 	IPSEC_DEBUG	# debug for IP security
     97 #options 	GATEWAY		# IP forwarding
     98 #options 	MROUTING	# Multicast routing
     99 #options 	PIM		# Protocol Independent Multicast
    100 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    101 
    102 # Options for HP hardware
    103 #options 	USELEDS		# make the lights twinkle
    104 #options 	PANICBUTTON	# two fast <reset>s on HIL dump kernel
    105 #options 	CONSCODE=9	# force console at this select code
    106 
    107 # This option enables a different copyin/copyout that uses page
    108 # mapping for large copies.
    109 #options 	MAPPEDCOPY	# different copyin/copyout for large copies
    110 
    111 # Debugging options
    112 #options 	DIAGNOSTIC	# Extra kernel sanity checks
    113 #options 	DEBUG		# Enable misc. kernel debugging code
    114 #options 	DDB		# Kernel Dynamic Debugger
    115 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    116 #makeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
    117 
    118 # Verbose descriptions of unconfigured DIO devices
    119 # (Warning: this compiles in a large string table)
    120 #options 	DIOVERBOSE	# recognize "unknown" DIO devices
    121 
    122 # workstation console options
    123 options 	WSEMUL_VT100		# VT100 / VT220 emulation
    124 options 	WSDISPLAY_DEFAULTSCREENS=1
    125 #options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
    126 #options 	WSDISPLAY_COMPAT_RAWKBD
    127 options 	WS_KERNEL_FG=WSCOL_GREEN
    128 #options 	WS_KERNEL_BG=WSCOL_BLACK
    129 
    130 #options 	FONT_GALLANT12x22
    131 options 	FONT_VT220ISO8x16
    132 
    133 config		netbsd root on ? type ?
    134 
    135 mainbus0	at root		# root "bus"
    136 
    137 intio0		at mainbus0	# internal i/o space
    138 dio0		at mainbus0	# DIO/DIO-II bus
    139 sgc0		at mainbus0	# SGC bus
    140 
    141 # Real-time clock (not optional)
    142 rtc*		at intio?
    143 
    144 # DMA controller
    145 dma* 		at intio?
    146 
    147 # Human Interface Loop
    148 hil0		at intio?		# HIL controller
    149 hilkbd*		at hil?			# keyboards
    150 wskbd*		at hilkbd? mux 1
    151 
    152 # Frodo utility chip found on 4xx's
    153 frodo*		at intio?
    154 
    155 # 8250-like serial ports found on Frodo ASIC
    156 #dnkbd0		at frodo? offset 0x0	# Domain keyboard flavor
    157 #wskbd*		at dnkbd? mux 1
    158 com*		at frodo? offset ?	# tty flavor
    159 
    160 # mc146818-like real time clock found on 425e
    161 mcclock0	at frodo? offset 0x80
    162 
    163 # Davinci framebuffer
    164 dvbox*		at intio?
    165 dvbox*		at dio? scode ?
    166 wsdisplay*	at dvbox?
    167 
    168 # Gatorbox framebuffer
    169 gbox*		at intio?
    170 gbox*		at dio? scode ?
    171 wsdisplay*	at gbox?
    172 
    173 # Hyperion framebuffer
    174 hyper*		at dio? scode ?
    175 wsdisplay*	at hyper?
    176 
    177 # Renaissance framebuffer
    178 rbox*		at intio?
    179 rbox*		at dio? scode ?
    180 wsdisplay*	at rbox?
    181 
    182 # Topcat/catseye framebuffers
    183 topcat*		at intio?
    184 topcat*		at dio? scode ?
    185 wsdisplay*	at topcat?
    186 
    187 # TurboVRX framebuffer
    188 tvrx*		at dio? scode ?
    189 wsdisplay*	at tvrx?
    190 
    191 gendiofb*	at dio? scode ?
    192 wsdisplay*	at gendiofb?
    193 
    194 sti*		at sgc?	slot ?		# SGC EVRX framebuffers
    195 wsdisplay*	at sti?
    196 
    197 com*		at dio0 scode 9		# DCA serial interfaces
    198 com*		at dio? scode ?
    199 
    200 dcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
    201 
    202 le*		at dio? scode ?		# LANCE ethernet interfaces
    203 
    204 nhpib0		at dio? scode 7		# slow internal HP-IB
    205 nhpib*		at dio? scode ?
    206 
    207 fhpib*		at dio? scode ?		# `fast' HP-IB
    208 
    209 hpibbus0	at nhpib0
    210 hpibbus*	at nhpib?
    211 hpibbus*	at fhpib?
    212 
    213 rd*		at hpibbus? slave ? punit ?	# HP-IB disks
    214 ct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
    215 mt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
    216 #ppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
    217 
    218 spc*		at dio? scode ?			# HP 98265A SCSI
    219 scsibus*	at spc?
    220 
    221 sd*		at scsibus? target ? lun ?	# SCSI disks
    222 st*		at scsibus? target ? lun ?	# SCSI tapes
    223 cd*		at scsibus? target ? lun ?	# SCSI CD-ROMs
    224 #ch*		at scsibus? target ? lun ?	# SCSI changer devices
    225 #ss*		at scsibus? target ? lun ?	# SCSI scanners
    226 #uk*		at scsibus? target ? lun ?	# unknown SCSI devices
    227 
    228 pseudo-device	pty			# pseudo-terminals
    229 #pseudo-device	sl			# SLIP network interfaces
    230 #pseudo-device	ppp			# PPP network interfaces
    231 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    232 pseudo-device	bpfilter		# Berkeley packet filter
    233 #pseudo-device	vnd			# vnode pseudo-disks
    234 #pseudo-device	ccd			# concatenated disk devices
    235 #pseudo-device	raid			# RAIDframe disk driver
    236 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    237 # Options to enable various other RAIDframe RAID types.
    238 #options 	RF_INCLUDE_EVENODD=1
    239 #options 	RF_INCLUDE_RAID5_RS=1
    240 #options 	RF_INCLUDE_PARITYLOGGING=1
    241 #options 	RF_INCLUDE_CHAINDECLUSTER=1
    242 #options 	RF_INCLUDE_INTERDECLUSTER=1
    243 #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    244 #options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    245 #pseudo-device	fss			# file system snapshot device
    246 pseudo-device	loop			# loopback network interface
    247 #pseudo-device	ipfilter 		# IP Filter package
    248 #pseudo-device	gre			# generic L3 over IP tunnel
    249 #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    250 #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    251 #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    252 #pseudo-device	vlan			# IEEE 802.1q encapsulation
    253 #pseudo-device	bridge			# simple inter-network bridging
    254 pseudo-device	wsmux			# mouse & keyboard multiplexor
    255