GENERIC revision 1.7
1#	$NetBSD: GENERIC,v 1.7 2001/06/07 17:05:11 briggs Exp $
2#
3# GENERIC for Motorola Sandpoint
4#
5
6include "arch/sandpoint/conf/std.sandpoint"
7
8#ident 		"GENERIC-$Revision: 1.7 $"
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
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
36options 	MSGBUFSIZE=65536
37file-system 	FFS
38file-system 	MFS
39file-system 	NFS
40file-system 	CD9660
41file-system 	MSDOSFS
42file-system 	FDESC
43file-system 	KERNFS
44file-system 	NULLFS
45file-system 	OVERLAY
46file-system 	PORTAL
47file-system 	PROCFS
48file-system 	UMAPFS
49file-system 	UNION
50
51options 	SOFTDEP         # FFS soft updates support.
52
53options 	INET
54
55options		NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
56
57config		netbsd	root on ? type ?
58
59# network psuedo-devices
60pseudo-device	bpfilter	8	# packet filter
61#pseudo-device	ipfilter
62pseudo-device	loop
63
64# mouse & keyboard multiplexor pseudo-devices
65pseudo-device	wsmux		2
66
67# miscellaneous pseudo-devices
68pseudo-device	rnd			# /dev/random and in-kernel generator
69pseudo-device	vnd		4
70pseudo-device	pty
71
72#
73# device
74#
75options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
76
77#options 	PCIVERBOSE	# verbose PCI device messages
78#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
79options 	PCI_NETBSD_CONFIGURE	# Have NetBSD configure PCI I/O & Mem
80
81mainbus0 at root
82
83pci*	at mainbus0 bus ?
84
85ppb*	at pci? dev ? function ?	# PCI-PCI bridges
86pci*	at ppb? bus ?
87
88pchb*	at pci? dev ? function ?	# PCI host bridge
89pcib*	at pci? dev ? function ?	# Winbond 83c553 PCI-ISA bridges
90
91isa*	at pcib?			# ISA on PCI-ISA bridge
92
93#pciide* at pci? dev ? function ?	# Winbond/Symphony IDE interface
94
95vga*	at pci? dev ? function ?
96
97ex*	at pci? dev ? function ?	# 3Com 90x[B]
98sip*	at pci? dev ? function ?	# SiS 900 Ethernet
99
100ukphy*	at mii? phy ?			# generic unknown PHYs
101exphy*	at mii? phy ?			# 3Com internal PHYs
102
103pckbc0		at isa?			# PS/2 keyboard controller
104pckbd*		at pckbc?		# PC keyboard
105pms*		at pckbc?		# PS/2 mouse for wsmouse
106pmsi*		at pckbc?		# PS/2 "Intelli"mouse for wsmouse
107wsdisplay*	at vga? console ?
108wskbd* 		at pckbd? console ?
109wsmouse* 	at pms? mux 0
110wsmouse* 	at pmsi? mux 0
111
112com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
113com1	at isa? port 0x2f8 irq 3
114
115lpt0	at isa? port 0x278 irq 7	# standard PC parallel ports
116
117fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
118fd*	at fdc? drive ?			# the drives themselves
119
120adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
121dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
122siop*	at pci? dev ? function ?	# NCR/Symbios 53c8xx SCSI
123scsibus* at adw?
124scsibus* at dpt?
125scsibus* at siop?
126
127sd*	at scsibus? target ? lun ?	# SCSI disk drives
128#st*	at scsibus? target ? lun ?	# SCSI tape drives
129#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
130#ch*	at scsibus? target ? lun ?	# SCSI autochangers
131#ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
132#ss*	at scsibus? target ? lun ?	# SCSI scanners
133#uk*	at scsibus? target ? lun ?	# SCSI unknown
134