GENERIC revision 1.2
1#	$NetBSD: GENERIC,v 1.2 2001/02/07 05:51:10 briggs Exp $
2#
3# GENERIC for Motorola Sandpoint
4#
5
6include "arch/sandpoint/conf/std.sandpoint"
7
8#ident 		"GENERIC-$Revision: 1.2 $"
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
57pseudo-device	vnd		4
58pseudo-device	loop
59pseudo-device	bpfilter	8	# packet filter
60pseudo-device	pty		64	# pseudo-terminals
61
62# random number generator pseudo-device
63pseudo-device	rnd			# /dev/random and in-kernel generator
64
65#
66# device
67#
68options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
69
70options 	PCIVERBOSE	# verbose PCI device messages
71#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
72
73mainbus0 at root
74
75pci*	at mainbus0 bus ?
76
77ppb*	at pci? dev ? function ?	# PCI-PCI bridges
78pci*	at ppb? bus ?
79
80pchb*	at pci? dev ? function ?	# PCI host bridge
81pcib*	at pci? dev ? function ?	# Winbond 83c553 PCI-ISA bridges
82
83isa*	at pcib?			# ISA on PCI-ISA bridge
84
85#pciide* at pci? dev ? function ?	# Winbond/Symphony IDE interface
86
87vga*	at pci?
88wsdisplay*	at vga? console ?
89
90ep*	at pci? dev ? function ?	# 3Com 3c59x
91ex*	at pci? dev ? function ?	# 3Com 90x[B]
92
93ukphy*	at mii? phy ?			# generic unknown PHYs
94exphy*	at mii? phy ?			# 3Com internal PHYs
95
96com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
97com1	at isa? port 0x2f8 irq 3
98