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