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