GENERIC revision 1.4
1#	$NetBSD: GENERIC,v 1.4 2001/02/08 20:27:24 briggs Exp $
2#
3# GENERIC for Motorola Sandpoint
4#
5
6include "arch/sandpoint/conf/std.sandpoint"
7
8#ident 		"GENERIC-$Revision: 1.4 $"
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
17makeoptions	DEBUG="-g"
18
19options 	DEBUG
20options 	DIAGNOSTIC
21options 	TRAP_PANICWAIT
22options 	DDB
23#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
24options 	KTRACE
25
26options 	TCP_COMPAT_42
27options 	COMPAT_43
28options 	COMPAT_09
29options 	COMPAT_10
30options 	COMPAT_12
31options 	COMPAT_13
32options 	COMPAT_14
33options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
34
35file-system 	FFS
36file-system 	MFS
37file-system 	NFS
38file-system 	CD9660
39file-system 	MSDOSFS
40file-system 	FDESC
41file-system 	KERNFS
42file-system 	NULLFS
43file-system 	OVERLAY
44file-system 	PORTAL
45file-system 	PROCFS
46file-system 	UMAPFS
47file-system 	UNION
48
49options 	SOFTDEP         # FFS soft updates support.
50
51options 	INET
52
53options		NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
54
55config		netbsd	root on ? type ?
56
57# network psuedo-devices
58pseudo-device	bpfilter	8	# packet filter
59#pseudo-device	ipfilter
60pseudo-device	loop
61
62# mouse & keyboard multiplexor pseudo-devices
63pseudo-device	wsmux		2
64
65# miscellaneous pseudo-devices
66pseudo-device	rnd			# /dev/random and in-kernel generator
67pseudo-device	vnd		4
68pseudo-device	pty
69
70#
71# device
72#
73options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
74
75#options 	PCIVERBOSE	# verbose PCI device messages
76#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
77options 	PCI_NETBSD_CONFIGURE	# Have NetBSD configure PCI I/O & Mem
78
79mainbus0 at root
80
81pci*	at mainbus0 bus ?
82
83ppb*	at pci? dev ? function ?	# PCI-PCI bridges
84pci*	at ppb? bus ?
85
86pchb*	at pci? dev ? function ?	# PCI host bridge
87pcib*	at pci? dev ? function ?	# Winbond 83c553 PCI-ISA bridges
88
89isa*	at pcib?			# ISA on PCI-ISA bridge
90
91#pciide* at pci? dev ? function ?	# Winbond/Symphony IDE interface
92
93vga*	at pci? dev ? function ?
94
95ep*	at pci? dev ? function ?	# 3Com 3c59x
96ex*	at pci? dev ? function ?	# 3Com 90x[B]
97
98ukphy*	at mii? phy ?			# generic unknown PHYs
99exphy*	at mii? phy ?			# 3Com internal PHYs
100
101pckbc0		at isa?			# PS/2 keyboard controller
102pckbd*		at pckbc?		# PC keyboard
103pms*		at pckbc?		# PS/2 mouse for wsmouse
104pmsi*		at pckbc?		# PS/2 "Intelli"mouse for wsmouse
105wsdisplay*	at vga? console ?
106wskbd* 		at pckbd? console ?
107wsmouse* 	at pms? mux 0
108wsmouse* 	at pmsi? mux 0
109
110com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
111com1	at isa? port 0x2f8 irq 3
112
113lpt0	at isa? port 0x278 irq 7	# standard PC parallel ports
114
115fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
116fd*	at fdc? drive ?			# the drives themselves
117
118