HPW650PA revision 1.15
11.15Satatat#	$NetBSD: HPW650PA,v 1.15 2004/07/15 03:53:47 atatat 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.1Suchoptions 	KLOADER_KERNEL_PATH="\"/netbsd\""
131.1Suchoptions		KLOADER_DEBUG
141.1Such
151.5Suchoptions		SH4			# SH7750V 128MHz
161.4Suchoptions 	PCLOCK=32000000		# 32MHz
171.1Such
181.7Suchoptions		HPC_DEBUG_INTERRUPT_MONITOR
191.2Suchoptions		HPC_DEBUG_LCD
201.1Such
211.1Suchoptions 	DDB			# in-kernel debugger
221.4Such#options 	KGDB			# in-kernel debugger
231.4Such#options 	"KGDB_DEVNAME=\"hd64465uart\"",KGDB_DEVRATE=19200
241.4Such#makeoptions	DEBUG="-g"	# compile full symbol table
251.1Suchoptions 	DIAGNOSTIC		# extra kernel debugging checks
261.1Suchoptions 	DEBUG			# extra kernel debugging support
271.1Suchoptions 	KTRACE			# system call tracing support
281.1Such
291.12Slukemoptions 	USERCONF		# userconf(4) support
301.1Suchoptions		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
311.15Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
321.11Stsutsui
331.11Stsutsui# Compatibility options
341.11Stsutsui#options 	BSDDISKLABEL_EI	# endian independent disklabel support
351.1Such
361.1Such# Executable format options
371.1Suchoptions 	EXEC_COFF	# 32-bit COFF executables
381.1Suchoptions 	EXEC_ELF32	# 32-bit ELF executables
391.1Such
401.1Such# File systems
411.1Suchfile-system 	FFS		# UFS
421.1Suchfile-system 	MSDOSFS		# MS-DOS file system
431.1Suchfile-system	NFS		# Sun NFS-compatible filesystem client
441.1Such
451.1Such# Networking options
461.1Suchoptions 	INET		# IP + ICMP + TCP + UDP
471.1Suchoptions 	INET6		# IPV6
481.1Suchoptions 	NFS_BOOT_DHCP
491.1Such
501.1Such# Kernel root file system and dump configuration.
511.1Suchconfig		netbsd	root on ? type ?
521.1Such
531.1Suchoptions 	WSEMUL_VT100
541.1Suchoptions 	WSDISPLAY_DEFAULTSCREENS=1
551.1Suchoptions 	FONT_VT220L8x10
561.1Suchoptions 	WS_KERNEL_FG=WSCOL_BROWN
571.1Suchoptions 	WS_KERNEL_BG=WSCOL_BLUE
581.1Such
591.1Such#
601.1Such# Device configuration
611.1Such#
621.1Suchmainbus0 at root
631.1Such
641.7Suchcpu*		at mainbus?
651.7Suchshb*		at mainbus?
661.1Suchbivideo*	at mainbus0
671.7Such
681.1Suchhpcfb*		at bivideo?
691.1Suchwsdisplay*	at hpcfb?
701.1Such
711.7Suchhd64465if*	at shb?
721.1Suchcom*		at hd64465if?
731.1Suchhd64465pcmcia*	at hd64465if?
741.1Such
751.1Such# PCMCIA bus support
761.1Suchpcmcia* at hd64465pcmcia? controller ? socket ?
771.1Such
781.1Such# PCMCIA network interfaces
791.1Suchne*	at pcmcia? function ?		# NE2000-compatible Ethernet
801.1Suchukphy*	at mii? phy ?			# generic unknown PHYs
811.1Such
821.1Such# PCMCIA IDE disk
831.1Suchwdc*	at pcmcia? function ?
841.14Slukematabus* at ata?
851.13Sbouyerwd*	at atabus? drive ? flags 0x0000
861.1Such
871.1Such# Pseudo-Devices
881.1Suchpseudo-device	biconsdev	1	# build-in console device
891.1Suchpseudo-device	pty			# pseudo-terminals
901.1Such
911.1Suchpseudo-device	bpfilter	1	# Berkeley packet filter
921.1Suchpseudo-device	loop			# network loopback
931.1Suchpseudo-device	rnd			# /dev/random and in-kernel generator
941.10Slukempseudo-device	clockctl		# user control of clock subsystem
95