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