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