xref: /netbsd/sys/arch/sandpoint/conf/SANDPOINT (revision 6550d01e)
1# $NetBSD: SANDPOINT,v 1.7 2010/06/30 17:49:32 phx Exp $
2#
3# Sandpoint X3/X2 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/sandpoint/conf/std.sandpoint"
22options 	PIC_I8259
23
24options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
25
26#ident 		"SANDPOINT-$Revision: 1.7 $"
27
28maxusers	32
29
30options 	ALTIVEC		# Include AltiVec support
31
32#options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
33#options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
34# HMAC key to be used for debugging sessions
35#options 	IPKDBKEY="\"HMAC pass phrase text\""
36#options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
37#makeoptions	DEBUG="-g"
38
39#options 	DEBUG
40options 	DIAGNOSTIC
41options 	TRAP_PANICWAIT
42options 	DDB
43#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
44options 	KTRACE
45#options 	PMAPCHECK
46#options 	PMAPDEBUG
47#options 	SYMTAB_SPACE=300000
48#options 	USERCONF	# userconf(4) support
49#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
50options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
51
52options 	COMPAT_43
53options 	COMPAT_09
54options 	COMPAT_10
55options 	COMPAT_12
56options 	COMPAT_13
57options 	COMPAT_14
58options 	COMPAT_15
59options 	COMPAT_16
60options 	COMPAT_20
61options 	COMPAT_30	# NetBSD 3.0 compatibility.
62options 	COMPAT_40	# NetBSD 4.0 compatibility.
63options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
64#options 	COMPAT_LINUX		# Linux binary compatibility
65#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
66options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
67
68options 	MSGBUFSIZE=65536
69file-system 	FFS
70file-system 	MFS
71file-system 	NFS
72#file-system 	CD9660
73file-system 	MSDOSFS
74file-system 	FDESC
75file-system 	KERNFS
76file-system 	NULLFS
77#file-system 	OVERLAY
78file-system 	PROCFS
79#file-system 	UMAPFS
80#file-system 	UNION
81file-system	PTYFS		# /dev/pts/N support
82
83#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
84
85options 	INET
86#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
87
88#options 	ALTQ		# Manipulate network interfaces' output queues
89#options 	ALTQ_BLUE	# Stochastic Fair Blue
90#options 	ALTQ_CBQ	# Class-Based Queueing
91#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
92#options 	ALTQ_FIFOQ	# First-In First-Out Queue
93#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
94#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
95#options 	ALTQ_LOCALQ	# Local queueing discipline
96#options 	ALTQ_PRIQ	# Priority Queueing
97#options 	ALTQ_RED	# Random Early Detection
98#options 	ALTQ_RIO	# RED with IN/OUT
99#options 	ALTQ_WFQ	# Weighted Fair Queueing
100
101options 	NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
102
103config		netbsd	root on ? type ?
104
105# network psuedo-devices
106pseudo-device	bpfilter		# packet filter
107pseudo-device	vlan			# IEEE 802.1q encapsulation
108#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
109#pseudo-device	bridge			# simple inter-network bridging
110#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
111#pseudo-device	ipfilter
112pseudo-device	loop
113
114# mouse & keyboard multiplexor pseudo-devices
115#pseudo-device	wsmux
116
117# miscellaneous pseudo-devices
118#pseudo-device	rnd			# /dev/random and in-kernel generator
119#pseudo-device	vnd
120#options 	VND_COMPRESSION		# compressed vnd(4)
121#pseudo-device	cgd		4	# cryptographic disk devices
122pseudo-device	pty
123pseudo-device	clockctl		# user control of clock subsystem
124pseudo-device	ksyms			# /dev/ksyms
125#pseudo-device	pf			# PF packet filter
126#pseudo-device	pflog			# PF log if
127pseudo-device	fss			# file system snapshot device
128
129#
130# device
131#
132options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
133
134#options 	PCIVERBOSE	# verbose PCI device messages
135#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
136#options 	PCI_NETBSD_CONFIGURE	# Have NetBSD configure PCI I/O & Mem
137
138mainbus0 at root
139
140cpu*	at mainbus0
141pci*	at mainbus0 bus ?
142
143ppb*	at pci? dev ? function ?	# PCI-PCI bridges
144pci*	at ppb? bus ?
145
146pchb*	at pci? dev ? function ?	# PCI host bridge
147pcib*	at pci? dev ? function ?	# WinBond 83C533F PCI-ISA bridges
148
149eumb*	at mainbus0
150#com*	at eumb?
151ociic*	at eumb?
152iic*	at ociic?
153
154slide* at pci? dev ? function ?		# WB/Symphony IDE controllers
155atabus* at ata?
156
157fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
158inphy*	at mii? phy ?			# Intel 82555 PHYs
159
160isa*	at pcib?			# ISA on PCI-ISA bridge
161
162pckbc0		at isa?			# PS/2 keyboard controller
163pckbd*		at pckbc?		# PC keyboard
164pms*		at pckbc?		# PS/2 mouse for wsmouse
165wskbd* 		at pckbd? console ?
166wsmouse* 	at pms? mux 0
167
168com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
169com1	at isa? port 0x2f8 irq 3
170
171lpt0	at isa? port 0x278 irq 7	# standard PC parallel ports
172
173wd*	at atabus? drive ? flags 0x0000
174