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