GENERIC revision 1.33
11.33Suwe# $NetBSD: GENERIC,v 1.33 2004/03/23 03:48:39 uwe Exp $
21.1Such#
31.13Sgmcgarry# GENERIC machine description file
41.13Sgmcgarry# 
51.13Sgmcgarry# This machine description file is used to generate the default NetBSD
61.13Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.13Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Such#
91.13Sgmcgarry# The machine description file can be customised for your specific
101.13Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.13Sgmcgarry#
121.13Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.13Sgmcgarry# man page.
141.13Sgmcgarry#
151.13Sgmcgarry# For further information on hardware support for this architecture, see
161.13Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.13Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.13Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.13Sgmcgarry# device.
201.1Such
211.20Such#
221.20Such# This kernel supports...
231.20Such#	HP Jornada 680/690
241.20Such#	HP HP620LX
251.20Such#	HITACHI HPW50PA
261.20Such#
271.20Such
281.13Sgmcgarryinclude 	"arch/hpcsh/conf/std.hpcsh"
291.24Satatat
301.24Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
311.1Such
321.1Suchmaxusers	32			# estimated number of users
331.1Such
341.19Suchoptions		SH3
351.20Such#
361.20Such# PCLOCK is estimated by kernel.
371.20Such#				PCLOCK		CPU CLOCK
381.20Such#	HP Jornada 680/690	22.22MHz	133MHz
391.20Such#	HP HP620LX		18.75MHz	75MMHz
401.20Such#	HITACHI HPW50PA		25MHz		100MHz
411.20Such#
421.1Such
431.1Suchoptions 	DDB			# in-kernel debugger
441.21Such#options 	KGDB			# in-kernel debugger
451.21Such#makeoptions	DEBUG="-g"	# compile full symbol table
461.21Such#options	KGDB_DEVRATE=19200
471.21Such# HP Jornada
481.21Such#options 	"KGDB_DEVNAME=\"scif\""
491.21Such# HITACHI PERSONA (SH3)
501.21Such#options 	"KGDB_DEVNAME=\"hd64461uart\""
511.21Such# HITACHI PERSONA (SH4)
521.21Such#options 	"KGDB_DEVNAME=\"hd64465uart\""
531.21Such
541.22Such#options	HPC_DEBUG_INTERRUPT_MONITOR
551.22Such#options	KSTACK_DEBUG
561.19Suchoptions 	DIAGNOSTIC		# extra kernel debugging checks
571.19Suchoptions 	DEBUG			# extra kernel debugging support
581.21Such#options 	KTRACE			# system call tracing support
591.20Suchoptions 	KLOADER_KERNEL_PATH="\"/netbsd\""
601.1Such
611.1Such# Standard system options
621.33Suwe#options 	RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
631.33Suwe				# (overrides tz info that hpcboot.exe passes)
641.1Such
651.15Such#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
661.27Slukemoptions 	USERCONF		# userconf(4) support
671.18Suchoptions		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
681.26Stsutsui
691.26Stsutsui# Compatibility options
701.26Stsutsui#options 	BSDDISKLABEL_EI	# endian independent disklabel support
711.1Such
721.1Such# Executable format options
731.1Suchoptions 	EXEC_COFF	# 32-bit COFF executables
741.1Suchoptions 	EXEC_ELF32	# 32-bit ELF executables
751.1Such
761.1Such# File systems
771.1Suchfile-system 	FFS		# UFS
781.1Suchfile-system 	MSDOSFS		# MS-DOS file system
791.1Suchfile-system	NFS		# Sun NFS-compatible filesystem client
801.22Suchfile-system 	UNION		# union file system
811.22Suchfile-system 	KERNFS		# /kern
821.22Suchfile-system 	PROCFS		# /proc
831.1Such
841.1Such# File system options
851.1Such
861.1Such# Networking options
871.1Suchoptions 	INET		# IP + ICMP + TCP + UDP
881.9Suchoptions 	INET6		# IPV6
891.9Such
901.1Suchoptions 	NFS_BOOT_DHCP
911.1Such
921.1Such# Kernel root file system and dump configuration.
931.1Suchconfig		netbsd	root on ? type ?
941.1Such
951.1Suchoptions 	WSEMUL_VT100
961.1Suchoptions 	WSDISPLAY_DEFAULTSCREENS=4
971.1Suchoptions 	FONT_VT220L8x10
981.1Suchoptions 	WS_KERNEL_FG=WSCOL_BROWN
991.1Suchoptions 	WS_KERNEL_BG=WSCOL_BLUE
1001.1Such
1011.1Such#
1021.1Such# Device configuration
1031.1Such#
1041.1Suchmainbus0 at root
1051.1Such
1061.22Suchcpu*		at mainbus?
1071.22Suchshb*		at mainbus?
1081.22Suchpfckbd*		at mainbus?
1091.1Such
1101.1Such#
1111.1Such# Workstation Console attachments
1121.1Such#
1131.3Suchhpcfb*		at hd64461video?
1141.1Suchwsdisplay*	at hpcfb?
1151.22Such
1161.1Suchhpckbd*		at pfckbd?
1171.1Suchwskbd*		at hpckbd? mux 1
1181.1Such
1191.1Such#
1201.1Such# HP Jornada
1211.1Such#
1221.1Such# Serial Devices
1231.1Such# don't need to define SCICONSOLE. you can select from bootloader.
1241.31Suwescif0		at shb?
1251.11Slukemoptions 	SCIFCN_SPEED=19200
1261.30Suwe
1271.30Suweadc*		at shb?			# analog->digital converter
1281.30Suwe
1291.30Suwej6x0pwr*	at adc?			# '680 battery, on/off, etc
1301.30Suwe
1311.32Suwej6x0lcd*	at shb?			# '680 LCD power, brightness, contrast
1321.32Suwe
1331.30Suwej6x0tp*		at adc?			# '680 touch panel
1341.30Suwewsmouse*	at j6x0tp? mux 0	# - as a pointing device
1351.30Suwewskbd1		at j6x0tp? mux 1	# - "hard icons" as keys
1361.30Suwe# Do not convert hard icons to key presses while serving mouse input.
1371.30Suwe#options 	J6X0TP_WSMOUSE_EXCLUSIVE
1381.30Suwe# Customization for the mini-keymap of hard icons.
1391.30Suwe#options 	J6X0TP_SETTINGS_ICON_KEYSYM="KS_Home"
1401.30Suwe#options 	J6X0TP_PGUP_ICON_KEYSYM="KS_Prior"
1411.30Suwe#options 	J6X0TP_PGDN_ICON_KEYSYM="KS_Next"
1421.30Suwe#options 	J6X0TP_SWITCH_ICON_KEYSYM="KS_End"
1431.30Suwe
1441.1Such
1451.21Suchhd64461if* at shb?
1461.20Suchhd64461pcmcia*	at hd64461if?
1471.20Suchhd64461video*	at hd64461if?
1481.1Such
1491.18Such#
1501.18Such# HITACHI PERSONA (HPW-50PAD, HPQ-650PA)
1511.18Such#
1521.20Suchcom0		at hd64461if?
1531.20Such
1541.1Such#
1551.1Such# machine independent part
1561.1Such#
1571.1Such# PCMCIA bus support
1581.1Suchpcmcia0 at hd64461pcmcia? controller 0 socket ?	# I/O card, memory card
1591.1Suchpcmcia1 at hd64461pcmcia? controller 1 socket ? # memory card only
1601.1Such
1611.1Such# PCMCIA network interfaces
1621.31Suwembe*	at pcmcia0 function ?		# MB8696x based Ethernet
1631.1Suchne*	at pcmcia0 function ?		# NE2000-compatible Ethernet
1641.31Suwewi*	at pcmcia0 function ?		# Lucent/Intersil WaveLan IEEE (802.11)
1651.22Such
1661.5Suchukphy*	at mii? phy ?			# generic unknown PHYs
1671.1Such
1681.1Such# PCMCIA IDE disk
1691.1Such# PC-Card slot
1701.1Suchwdc1	at pcmcia0 function ?
1711.29Sbouyeratabus1 at wdc1 channel ?
1721.29Sbouyerwd*	at atabus1 drive ? flags 0x0000
1731.11Slukem# Compact Flash slot (only memory mapped mode CF can attach)
1741.1Suchwdc0	at pcmcia1 function ?
1751.29Sbouyeratabus0 at wdc0 channel ?
1761.29Sbouyerwd*	at atabus0 drive ? flags 0x0000
1771.1Such
1781.1Such# Network Interfaces
1791.1Such
1801.1Such# network pseudo-devices
1811.20Suchpseudo-device	bpfilter	2	# Berkeley packet filter
1821.1Suchpseudo-device	loop			# network loopback
1831.1Such
1841.1Such# miscellaneous pseudo-devices
1851.1Suchpseudo-device	pty			# pseudo-terminals
1861.6Skanaokapseudo-device	rnd			# /dev/random and in-kernel generator
1871.25Slukempseudo-device	clockctl		# user control of clock subsystem
1881.31Suwepseudo-device	ksyms			# kernel symbol table interface
1891.1Such
1901.1Such# mouse & keyboard multiplexor pseudo-devices
1911.10Saugustsspseudo-device	wsmux
192