SANDPOINT revision 1.18
1# $NetBSD: SANDPOINT,v 1.18 2020/08/01 08:20:51 maxv 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.18 $"
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	npf			# NPF packet filter
95pseudo-device	loop
96
97# mouse & keyboard multiplexor pseudo-devices
98#pseudo-device	wsmux
99
100# miscellaneous pseudo-devices
101#pseudo-device	vnd		
102#options 	VND_COMPRESSION		# compressed vnd(4)
103#pseudo-device	cgd			# cryptographic disk devices
104pseudo-device	pty
105pseudo-device	clockctl		# user control of clock subsystem
106pseudo-device	ksyms			# /dev/ksyms
107pseudo-device	fss			# file system snapshot device
108
109#
110# device
111#
112options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
113
114#options 	PCIVERBOSE	# verbose PCI device messages
115#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
116#options 	PCI_NETBSD_CONFIGURE	# Have NetBSD configure PCI I/O & Mem
117
118mainbus0 at root
119
120cpu*	at mainbus0
121pci*	at mainbus0 bus ?
122
123ppb*	at pci? dev ? function ?	# PCI-PCI bridges
124pci*	at ppb? bus ?
125
126pchb*	at pci? dev ? function ?	# PCI host bridge
127pcib*	at pci? dev ? function ?	# WinBond 83C533F PCI-ISA bridges
128
129eumb*	at mainbus0
130#com*	at eumb?
131ociic*	at eumb?
132iic*	at ociic?
133
134slide* at pci? dev ? function ?		# WB/Symphony IDE controllers
135atabus* at ata?
136
137fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
138inphy*	at mii? phy ?			# Intel 82555 PHYs
139
140isa*	at pcib?			# ISA on PCI-ISA bridge
141
142pckbc0		at isa?			# PS/2 keyboard controller
143pckbd*		at pckbc?		# PC keyboard
144pms*		at pckbc?		# PS/2 mouse for wsmouse
145wskbd* 		at pckbd? console ?
146wsmouse* 	at pms? mux 0
147
148com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
149com1	at isa? port 0x2f8 irq 3
150
151lpt0	at isa? port 0x278 irq 7	# standard PC parallel ports
152
153wd*	at atabus? drive ? flags 0x0000
154