GENERIC revision 1.15
1#	$NetBSD: GENERIC,v 1.15 2001/11/13 17:54:52 augustss Exp $
2#
3# GENERIC for Motorola Sandpoint
4#
5
6include "arch/sandpoint/conf/std.sandpoint"
7
8#ident 		"GENERIC-$Revision: 1.15 $"
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
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	bridge			# simple inter-network bridging
67#pseudo-device	ipfilter
68pseudo-device	loop
69
70# mouse & keyboard multiplexor pseudo-devices
71pseudo-device	wsmux
72
73# miscellaneous pseudo-devices
74pseudo-device	rnd			# /dev/random and in-kernel generator
75pseudo-device	vnd		4
76pseudo-device	pty
77
78#
79# device
80#
81options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
82
83#options 	PCIVERBOSE	# verbose PCI device messages
84#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
85options 	PCI_NETBSD_CONFIGURE	# Have NetBSD configure PCI I/O & Mem
86
87mainbus0 at root
88
89cpu*	at mainbus0
90pci*	at mainbus0 bus ?
91
92ppb*	at pci? dev ? function ?	# PCI-PCI bridges
93pci*	at ppb? bus ?
94
95pchb*	at pci? dev ? function ?	# PCI host bridge
96pcib*	at pci? dev ? function ?	# Winbond 83c553 PCI-ISA bridges
97
98isa*	at pcib?			# ISA on PCI-ISA bridge
99
100#pciide* at pci? dev ? function ?	# Winbond/Symphony IDE interface
101
102vga*	at pci? dev ? function ?
103
104ex*	at pci? dev ? function ?	# 3Com 90x[B]
105sip*	at pci? dev ? function ?	# SiS 900 Ethernet
106options 	TLP_MATCH_21040
107options 	TLP_MATCH_21041
108options 	TLP_MATCH_21140
109options 	TLP_MATCH_21142
110tlp*	at pci? dev ? function ?	# DEC Tulip and similar
111
112ukphy*	at mii? phy ?			# generic unknown PHYs
113exphy*	at mii? phy ?			# 3Com internal PHYs
114
115pckbc0		at isa?			# PS/2 keyboard controller
116pckbd*		at pckbc?		# PC keyboard
117pms*		at pckbc?		# PS/2 mouse for wsmouse
118pmsi*		at pckbc?		# PS/2 "Intelli"mouse for wsmouse
119wsdisplay*	at vga? console ?
120wskbd* 		at pckbd? console ?
121wsmouse* 	at pms? mux 0
122wsmouse* 	at pmsi? mux 0
123
124com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
125com1	at isa? port 0x2f8 irq 3
126
127lpt0	at isa? port 0x278 irq 7	# standard PC parallel ports
128
129fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
130fd*	at fdc? drive ?			# the drives themselves
131
132adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
133dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
134siop*	at pci? dev ? function ?	# NCR/Symbios 53c8xx SCSI
135scsibus* at adw?
136scsibus* at dpt?
137scsibus* at siop?
138
139sd*	at scsibus? target ? lun ?	# SCSI disk drives
140#st*	at scsibus? target ? lun ?	# SCSI tape drives
141#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
142#ch*	at scsibus? target ? lun ?	# SCSI autochangers
143#ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
144#ss*	at scsibus? target ? lun ?	# SCSI scanners
145#uk*	at scsibus? target ? lun ?	# SCSI unknown
146