HPW650PA revision 1.2
1#	$NetBSD: HPW650PA,v 1.2 2002/02/13 16:25:35 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 	SH7750
14options 	SH4
15
16options		INTERRUPT_MONITOR
17options		HPC_DEBUG_LCD
18
19options 	DDB			# in-kernel debugger
20options 	DIAGNOSTIC		# extra kernel debugging checks
21options 	DEBUG			# extra kernel debugging support
22options 	KTRACE			# system call tracing support
23options 	MSGBUFSIZE=65534
24
25options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
26
27# Executable format options
28options 	EXEC_COFF	# 32-bit COFF executables
29options 	EXEC_ELF32	# 32-bit ELF executables
30
31# File systems
32file-system 	FFS		# UFS
33file-system 	MSDOSFS		# MS-DOS file system
34file-system	NFS		# Sun NFS-compatible filesystem client
35
36# Networking options
37options 	INET		# IP + ICMP + TCP + UDP
38options 	INET6		# IPV6
39options 	NFS_BOOT_DHCP
40
41# Kernel root file system and dump configuration.
42config		netbsd	root on ? type ?
43
44options 	WSEMUL_VT100
45options 	WSDISPLAY_DEFAULTSCREENS=1
46options 	FONT_VT220L8x10
47options 	WS_KERNEL_FG=WSCOL_BROWN
48options 	WS_KERNEL_BG=WSCOL_BLUE
49
50#
51# Device configuration
52#
53mainbus0 at root
54
55bivideo*	at mainbus0
56hpcfb*		at bivideo?
57wsdisplay*	at hpcfb?
58
59shb0		at mainbus?
60
61hd64465if*	at shb0 irq 11
62com*		at hd64465if?
63hd64465pcmcia*	at hd64465if?
64
65# PCMCIA bus support
66pcmcia* at hd64465pcmcia? controller ? socket ?
67
68# PCMCIA network interfaces
69ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
70ukphy*	at mii? phy ?			# generic unknown PHYs
71
72# PCMCIA IDE disk
73wdc*	at pcmcia? function ?
74wd*	at wdc? channel ? drive ? flags 0x0000
75
76# Pseudo-Devices
77pseudo-device	biconsdev	1	# build-in console device
78pseudo-device	pty			# pseudo-terminals
79
80pseudo-device	bpfilter	1	# Berkeley packet filter
81pseudo-device	loop			# network loopback
82pseudo-device	gif		1	# IPv[46] over IPv[46] tunnel (RFC1933)
83pseudo-device	rnd			# /dev/random and in-kernel generator
84