Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.9.2.6
      1 # $NetBSD: INSTALL,v 1.9.2.6 2005/01/17 19:29:23 skrll 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 	NMBCLUSTERS=64
     18 options 	NFS_V2_ONLY
     19 options 	NFS_DEFAULT_NIOTHREADS=1
     20 options 	USERCONF		# userconf(4) support
     21 options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     22 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     23 options 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
     24 options 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
     25 
     26 # Support for various CPU types
     27 options 	HP320
     28 options 	HP330		# includes 318, 319
     29 options 	HP340
     30 options 	HP345
     31 options 	HP350
     32 options 	HP360
     33 options 	HP370
     34 options 	HP375
     35 options 	HP380
     36 options 	HP385
     37 options 	HP400
     38 options 	HP425
     39 options 	HP433
     40 options 	FPSP		# floating point interface for 68040
     41 
     42 # Need to set locally
     43 maxusers	32
     44 
     45 # Standard system options
     46 #options 	COMPAT_43	# compatibility with 4.3BSD interfaces
     47 #options 	COMPAT_44	# compatibility with 4.4BSD binaries
     48 #options 	COMPAT_09	# compatibility with NetBSD 0.9
     49 #options 	COMPAT_10	# compatibility with NetBSD 1.0
     50 #options 	COMPAT_11	# compatibility with NetBSD 1.1
     51 #options 	COMPAT_12	# compatibility with NetBSD 1.2
     52 #options 	COMPAT_13	# compatibility with NetBSD 1.3
     53 #options 	COMPAT_14	# compatibility with NetBSD 1.4
     54 #options 	COMPAT_15	# compatibility with NetBSD 1.5
     55 #options 	COMPAT_16	# compatibility with NetBSD 1.6
     56 #options 	COMPAT_20	# compatibility with NetBSD 2.0
     57 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     58 options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     59 #options 	SYSVSHM		# System V-style shared memory
     60 #options 	SYSVSEM		# System V-style semaphores
     61 #options 	SEMMNI=10	# number of semaphore identifiers
     62 #options 	SEMMNS=60	# number of semaphores in system
     63 #options 	SEMUME=10	# max number of undo entries per process
     64 #options 	SEMMNU=30	# number of undo structures in system
     65 #options 	SYSVMSG		# System V-style message queues
     66 #options 	KTRACE		# system call tracing support
     67 #options 	LKM		# Loadable kernel modules
     68 #options 	SCSIVERBOSE	# Verbose SCSI errors
     69 
     70 # Filesystems
     71 file-system	FFS		# fast filesystem
     72 file-system	CD9660		# CD-ROM ISO-9660 filesystem
     73 file-system	NFS		# Network filesystem client
     74 #file-system	UNION		# Union filesystem (req. for FDESC)
     75 file-system	KERNFS		# kernel data-structure filesystem
     76 #file-system	FDESC		# user file descriptor filesystem
     77 #file-system	PROCFS		# /proc filesystem
     78 file-system	MFS		# Memory-based filesystem
     79 
     80 # Filesystem options
     81 #options 	QUOTA		# User and group quotas in FFS
     82 #options 	FFS_EI		# FFS Endian Independant support
     83 #options 	SOFTDEP		# FFS soft updates support.
     84 #options 	NFSSERVER	# Network filesystem server
     85 #options 	NFS_BOOT_BOOTP	# use bootp for NFS boot
     86 
     87 # Networking options
     88 options 	INET		# Internet protocols
     89 #options 	INET6		# IPV6
     90 #options 	IPSEC		# IP security
     91 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     92 #options 	IPSEC_DEBUG	# debug for IP security
     93 #options 	GATEWAY		# IP forwarding + larger mb_map
     94 #options 	MROUTING	# Multicast routing
     95 #options 	PIM		# Protocol Independent Multicast
     96 #options 	PFIL_HOOKS	# packet filter hooks
     97 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     98 
     99 # Options for HP hardware
    100 #options 	USELEDS		# make the lights twinkle
    101 #options 	PANICBUTTON	# two fast <reset>s on HIL dump kernel
    102 #options 	CONSCODE=9	# force console at this select code
    103 
    104 # This option enables a different copyin/copyout that uses page
    105 # mapping for large copies.
    106 #options 	MAPPEDCOPY	# different copyin/copyout for large copies
    107 
    108 # Debugging options
    109 #options 	DIAGNOSTIC	# Extra kernel sanity checks
    110 #options 	DEBUG		# Enable misc. kernel debugging code
    111 #options 	DDB		# Kernel Dynamic Debugger
    112 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    113 #makeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
    114 
    115 # Verbose descriptions of unconfigured DIO devices
    116 # (Warning: this compiles in a large string table)
    117 #options 	DIOVERBOSE	# recognize "unknown" DIO devices
    118 
    119 config		netbsd root on ? type ?
    120 
    121 mainbus0	at root		# root "bus"
    122 
    123 intio0		at mainbus0	# internal i/o space
    124 dio0		at mainbus0	# DIO/DIO-II bus
    125 
    126 # Real-time clock (not optional)
    127 rtc*		at intio?
    128 
    129 # DMA controller
    130 dma* 		at intio?
    131 
    132 # Human Interface Loop
    133 hil*		at intio?
    134 #options 	UK_KEYBOARD	# include United Kingdom HIL keymap
    135 #options 	SE_KEYBOARD	# include Swedish HIL keymap
    136 
    137 # Frodo utility chip found on 4xx's
    138 frodo*		at intio?
    139 
    140 # 8250-like serial ports found on Frodo ASIC
    141 #dnkbd0		at frodo? offset 0x0	# Domain keyboard flavor
    142 com*		at frodo? offset ?	# tty flavor
    143 
    144 # Davinci framebuffer
    145 dvbox*		at intio?
    146 dvbox*		at dio? scode ?
    147 
    148 # Gatorbox framebuffer
    149 gbox*		at intio?
    150 gbox*		at dio? scode ?
    151 
    152 # Hyperion framebuffer
    153 hyper*		at dio? scode ?
    154 
    155 # Renaissance framebuffer
    156 rbox*		at intio?
    157 rbox*		at dio? scode ?
    158 
    159 # Topcat/catseye framebuffers
    160 topcat*		at intio?
    161 topcat*		at dio? scode ?
    162 
    163 # Framebuffer abstraction
    164 grf*		at dvbox?
    165 grf*		at gbox?
    166 grf*		at hyper?
    167 grf*		at rbox?
    168 grf*		at topcat?
    169 
    170 # Internal Terminal Emulator
    171 ite*		at grf?
    172 
    173 com*		at dio0 scode 9		# DCA serial interfaces
    174 com*		at dio? scode ?
    175 
    176 dcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
    177 
    178 le*		at dio? scode ?		# LANCE ethernet interfaces
    179 
    180 nhpib0		at dio? scode 7		# slow internal HP-IB
    181 nhpib*		at dio? scode ?
    182 
    183 fhpib*		at dio? scode ?		# `fast' HP-IB
    184 
    185 hpibbus0	at nhpib0
    186 hpibbus*	at nhpib?
    187 hpibbus*	at fhpib?
    188 
    189 rd*		at hpibbus? slave ? punit ?	# HP-IB disks
    190 ct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
    191 mt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
    192 #ppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
    193 
    194 spc*		at dio? scode ?			# HP 98265A SCSI
    195 scsibus*	at spc?
    196 
    197 sd*		at scsibus? target ? lun ?	# SCSI disks
    198 st*		at scsibus? target ? lun ?	# SCSI tapes
    199 cd*		at scsibus? target ? lun ?	# SCSI CD-ROMs
    200 #ch*		at scsibus? target ? lun ?	# SCSI changer devices
    201 #ss*		at scsibus? target ? lun ?	# SCSI scanners
    202 #uk*		at scsibus? target ? lun ?	# unknown SCSI devices
    203 
    204 pseudo-device	pty			# pseudo-terminals
    205 #pseudo-device	sl		4	# SLIP network interfaces
    206 #pseudo-device	ppp		4	# PPP network interfaces
    207 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    208 pseudo-device	bpfilter	16	# Berkeley packet filter
    209 #pseudo-device	vnd		4	# vnode pseudo-disks
    210 #pseudo-device	ccd		4	# concatenated disk devices
    211 #pseudo-device	raid		8	# RAIDframe disk driver
    212 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    213 # Options to enable various other RAIDframe RAID types.
    214 #options 	RF_INCLUDE_EVENODD=1
    215 #options 	RF_INCLUDE_RAID5_RS=1
    216 #options 	RF_INCLUDE_PARITYLOGGING=1
    217 #options 	RF_INCLUDE_CHAINDECLUSTER=1
    218 #options 	RF_INCLUDE_INTERDECLUSTER=1
    219 #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    220 #options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    221 pseudo-device	loop			# loopback network interface
    222 #pseudo-device	ipfilter 		# IP Filter package
    223 #pseudo-device	gre		2	# generic L3 over IP tunnel
    224 #pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    225 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    226 #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    227 #pseudo-device	vlan			# IEEE 802.1q encapsulation
    228 #pseudo-device	bridge			# simple inter-network bridging
    229 pseudo-device	rnd			# /dev/random and in-kernel generator
    230