HPW650PA revision 1.6
1#	$NetBSD: HPW650PA,v 1.6 2002/03/24 18:14:28 uch Exp $
2#
3#	HITACHI PERSONA HPW650PA
4#
5
6include 	"arch/hpcsh/conf/std.hpcsh"
7
8maxusers	32			# estimated number of users
9
10options 	KLOADER_KERNEL_PATH="\"/netbsd\""
11options		KLOADER_DEBUG
12
13options		SH4			# SH7750V 128MHz
14options 	PCLOCK=32000000		# 32MHz
15
16options		INTERRUPT_MONITOR
17options		HPC_DEBUG_LCD
18
19options 	DDB			# in-kernel debugger
20#options 	KGDB			# in-kernel debugger
21#options 	"KGDB_DEVNAME=\"hd64465uart\"",KGDB_DEVRATE=19200
22#makeoptions	DEBUG="-g"	# compile full symbol table
23options 	DIAGNOSTIC		# extra kernel debugging checks
24options 	DEBUG			# extra kernel debugging support
25options 	KTRACE			# system call tracing support
26
27options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
28
29# Executable format options
30options 	EXEC_COFF	# 32-bit COFF executables
31options 	EXEC_ELF32	# 32-bit ELF executables
32
33# File systems
34file-system 	FFS		# UFS
35file-system 	MSDOSFS		# MS-DOS file system
36file-system	NFS		# Sun NFS-compatible filesystem client
37
38# Networking options
39options 	INET		# IP + ICMP + TCP + UDP
40options 	INET6		# IPV6
41options 	NFS_BOOT_DHCP
42
43# Kernel root file system and dump configuration.
44config		netbsd	root on ? type ?
45
46options 	WSEMUL_VT100
47options 	WSDISPLAY_DEFAULTSCREENS=1
48options 	FONT_VT220L8x10
49options 	WS_KERNEL_FG=WSCOL_BROWN
50options 	WS_KERNEL_BG=WSCOL_BLUE
51
52#
53# Device configuration
54#
55mainbus0 at root
56
57bivideo*	at mainbus0
58hpcfb*		at bivideo?
59wsdisplay*	at hpcfb?
60
61shb0		at mainbus?
62
63hd64465if*	at shb0
64com*		at hd64465if?
65hd64465pcmcia*	at hd64465if?
66
67# PCMCIA bus support
68pcmcia* at hd64465pcmcia? controller ? socket ?
69
70# PCMCIA network interfaces
71ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
72ukphy*	at mii? phy ?			# generic unknown PHYs
73
74# PCMCIA IDE disk
75wdc*	at pcmcia? function ?
76wd*	at wdc? channel ? drive ? flags 0x0000
77
78# Pseudo-Devices
79pseudo-device	biconsdev	1	# build-in console device
80pseudo-device	pty			# pseudo-terminals
81
82pseudo-device	bpfilter	1	# Berkeley packet filter
83pseudo-device	loop			# network loopback
84pseudo-device	rnd			# /dev/random and in-kernel generator
85