HPW650PA revision 1.24
11.24Suwe#	$NetBSD: HPW650PA,v 1.24 2007/06/03 19:46:23 uwe Exp $
21.1Such#
31.1Such#	HITACHI PERSONA HPW650PA
41.1Such#
51.1Such
61.1Suchinclude 	"arch/hpcsh/conf/std.hpcsh"
71.9Satatat
81.9Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.1Such
101.1Suchmaxusers	32			# estimated number of users
111.1Such
121.24Suwe# in-kernel bootloader, see kloader(4)
131.24Suweoptions 	KLOADER
141.24Suwe#options 	KLOADER_KERNEL_PATH="\"/netbsd\""
151.24Suwe#options 	KLOADER_DEBUG
161.1Such
171.18Suweoptions 	SH4			# SH7750V 128MHz
181.4Suchoptions 	PCLOCK=32000000		# 32MHz
191.1Such
201.18Suweoptions 	HPC_DEBUG_INTERRUPT_MONITOR
211.18Suweoptions 	HPC_DEBUG_LCD
221.1Such
231.1Suchoptions 	DDB			# in-kernel debugger
241.4Such#options 	KGDB			# in-kernel debugger
251.4Such#options 	"KGDB_DEVNAME=\"hd64465uart\"",KGDB_DEVRATE=19200
261.4Such#makeoptions	DEBUG="-g"	# compile full symbol table
271.1Suchoptions 	DIAGNOSTIC		# extra kernel debugging checks
281.1Suchoptions 	DEBUG			# extra kernel debugging support
291.1Suchoptions 	KTRACE			# system call tracing support
301.1Such
311.12Slukemoptions 	USERCONF		# userconf(4) support
321.18Suweoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
331.15Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
341.11Stsutsui
351.11Stsutsui# Compatibility options
361.11Stsutsui#options 	BSDDISKLABEL_EI	# endian independent disklabel support
371.1Such
381.1Such# Executable format options
391.1Suchoptions 	EXEC_COFF	# 32-bit COFF executables
401.1Suchoptions 	EXEC_ELF32	# 32-bit ELF executables
411.1Such
421.1Such# File systems
431.1Suchfile-system 	FFS		# UFS
441.1Suchfile-system 	MSDOSFS		# MS-DOS file system
451.1Suchfile-system	NFS		# Sun NFS-compatible filesystem client
461.21Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
471.1Such
481.1Such# Networking options
491.1Suchoptions 	INET		# IP + ICMP + TCP + UDP
501.1Suchoptions 	INET6		# IPV6
511.1Suchoptions 	NFS_BOOT_DHCP
521.1Such
531.1Such# Kernel root file system and dump configuration.
541.1Suchconfig		netbsd	root on ? type ?
551.1Such
561.1Suchoptions 	WSEMUL_VT100
571.1Suchoptions 	WSDISPLAY_DEFAULTSCREENS=1
581.1Suchoptions 	FONT_VT220L8x10
591.1Suchoptions 	WS_KERNEL_FG=WSCOL_BROWN
601.1Suchoptions 	WS_KERNEL_BG=WSCOL_BLUE
611.1Such
621.1Such#
631.1Such# Device configuration
641.1Such#
651.1Suchmainbus0 at root
661.1Such
671.7Suchcpu*		at mainbus?
681.7Suchshb*		at mainbus?
691.1Suchbivideo*	at mainbus0
701.7Such
711.1Suchhpcfb*		at bivideo?
721.1Suchwsdisplay*	at hpcfb?
731.1Such
741.7Suchhd64465if*	at shb?
751.1Suchcom*		at hd64465if?
761.1Suchhd64465pcmcia*	at hd64465if?
771.1Such
781.23Suwertc*		at shb?
791.23Suwe
801.1Such# PCMCIA bus support
811.1Suchpcmcia* at hd64465pcmcia? controller ? socket ?
821.1Such
831.1Such# PCMCIA network interfaces
841.1Suchne*	at pcmcia? function ?		# NE2000-compatible Ethernet
851.1Suchukphy*	at mii? phy ?			# generic unknown PHYs
861.1Such
871.1Such# PCMCIA IDE disk
881.1Suchwdc*	at pcmcia? function ?
891.14Slukematabus* at ata?
901.13Sbouyerwd*	at atabus? drive ? flags 0x0000
911.1Such
921.1Such# Pseudo-Devices
931.1Suchpseudo-device	biconsdev	1	# build-in console device
941.1Suchpseudo-device	pty			# pseudo-terminals
951.1Such
961.22Srpaulopseudo-device	bpfilter		# Berkeley packet filter
971.1Suchpseudo-device	loop			# network loopback
981.1Suchpseudo-device	rnd			# /dev/random and in-kernel generator
991.10Slukempseudo-device	clockctl		# user control of clock subsystem
1001.16Shannken#pseudo-device	fss		4	# file system snapshot device
101