xref: /netbsd-src/sys/arch/hpcsh/conf/GENERIC (revision 9fbd88883c38d0c0fbfcbe66d76fe6b0fab3f9de)
1# $NetBSD: GENERIC,v 1.16 2002/01/27 13:23:17 jdolecek 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
21include 	"arch/hpcsh/conf/std.hpcsh"
22
23maxusers	32			# estimated number of users
24
25options 	KLOADER_KERNEL_PATH="\"/netbsd\""
26options		KLOADER_DEBUG
27#options		INTERRUPT_MONITOR
28#options		BUS_SPACE_DEBUG
29#options		PFCKBD_DEBUG
30#options		HD64461VIDEO_DEBUG
31#options		HD64461PCMCIA_DEBUG
32
33options 	SH7709A			# 133MHz
34options 	SH7709A_BROKEN_IPR
35options 	PCLOCK=22000000		# 22MHz
36
37options 	DDB			# in-kernel debugger
38#options 	DIAGNOSTIC		# extra kernel debugging checks
39#options 	DEBUG			# extra kernel debugging support
40options 	KTRACE			# system call tracing support
41options 	MSGBUFSIZE=65534
42
43# Standard system options
44options 	RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
45
46#options 	SCSIVERBOSE	# human readable SCSI error messages
47#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
48#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
49
50# Executable format options
51options 	EXEC_COFF	# 32-bit COFF executables
52options 	EXEC_ELF32	# 32-bit ELF executables
53
54# File systems
55file-system 	FFS		# UFS
56file-system 	MSDOSFS		# MS-DOS file system
57file-system 	MFS		# memory file system
58file-system	NFS		# Sun NFS-compatible filesystem client
59file-system 	UNION		# union file system
60file-system 	FDESC		# /dev/fd
61file-system 	KERNFS		# /kern
62file-system 	PROCFS		# /proc
63
64# File system options
65
66# Networking options
67options 	INET		# IP + ICMP + TCP + UDP
68options 	INET6		# IPV6
69options 	IPSEC		# IP security
70options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
71
72options 	NFS_BOOT_DHCP
73
74# Kernel root file system and dump configuration.
75config		netbsd	root on ? type ?
76
77options 	WSEMUL_VT100
78options 	WSDISPLAY_DEFAULTSCREENS=4
79options 	FONT_VT220L8x10
80options 	WS_KERNEL_FG=WSCOL_BROWN
81options 	WS_KERNEL_BG=WSCOL_BLUE
82# compatibility to other console drivers
83options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
84options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
85options 	WSDISPLAY_COMPAT_USL		# VT handling
86options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
87
88#
89# Device configuration
90#
91mainbus0 at root
92
93shb0 at mainbus?
94
95#
96# Workstation Console attachments
97#
98hpcfb*		at hd64461video?
99wsdisplay*	at hpcfb?
100pfckbd*		at mainbus? id HP
101pfckbd*		at mainbus? id HITACHI
102hpckbd*		at pfckbd?
103wskbd*		at hpckbd? mux 1
104
105#
106# HP Jornada
107#
108# Serial Devices
109# don't need to define SCICONSOLE. you can select from bootloader.
110options 	SCIFCN_SPEED=19200
111scif0 at shb0 port 0xa4000008 irq 12
112
113hd64461if0 at shb0 irq 4
114hd64461pcmcia*	at hd64461if0
115hd64461video*	at hd64461if0
116
117#
118# machine independent part
119#
120# PCMCIA bus support
121pcmcia0 at hd64461pcmcia? controller 0 socket ?	# I/O card, memory card
122pcmcia1 at hd64461pcmcia? controller 1 socket ? # memory card only
123
124# PCMCIA network interfaces
125ne*	at pcmcia0 function ?		# NE2000-compatible Ethernet
126ep*	at pcmcia0 function ?		# 3Com 3c589 and 3c562 Ethernet
127mbe*	at pcmcia0 function ?		# MB8696x based Ethernet
128wi*	at pcmcia0 function ?		# Lucent WaveLan IEEE (802.11)
129mhzc*	at pcmcia0 function ?		# Megahertz Ethernet/Modem combo cards
130com*	at mhzc?
131sm*	at mhzc?
132
133ukphy*	at mii? phy ?			# generic unknown PHYs
134
135# PCMCIA serial interfaces
136com*	at pcmcia? function ?		# Modems and serial cards
137
138# PCMCIA SCSI interfaces
139aic*	at pcmcia0 function ?		# Adaptec APA-1460 SCSI
140
141scsibus* at aic?
142
143# PCMCIA IDE disk
144# PC-Card slot
145wdc1	at pcmcia0 function ?
146wd*	at wdc1 channel ? drive ? flags 0x0000
147# Compact Flash slot (only memory mapped mode CF can attach)
148wdc0	at pcmcia1 function ?
149wd*	at wdc0 channel ? drive ? flags 0x0000
150
151# SCSI devices
152sd*	at scsibus? target ? lun ?	# SCSI disk drives
153
154# Network Interfaces
155
156# Pseudo-Devices
157pseudo-device	biconsdev	1	# build-in console device
158
159# network pseudo-devices
160pseudo-device	bpfilter	8	# Berkeley packet filter
161pseudo-device	bridge			# simple inter-network bridging
162pseudo-device	ipfilter		# IP filter (firewall) and NAT
163pseudo-device	loop			# network loopback
164pseudo-device	ppp		2	# Point-to-Point Protocol
165pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
166
167# miscellaneous pseudo-devices
168pseudo-device	pty			# pseudo-terminals
169pseudo-device	rnd			# /dev/random and in-kernel generator
170
171# mouse & keyboard multiplexor pseudo-devices
172pseudo-device	wsmux
173
174pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
175#pseudo-device	vlan			# IEEE 802.1q encapsulation
176