Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.77
      1 # $NetBSD: GENERIC,v 1.77 2002/02/23 21:46:24 gmcgarry Exp $
      2 #
      3 # GENERIC machine description file
      4 # 
      5 # This machine description file is used to generate the default NetBSD
      6 # kernel.  The generic kernel does not include all options, subsystems
      7 # and device drivers, but should be useful for most applications.
      8 #
      9 # The machine description file can be customised for your specific
     10 # machine to reduce the kernel size and improve its performance.
     11 #
     12 # For further information on compiling NetBSD kernels, see the config(8)
     13 # man page.
     14 #
     15 # For further information on hardware support for this architecture, see
     16 # the intro(4) man page.  For further information about kernel options
     17 # for this architecture, see the options(4) man page.  For an explanation
     18 # of each device driver in this file see the section 4 man page for the
     19 # device.
     20 
     21 include 	"arch/hp300/conf/std.hp300"
     22 
     23 #ident 		"GENERIC-$Revision: 1.77 $"
     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 
     40 # Need to set locally
     41 maxusers	32
     42 
     43 # Standard system options
     44 options 	COMPAT_43	# compatibility with 4.3BSD interfaces
     45 options 	COMPAT_44	# compatibility with 4.4BSD binaries
     46 options 	COMPAT_09	# compatibility with NetBSD 0.9
     47 options 	COMPAT_10	# compatibility with NetBSD 1.0
     48 options 	COMPAT_11	# compatibility with NetBSD 1.1
     49 options 	COMPAT_12	# compatibility with NetBSD 1.2
     50 options 	COMPAT_13	# compatibility with NetBSD 1.3
     51 options 	COMPAT_14	# compatibility with NetBSD 1.4
     52 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     53 options 	SYSVSHM		# System V-style shared memory
     54 options 	SYSVSEM		# System V-style semaphores
     55 #options 	SEMMNI=10	# number of semaphore identifiers
     56 #options 	SEMMNS=60	# number of semaphores in system
     57 #options 	SEMUME=10	# max number of undo entries per process
     58 #options 	SEMMNU=30	# number of undo structures in system
     59 options 	SYSVMSG		# System V-style message queues
     60 options 	KTRACE		# system call tracing support
     61 options 	LKM		# Loadable kernel modules
     62 #options 	SCSIVERBOSE	# Verbose SCSI errors
     63 #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     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 	FPSP		# floating point interface for 68040
     95 options 	USELEDS		# make the lights twinkle
     96 options 	COMPAT_NOLABEL	# defaults for unlabeled disks
     97 #options 	PANICBUTTON	# two fast <reset>s on HIL dump kernel
     98 #options 	CONSCODE=9	# force console at this select code
     99 options 	UK_KEYBOARD	# include United Kingdom HIL keymap
    100 options 	SE_KEYBOARD	# include Swedish HIL keymap
    101 
    102 # This option enables a different copyin/copyout that uses page
    103 # mapping for large copies.
    104 #options 	MAPPEDCOPY	# different copyin/copyout for large copies
    105 
    106 # Binary compatibility.
    107 options 	COMPAT_HPUX	# HP-UX binary compatibility
    108 options 	COMPAT_AOUT_M68K	# NetBSD/m68k a.out binary compatibility
    109 options 	COMPAT_M68K4K	# NetBSD/m68k4k binary compatibility
    110 #options 	COMPAT_SUNOS	# SunOS4 m68k binary compatibility
    111 #options 	COMPAT_LINUX	# Linux/m68k binary compatibility
    112 #options 	COMPAT_SVR4	# SVR4 binary compatibility
    113 
    114 # Debugging options
    115 options 	DIAGNOSTIC	# Extra kernel sanity checks
    116 #options 	DEBUG		# Enable misc. kernel debugging code
    117 options 	DDB		# Kernel Dynamic Debugger
    118 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    119 makeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
    120 
    121 # Verbose descriptions of unconfigured DIO devices
    122 # (Warning: this compiles in a large string table)
    123 options 	DIOVERBOSE	# recognize "unknown" DIO devices
    124 
    125 config		netbsd root on ? type ?
    126 
    127 mainbus0	at root		# root "bus"
    128 
    129 intio0		at mainbus0	# internal i/o space
    130 dio0		at mainbus0	# DIO/DIO-II bus
    131 
    132 # Real-time clock (not optional)
    133 rtc*		at intio?
    134 
    135 # Human Interface Loop
    136 hil*		at intio?
    137 
    138 # Frodo utility chip found on 4xx's
    139 frodo*		at intio?
    140 
    141 # 8250-like serial ports found on Frodo ASIC
    142 #dnkbd0		at frodo? offset 0x0	# Domain keyboard flavor
    143 apci*		at frodo? offset ?	# tty flavor
    144 
    145 # Davinci framebuffer
    146 dvbox*		at intio?
    147 dvbox*		at dio? scode ?
    148 
    149 # Gatorbox framebuffer
    150 gbox*		at intio?
    151 gbox*		at dio? scode ?
    152 
    153 # Hyperion framebuffer
    154 hyper*		at dio? scode ?
    155 
    156 # Renaissance framebuffer
    157 rbox*		at intio?
    158 rbox*		at dio? scode ?
    159 
    160 # Topcat/catseye framebuffers
    161 topcat*		at intio?
    162 topcat*		at dio? scode ?
    163 
    164 # Framebuffer abstraction
    165 grf*		at dvbox?
    166 grf*		at gbox?
    167 grf*		at hyper?
    168 grf*		at rbox?
    169 grf*		at topcat?
    170 
    171 # Internal Terminal Emulator
    172 ite*		at grf?
    173 
    174 dca0		at dio? scode 9	flags 1	# DCA serial interfaces
    175 dca*		at dio? scode ?
    176 
    177 dcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
    178 
    179 le*		at dio? scode ?		# LANCE ethernet interfaces
    180 
    181 nhpib0		at dio? scode 7		# slow internal HP-IB
    182 nhpib*		at dio? scode ?
    183 
    184 fhpib*		at dio? scode ?		# `fast' HP-IB
    185 
    186 hpibbus0	at nhpib0
    187 hpibbus*	at nhpib?
    188 hpibbus*	at fhpib?
    189 
    190 rd*		at hpibbus? slave ? punit ?	# HP-IB disks
    191 ct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
    192 mt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
    193 ppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
    194 
    195 oscsi*		at dio? scode ?		# Old HP SCSI
    196 
    197 sd*		at oscsi? target ? lun ?	# SCSI disks
    198 st*		at oscsi? target ? lun ?	# SCSI tapes
    199 ac*		at oscsi? target ? lun ?	# SCSI changers
    200 
    201 pseudo-device	pty			# pseudo-terminals
    202 pseudo-device	sl		4	# SLIP network interfaces
    203 pseudo-device	ppp		4	# PPP network interfaces
    204 pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    205 pseudo-device	bpfilter	16	# Berkeley packet filter
    206 pseudo-device	vnd		4	# vnode pseudo-disks
    207 pseudo-device	ccd		4	# concatenated disk devices
    208 pseudo-device	raid		8	# RAIDframe disk driver
    209 options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    210 # Options to enable various other RAIDframe RAID types.
    211 # options	RF_INCLUDE_EVENODD=1
    212 # options	RF_INCLUDE_RAID5_RS=1
    213 # options	RF_INCLUDE_PARITYLOGGING=1
    214 # options	RF_INCLUDE_CHAINDECLUSTER=1
    215 # options	RF_INCLUDE_INTERDECLUSTER=1
    216 # options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    217 # options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    218 pseudo-device	loop			# loopback network interface
    219 pseudo-device	ipfilter 		# IP Filter package
    220 #pseudo-device	gre		2	# generic L3 over IP tunnel
    221 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    222 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    223 #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    224 pseudo-device	vlan			# IEEE 802.1q encapsulation
    225 pseudo-device	bridge			# simple inter-network bridging
    226 pseudo-device	rnd			# /dev/random and in-kernel generator
    227