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