GENERIC revision 1.18
1#	$NetBSD: GENERIC,v 1.18 2001/12/07 05:10:59 briggs Exp $
2#
3# GENERIC for Motorola Sandpoint
4#
5
6include "arch/sandpoint/conf/std.sandpoint"
7
8#ident 		"GENERIC-$Revision: 1.18 $"
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
25options 	NEWPMAP
26#options 	PMAPCHECK
27#options 	PMAPDEBUG
28options 	OPENPIC_SERIAL_MODE
29options 	SYMTAB_SPACE=200000
30
31options 	COMPAT_43
32options 	COMPAT_09
33options 	COMPAT_10
34options 	COMPAT_12
35options 	COMPAT_13
36options 	COMPAT_14
37options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
38#options 	COMPAT_LINUX		# Linux binary compatibility
39#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
40
41options 	MSGBUFSIZE=65536
42file-system 	FFS
43file-system 	MFS
44file-system 	NFS
45file-system 	CD9660
46file-system 	MSDOSFS
47file-system 	FDESC
48file-system 	KERNFS
49file-system 	NULLFS
50file-system 	OVERLAY
51file-system 	PORTAL
52file-system 	PROCFS
53file-system 	UMAPFS
54file-system 	UNION
55
56options 	SOFTDEP		# FFS soft updates support.
57
58options 	INET
59#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
60
61options 	NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
62
63config		netbsd	root on ? type ?
64
65# network psuedo-devices
66pseudo-device	bpfilter	8	# packet filter
67pseudo-device	bridge			# simple inter-network bridging
68#pseudo-device	ipfilter
69pseudo-device	loop
70
71# mouse & keyboard multiplexor pseudo-devices
72#pseudo-device	wsmux
73
74# miscellaneous pseudo-devices
75pseudo-device	rnd			# /dev/random and in-kernel generator
76pseudo-device	vnd		4
77pseudo-device	pty
78
79#
80# device
81#
82options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
83
84#options 	PCIVERBOSE	# verbose PCI device messages
85#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
86options 	PCI_NETBSD_CONFIGURE	# Have NetBSD configure PCI I/O & Mem
87
88mainbus0 at root
89
90cpu*	at mainbus0
91pci*	at mainbus0 bus ?
92
93ppb*	at pci? dev ? function ?	# PCI-PCI bridges
94pci*	at ppb? bus ?
95
96pchb*	at pci? dev ? function ?	# PCI host bridge
97pcib*	at pci? dev ? function ?	# Winbond 83c553 PCI-ISA bridges
98
99isa*	at pcib?			# ISA on PCI-ISA bridge
100
101#pciide* at pci? dev ? function ?	# Winbond/Symphony IDE interface
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
114#vga*	at pci? dev ? function ?
115
116#pckbc0		at isa?			# PS/2 keyboard controller
117#pckbd*		at pckbc?		# PC keyboard
118#pms*		at pckbc?		# PS/2 mouse for wsmouse
119#pmsi*		at pckbc?		# PS/2 "Intelli"mouse for wsmouse
120#wsdisplay*	at vga? console ?
121#wskbd* 		at pckbd? console ?
122#wsmouse* 	at pms? mux 0
123#wsmouse* 	at pmsi? mux 0
124
125com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
126com1	at isa? port 0x2f8 irq 3
127
128lpt0	at isa? port 0x278 irq 7	# standard PC parallel ports
129
130fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
131fd*	at fdc? drive ?			# the drives themselves
132
133adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
134dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
135siop*	at pci? dev ? function ?	# NCR/Symbios 53c8xx SCSI
136scsibus* at adw?
137scsibus* at dpt?
138scsibus* at siop?
139
140sd*	at scsibus? target ? lun ?	# SCSI disk drives
141#st*	at scsibus? target ? lun ?	# SCSI tape drives
142#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
143#ch*	at scsibus? target ? lun ?	# SCSI autochangers
144#ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
145#ss*	at scsibus? target ? lun ?	# SCSI scanners
146#uk*	at scsibus? target ? lun ?	# SCSI unknown
147