GENERIC revision 1.24
1# $NetBSD: GENERIC,v 1.24 2002/03/27 06:39:16 briggs 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/sandpoint/conf/std.sandpoint"
22
23#ident 		"GENERIC-$Revision: 1.24 $"
24
25maxusers	32
26
27#options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
28#options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
29# HMAC key to be used for debugging sessions
30#options 	IPKDBKEY="\"HMAC pass phrase text\""
31#options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
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
42options 	OPENPIC_SERIAL_MODE
43options 	SYMTAB_SPACE=200000
44#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
45
46options 	COMPAT_43
47options 	COMPAT_09
48options 	COMPAT_10
49options 	COMPAT_12
50options 	COMPAT_13
51options 	COMPAT_14
52options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
53#options 	COMPAT_LINUX		# Linux binary compatibility
54#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
55
56options 	MSGBUFSIZE=65536
57file-system 	FFS
58file-system 	MFS
59file-system 	NFS
60file-system 	CD9660
61file-system 	MSDOSFS
62file-system 	FDESC
63file-system 	KERNFS
64file-system 	NULLFS
65file-system 	OVERLAY
66file-system 	PORTAL
67file-system 	PROCFS
68file-system 	UMAPFS
69file-system 	UNION
70
71options 	SOFTDEP		# FFS soft updates support.
72
73options 	INET
74#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
75
76options 	NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
77
78config		netbsd	root on ? type ?
79
80# network psuedo-devices
81pseudo-device	bpfilter	8	# packet filter
82pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
83pseudo-device	bridge			# simple inter-network bridging
84#pseudo-device	ipfilter
85pseudo-device	loop
86
87# mouse & keyboard multiplexor pseudo-devices
88#pseudo-device	wsmux
89
90# miscellaneous pseudo-devices
91pseudo-device	rnd			# /dev/random and in-kernel generator
92pseudo-device	vnd		4
93pseudo-device	pty
94
95#
96# device
97#
98options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
99
100#options 	PCIVERBOSE	# verbose PCI device messages
101#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
102options 	PCI_NETBSD_CONFIGURE	# Have NetBSD configure PCI I/O & Mem
103
104mainbus0 at root
105
106cpu*	at mainbus0
107pci*	at mainbus0 bus ?
108
109ppb*	at pci? dev ? function ?	# PCI-PCI bridges
110pci*	at ppb? bus ?
111
112pchb*	at pci? dev ? function ?	# PCI host bridge
113pcib*	at pci? dev ? function ?	# Winbond 83c553 PCI-ISA bridges
114
115isa*	at pcib?			# ISA on PCI-ISA bridge
116
117#pciide* at pci? dev ? function ?	# Winbond/Symphony IDE interface
118
119vga*	at pci? dev ? function ?
120
121ex*	at pci? dev ? function ?	# 3Com 90x[B]
122fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
123rtk*	at pci? dev ? function ?	# Realtek 8129/8139
124sip*	at pci? dev ? function ?	# SiS 900 Ethernet
125tlp*	at pci? dev ? function ?	# DEC Tulip and similar
126options 	TLP_MATCH_21040
127options 	TLP_MATCH_21041
128options 	TLP_MATCH_21140
129options 	TLP_MATCH_21142
130
131exphy*	at mii? phy ?			# 3Com internal PHYs
132inphy*	at mii? phy ?			# Intel 82555 PHYs
133ukphy*	at mii? phy ?			# generic unknown PHYs
134
135pckbc0		at isa?			# PS/2 keyboard controller
136pckbd*		at pckbc?		# PC keyboard
137pms*		at pckbc?		# PS/2 mouse for wsmouse
138pmsi*		at pckbc?		# PS/2 "Intelli"mouse for wsmouse
139wsdisplay*	at vga? console ?
140wskbd* 		at pckbd? console ?
141wsmouse* 	at pms? mux 0
142wsmouse* 	at pmsi? mux 0
143
144
145com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
146com1	at isa? port 0x2f8 irq 3
147
148lpt0	at isa? port 0x278 irq 7	# standard PC parallel ports
149
150fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
151fd*	at fdc? drive ?			# the drives themselves
152
153adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
154dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
155siop*	at pci? dev ? function ?	# NCR/Symbios 53c8xx SCSI
156scsibus* at adw?
157scsibus* at dpt?
158scsibus* at siop?
159
160sd*	at scsibus? target ? lun ?	# SCSI disk drives
161#st*	at scsibus? target ? lun ?	# SCSI tape drives
162#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
163#ch*	at scsibus? target ? lun ?	# SCSI autochangers
164#ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
165#ss*	at scsibus? target ? lun ?	# SCSI scanners
166#uk*	at scsibus? target ? lun ?	# SCSI unknown
167