xref: /netbsd/sys/arch/hpcsh/conf/GENERIC (revision c4a72b64)
1# $NetBSD: GENERIC,v 1.27 2002/09/18 02:43:59 lukem Exp $
2#
3# GENERIC machine description file
4#
5# This machine description file is used to generate the default NetBSD
6# kernel.  The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications.
8#
9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance.
11#
12# For further information on compiling NetBSD kernels, see the config(8)
13# man page.
14#
15# For further information on hardware support for this architecture, see
16# the intro(4) man page.  For further information about kernel options
17# for this architecture, see the options(4) man page.  For an explanation
18# of each device driver in this file see the section 4 man page for the
19# device.
20
21#
22# This kernel supports...
23#	HP Jornada 680/690
24#	HP HP620LX
25#	HITACHI HPW50PA
26#
27
28include 	"arch/hpcsh/conf/std.hpcsh"
29
30options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
31
32maxusers	32			# estimated number of users
33
34options		SH3
35#
36# PCLOCK is estimated by kernel.
37#				PCLOCK		CPU CLOCK
38#	HP Jornada 680/690	22.22MHz	133MHz
39#	HP HP620LX		18.75MHz	75MMHz
40#	HITACHI HPW50PA		25MHz		100MHz
41#
42
43options 	DDB			# in-kernel debugger
44#options 	KGDB			# in-kernel debugger
45#makeoptions	DEBUG="-g"	# compile full symbol table
46#options	KGDB_DEVRATE=19200
47# HP Jornada
48#options 	"KGDB_DEVNAME=\"scif\""
49# HITACHI PERSONA (SH3)
50#options 	"KGDB_DEVNAME=\"hd64461uart\""
51# HITACHI PERSONA (SH4)
52#options 	"KGDB_DEVNAME=\"hd64465uart\""
53
54#options	HPC_DEBUG_INTERRUPT_MONITOR
55#options	KSTACK_DEBUG
56options 	DIAGNOSTIC		# extra kernel debugging checks
57options 	DEBUG			# extra kernel debugging support
58#options 	KTRACE			# system call tracing support
59options 	KLOADER_KERNEL_PATH="\"/netbsd\""
60
61# Standard system options
62options 	RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
63
64#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
65options 	USERCONF		# userconf(4) support
66options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
67
68# Compatibility options
69#options 	BSDDISKLABEL_EI	# endian independent disklabel support
70
71# Executable format options
72options 	EXEC_COFF	# 32-bit COFF executables
73options 	EXEC_ELF32	# 32-bit ELF executables
74
75# File systems
76file-system 	FFS		# UFS
77file-system 	MSDOSFS		# MS-DOS file system
78file-system	NFS		# Sun NFS-compatible filesystem client
79file-system 	UNION		# union file system
80file-system 	KERNFS		# /kern
81file-system 	PROCFS		# /proc
82
83# File system options
84
85# Networking options
86options 	INET		# IP + ICMP + TCP + UDP
87options 	INET6		# IPV6
88
89options 	NFS_BOOT_DHCP
90
91# Kernel root file system and dump configuration.
92config		netbsd	root on ? type ?
93
94options 	WSEMUL_VT100
95options 	WSDISPLAY_DEFAULTSCREENS=4
96options 	FONT_VT220L8x10
97options 	WS_KERNEL_FG=WSCOL_BROWN
98options 	WS_KERNEL_BG=WSCOL_BLUE
99
100#
101# Device configuration
102#
103mainbus0 at root
104
105cpu*		at mainbus?
106shb*		at mainbus?
107pfckbd*		at mainbus?
108
109#
110# Workstation Console attachments
111#
112hpcfb*		at hd64461video?
113wsdisplay*	at hpcfb?
114
115hpckbd*		at pfckbd?
116wskbd*		at hpckbd? mux 1
117
118#
119# HP Jornada
120#
121# Serial Devices
122# don't need to define SCICONSOLE. you can select from bootloader.
123options 	SCIFCN_SPEED=19200
124scif0 at shb?
125
126hd64461if* at shb?
127hd64461pcmcia*	at hd64461if?
128hd64461video*	at hd64461if?
129
130#
131# HITACHI PERSONA (HPW-50PAD, HPQ-650PA)
132#
133com0		at hd64461if?
134
135#
136# machine independent part
137#
138# PCMCIA bus support
139pcmcia0 at hd64461pcmcia? controller 0 socket ?	# I/O card, memory card
140pcmcia1 at hd64461pcmcia? controller 1 socket ? # memory card only
141
142# PCMCIA network interfaces
143ne*	at pcmcia0 function ?		# NE2000-compatible Ethernet
144mbe*	at pcmcia0 function ?		# MB8696x based Ethernet
145
146ukphy*	at mii? phy ?			# generic unknown PHYs
147
148# PCMCIA IDE disk
149# PC-Card slot
150wdc1	at pcmcia0 function ?
151wd*	at wdc1 channel ? drive ? flags 0x0000
152# Compact Flash slot (only memory mapped mode CF can attach)
153wdc0	at pcmcia1 function ?
154wd*	at wdc0 channel ? drive ? flags 0x0000
155
156# Network Interfaces
157
158# network pseudo-devices
159pseudo-device	bpfilter	2	# Berkeley packet filter
160pseudo-device	loop			# network loopback
161
162# miscellaneous pseudo-devices
163pseudo-device	pty			# pseudo-terminals
164pseudo-device	rnd			# /dev/random and in-kernel generator
165pseudo-device	clockctl		# user control of clock subsystem
166
167# mouse & keyboard multiplexor pseudo-devices
168pseudo-device	wsmux
169