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