Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.70
      1 # $NetBSD: INSTALL,v 1.70 2022/08/07 02:52:26 simonb 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 # Optimize for space.
     13 makeoptions	COPTS="-Os -fno-unwind-tables"
     14 
     15 maxusers	8		# estimated number of users
     16 
     17 # Special options for smaller kernels
     18 #options 	NVNODE=50
     19 #options 	NBUF=16
     20 #options 	BUFPAGES=16
     21 options 	BUFCACHE=5
     22 options 	NFS_V2_ONLY
     23 options 	NFS_DEFAULT_NIOTHREADS=1
     24 
     25 # Support for various CPU types
     26 options 	HP320
     27 options 	HP330		# includes 318, 319
     28 options 	HP340
     29 options 	HP345
     30 options 	HP350
     31 options 	HP360
     32 options 	HP362
     33 options 	HP370
     34 options 	HP375
     35 options 	HP380
     36 options 	HP382
     37 options 	HP385
     38 options 	HP400
     39 options 	HP425
     40 options 	HP433
     41 options 	FPSP		# floating point interface for 68040
     42 #options 	FPU_EMULATE	# software fpu emulation for MC68030
     43 
     44 # Standard system options
     45 #options 	KTRACE		# system call tracing support
     46 #options 	INSECURE	# disable kernel security level
     47 options 	USERCONF	# userconf(4) support
     48 options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     49 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     50 #options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     51 #options 	NTP		# NTP phase/frequency locked loop
     52 #options 	SYSVMSG		# System V-style message queues
     53 #options 	SYSVSEM		# System V-style semaphores
     54 #options 	SYSVSHM		# System V-style shared memory
     55 
     56 #options 	MODULAR		# new style module(7) framework
     57 #options 	MODULAR_DEFAULT_AUTOLOAD
     58 
     59 # Alternate buffer queue strategies for better responsiveness under high
     60 # disk I/O load.
     61 #options 	BUFQ_READPRIO
     62 #options 	BUFQ_PRIOCSCAN
     63 
     64 # Debugging options
     65 #options 	DIAGNOSTIC	# Extra kernel sanity checks
     66 #options 	DEBUG		# Enable misc. kernel debugging code
     67 #options 	DDB		# Kernel Dynamic Debugger
     68 #options 	DDB_HISTORY_SIZE=512	# Enable history editing in DDB
     69 #options 	KGDB		# remote debugger
     70 #makeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
     71 
     72 # Compatibility options
     73 #include 	"conf/compat_netbsd09.config"
     74 options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     75 
     76 # Binary compatibility.
     77 #options 	COMPAT_AOUT_M68K	# NetBSD/m68k a.out binary compatibility
     78 #options 	COMPAT_M68K4K	# NetBSD/m68k4k binary compatibility
     79 #options 	COMPAT_SUNOS	# SunOS4 m68k binary compatibility
     80 #options 	COMPAT_LINUX	# Linux/m68k binary compatibility
     81 #options 	COMPAT_OSSAUDIO	# Linux/m68k binary compatibility
     82 
     83 # Filesystems
     84 file-system	CD9660		# CD-ROM ISO-9660 filesystem
     85 #file-system	EXT2FS		# second extended file system (linux)
     86 #file-system	FDESC		# user file descriptor filesystem
     87 file-system	FFS		# fast filesystem
     88 #file-system	KERNFS		# kernel data-structure filesystem
     89 #file-system	LFS		# log-structured file system
     90 file-system	MFS		# Memory-based filesystem
     91 file-system	NFS		# Network filesystem client
     92 #file-system	NULLFS		# loopback file system
     93 #file-system	OVERLAY		# overlay file system
     94 #file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     95 #file-system	PROCFS		# /proc filesystem
     96 #file-system	UMAPFS		# NULLFS + uid and gid remapping
     97 #file-system	UNION		# Union filesystem (req. for FDESC)
     98 #file-system	CODA		# Coda File System; also needs vcoda (below)
     99 #file-system	PTYFS		# /dev/pts/N support
    100 #file-system	TMPFS		# Efficient memory file-system
    101 #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
    102 
    103 # File system options
    104 #options 	FFS_EI		# FFS Endian Independent support
    105 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
    106 #options 	QUOTA		# legacy UFS quotas
    107 #options 	QUOTA2		# new, in-filesystem UFS quotas
    108 #options 	UFS_DIRHASH	# UFS Large Directory Hashing
    109 #options 	UFS_EXTATTR	# Extended attribute support for UFS1
    110 options 	WAPBL		# File system journaling support
    111 #options 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
    112 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    113 				# immutable) behave as system flags.
    114 #options 	NFSSERVER	# Network File System server
    115 
    116 # Networking options
    117 options 	INET		# Internet protocols
    118 #options 	INET6		# IPV6
    119 #options 	IPSEC		# IP security
    120 #options 	IPSEC_DEBUG	# debug for IP security
    121 #options 	GATEWAY		# IP forwarding
    122 #options 	MROUTING	# Multicast routing
    123 #options 	PIM		# Protocol Independent Multicast
    124 #options 	NETATALK	# AppleTalk networking protocols
    125 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    126 #options 	PPP_DEFLATE	# Deflate compression support for PPP
    127 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    128 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    129 
    130 #options 	ALTQ		# Manipulate network interfaces' output queues
    131 #options 	ALTQ_BLUE	# Stochastic Fair Blue
    132 #options 	ALTQ_CBQ	# Class-Based Queueing
    133 #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    134 #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    135 #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    136 #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    137 #options 	ALTQ_LOCALQ	# Local queueing discipline
    138 #options 	ALTQ_PRIQ	# Priority Queueing
    139 #options 	ALTQ_RED	# Random Early Detection
    140 #options 	ALTQ_RIO	# RED with IN/OUT
    141 #options 	ALTQ_WFQ	# Weighted Fair Queueing
    142 
    143 #options 	NFS_BOOT_BOOTP	# use bootp for NFS boot
    144 #options 	NFS_BOOT_DHCP	# use dhcp for NFS boot
    145 
    146 # Options for HP hardware
    147 #options 	USELEDS		# make the lights twinkle
    148 #options 	PANICBUTTON	# two fast <reset>s on HIL dump kernel
    149 #options 	CONSCODE=9	# force console at this select code
    150 
    151 # These options enable verbose messages for several subsystems.
    152 # Warning, these may compile large string tables into the kernel!
    153 #options 	SCSIVERBOSE	# Verbose SCSI errors
    154 #options 	DIOVERBOSE	# recognize "unknown" DIO devices
    155 
    156 # workstation console options
    157 options 	WSEMUL_VT100			# VT100 / VT220 emulation
    158 options 	WSDISPLAY_DEFAULTSCREENS=1
    159 #options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
    160 #options 	WSDISPLAY_COMPAT_RAWKBD
    161 options 	WS_KERNEL_FG=WSCOL_GREEN
    162 #options 	WS_KERNEL_BG=WSCOL_BLACK
    163 
    164 #options 	FONT_GALLANT12x22
    165 options 	FONT_VT220ISO8x16
    166 
    167 config		netbsd root on ? type ?
    168 
    169 #
    170 # Device configuration
    171 #
    172 
    173 mainbus0	at root			# root "bus"
    174 
    175 intio0		at mainbus0		# internal i/o space
    176 dio0		at mainbus0		# DIO/DIO-II bus
    177 sgc0		at mainbus0		# SGC bus
    178 
    179 # Real-time clock (not optional)
    180 rtc*		at intio?
    181 
    182 # DMA controller
    183 dma* 		at intio?
    184 
    185 # Human Interface Loop devices
    186 hil0		at intio?		# HIL controller
    187 hilkbd* 	at hil?			# keyboards
    188 wskbd*		at hilkbd? mux 1
    189 #hilms*		at hil?			# mice, buttons and tablets
    190 #wsmouse*	at hilms? mux 0
    191 #hilid*		at hil?			# ID module
    192 
    193 # Frodo utility chip found on 382, 4xx's
    194 frodo*		at intio?
    195 
    196 # 8250-like serial ports found on Frodo ASIC
    197 #dnkbd0		at frodo? offset 0x0	# Domain keyboard flavor
    198 #wskbd*		at dnkbd? mux 1
    199 #wsmouse*	at dnkbd? mux 0
    200 com*		at frodo? offset ?	# tty flavor
    201 
    202 # mc146818-like real time clock found on 425e
    203 mcclock0	at frodo? offset 0x80
    204 
    205 # Davinci framebuffer
    206 dvbox*		at intio?
    207 dvbox*		at dio? scode ?
    208 wsdisplay*	at dvbox?
    209 
    210 # Gatorbox framebuffer
    211 gbox*		at intio?
    212 gbox*		at dio? scode ?
    213 wsdisplay*	at gbox?
    214 
    215 # Hyperion framebuffer
    216 hyper*		at dio? scode ?
    217 wsdisplay*	at hyper?
    218 
    219 # Renaissance framebuffer
    220 rbox*		at intio?
    221 rbox*		at dio? scode ?
    222 wsdisplay*	at rbox?
    223 
    224 # Topcat/catseye framebuffers
    225 topcat*		at intio?
    226 topcat*		at dio? scode ?
    227 wsdisplay*	at topcat?
    228 
    229 # TurboVRX framebuffer
    230 tvrx*		at dio? scode ?
    231 wsdisplay*	at tvrx?
    232 
    233 # dumb framebuffer support for 362/382
    234 gendiofb*	at dio? scode ?
    235 wsdisplay*	at gendiofb?
    236 
    237 # STI framebuffers
    238 sti*		at sgc?	slot ?
    239 wsdisplay*	at sti?
    240 
    241 com*		at dio0 scode 9		# DCA serial interfaces
    242 com*		at dio? scode ?
    243 
    244 dcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
    245 
    246 le*		at dio? scode ?		# LANCE ethernet interfaces
    247 
    248 # HP-IB devices
    249 nhpib*		at intio?		# internal HP-IB
    250 nhpib0		at dio? scode 7		# 98624A HP-IB
    251 nhpib*		at dio? scode ?
    252 
    253 fhpib*		at dio? scode ?		# 98625A/98625B HP-IB
    254 
    255 hpibbus0	at nhpib0
    256 hpibbus*	at nhpib?
    257 hpibbus*	at fhpib?
    258 
    259 rd*		at hpibbus? slave ? punit ?	# HP-IB disks
    260 ct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
    261 mt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
    262 #ppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
    263 
    264 # SCSI devices
    265 spc*		at dio? scode ?			# HP 98265A SCSI
    266 scsibus*	at spc?
    267 
    268 sd*		at scsibus? target ? lun ?	# SCSI disks
    269 st*		at scsibus? target ? lun ?	# SCSI tapes
    270 cd*		at scsibus? target ? lun ?	# SCSI CD-ROMs
    271 #ch*		at scsibus? target ? lun ?	# SCSI changer devices
    272 #ss*		at scsibus? target ? lun ?	# SCSI scanners
    273 #uk*		at scsibus? target ? lun ?	# unknown SCSI devices
    274 
    275 # 425e digital audio
    276 #arcofi* 	at dio? scode ?
    277 #audio*		at arcofi?
    278 
    279 #spkr*		at audio?		# PC speaker (synthesized)
    280 
    281 #
    282 # Pseudo-devices
    283 #
    284 
    285 # disk pseudo-devices
    286 #pseudo-device	ccd			# concatenated disk devices
    287 #pseudo-device	cgd			# cryptographic disk devices
    288 #pseudo-device	raid			# RAIDframe disk driver
    289 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    290 # Options to enable various other RAIDframe RAID types.
    291 #options 	RF_INCLUDE_EVENODD=1
    292 #options 	RF_INCLUDE_RAID5_RS=1
    293 #options 	RF_INCLUDE_PARITYLOGGING=1
    294 #options 	RF_INCLUDE_CHAINDECLUSTER=1
    295 #options 	RF_INCLUDE_INTERDECLUSTER=1
    296 #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    297 #options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    298 #pseudo-device	fss			# file system snapshot device
    299 #pseudo-device	md			# memory disk device (ramdisk)
    300 #pseudo-device	vnd			# vnode pseudo-disks
    301 #options 	VND_COMPRESSION		# compressed vnd(4)
    302 
    303 # network pseudo-devices
    304 #pseudo-device	bridge			# simple inter-network bridging
    305 #pseudo-device	vether			# Virtual Ethernet for bridge
    306 #pseudo-device	agr			# IEEE 802.3ad link aggregation
    307 pseudo-device	bpfilter		# Berkeley packet filter
    308 #pseudo-device	carp			# Common Address Redundancy Protocol
    309 #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    310 #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    311 #pseudo-device	gre			# generic L3 over IP tunnel
    312 pseudo-device	loop			# loopback network interface
    313 #pseudo-device	npf			# NPF packet filter
    314 #pseudo-device	ppp			# PPP network interfaces
    315 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    316 #pseudo-device	sl			# SLIP network interfaces
    317 #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    318 #pseudo-device	tun			# network tunneling over tty
    319 #pseudo-device	tap			# virtual Ethernet
    320 #pseudo-device	vlan			# IEEE 802.1q encapsulation
    321 
    322 # accept filters
    323 #pseudo-device   accf_data		# "dataready" accept filter
    324 #pseudo-device   accf_http		# "httpready" accept filter
    325 
    326 # miscellaneous pseudo-devices
    327 #pseudo-device	clockctl		# user control of clock subsystem
    328 #pseudo-device	drvctl			# user control of drive subsystem
    329 pseudo-device	pty			# pseudo-terminals
    330 #pseudo-device	vcoda			# coda minicache <-> venus comm.
    331 #pseudo-device	ksyms			# /dev/ksyms
    332 #pseudo-device	putter			# for puffs and pud
    333 
    334 # wscons pseudo-devices
    335 pseudo-device	wsmux			# mouse & keyboard multiplexor
    336 #pseudo-device	wsfont
    337 
    338 #include "dev/veriexec.config"
    339