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