SANDPOINT revision 1.14
1# $NetBSD: SANDPOINT,v 1.14 2017/09/14 07:58:43 mrg 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.14 $"
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 	USERCONF	# userconf(4) support
48#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
49options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
50
51include 	"conf/compat_netbsd09.config"
52options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
53#options 	COMPAT_LINUX		# Linux binary compatibility
54
55options 	MSGBUFSIZE=65536
56file-system 	FFS
57file-system 	MFS
58file-system 	NFS
59#file-system 	CD9660
60file-system 	MSDOSFS
61file-system 	FDESC
62file-system 	KERNFS
63file-system 	NULLFS
64#file-system 	OVERLAY
65file-system 	PROCFS
66#file-system 	UMAPFS
67#file-system 	UNION
68file-system	PTYFS		# /dev/pts/N support
69
70#options 	DISKLABEL_EI	# disklabel Endian Independent support
71#options 	FFS_EI		# FFS Endian Independent support
72#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
73
74options 	INET
75#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
76
77#options 	ALTQ		# Manipulate network interfaces' output queues
78#options 	ALTQ_BLUE	# Stochastic Fair Blue
79#options 	ALTQ_CBQ	# Class-Based Queueing
80#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
81#options 	ALTQ_FIFOQ	# First-In First-Out Queue
82#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
83#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
84#options 	ALTQ_LOCALQ	# Local queueing discipline
85#options 	ALTQ_PRIQ	# Priority Queueing
86#options 	ALTQ_RED	# Random Early Detection
87#options 	ALTQ_RIO	# RED with IN/OUT
88#options 	ALTQ_WFQ	# Weighted Fair Queueing
89
90options 	NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
91
92config		netbsd	root on ? type ?
93
94# network psuedo-devices
95pseudo-device	bpfilter		# packet filter
96pseudo-device	vlan			# IEEE 802.1q encapsulation
97#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
98#pseudo-device	bridge			# simple inter-network bridging
99#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
100#pseudo-device	ipfilter
101pseudo-device	loop
102
103# mouse & keyboard multiplexor pseudo-devices
104#pseudo-device	wsmux
105
106# miscellaneous pseudo-devices
107#pseudo-device	vnd		
108#options 	VND_COMPRESSION		# compressed vnd(4)
109#pseudo-device	cgd			# cryptographic disk devices
110pseudo-device	pty
111pseudo-device	clockctl		# user control of clock subsystem
112pseudo-device	ksyms			# /dev/ksyms
113#pseudo-device	pf			# PF packet filter
114#pseudo-device	pflog			# PF log if
115pseudo-device	fss			# file system snapshot device
116
117#
118# device
119#
120options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
121
122#options 	PCIVERBOSE	# verbose PCI device messages
123#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
124#options 	PCI_NETBSD_CONFIGURE	# Have NetBSD configure PCI I/O & Mem
125
126mainbus0 at root
127
128cpu*	at mainbus0
129pci*	at mainbus0 bus ?
130
131ppb*	at pci? dev ? function ?	# PCI-PCI bridges
132pci*	at ppb? bus ?
133
134pchb*	at pci? dev ? function ?	# PCI host bridge
135pcib*	at pci? dev ? function ?	# WinBond 83C533F PCI-ISA bridges
136
137eumb*	at mainbus0
138#com*	at eumb?
139ociic*	at eumb?
140iic*	at ociic?
141
142slide* at pci? dev ? function ?		# WB/Symphony IDE controllers
143atabus* at ata?
144
145fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
146inphy*	at mii? phy ?			# Intel 82555 PHYs
147
148isa*	at pcib?			# ISA on PCI-ISA bridge
149
150pckbc0		at isa?			# PS/2 keyboard controller
151pckbd*		at pckbc?		# PC keyboard
152pms*		at pckbc?		# PS/2 mouse for wsmouse
153wskbd* 		at pckbd? console ?
154wsmouse* 	at pms? mux 0
155
156com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
157com1	at isa? port 0x2f8 irq 3
158
159lpt0	at isa? port 0x278 irq 7	# standard PC parallel ports
160
161wd*	at atabus? drive ? flags 0x0000
162