GENERIC revision 1.8
1#	$NetBSD: GENERIC,v 1.8 2001/06/10 11:07:37 tsubai Exp $
2#
3# GENERIC for Motorola Sandpoint
4#
5
6include "arch/sandpoint/conf/std.sandpoint"
7
8#ident 		"GENERIC-$Revision: 1.8 $"
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 	TCP_COMPAT_42
28options 	COMPAT_43
29options 	COMPAT_09
30options 	COMPAT_10
31options 	COMPAT_12
32options 	COMPAT_13
33options 	COMPAT_14
34options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
35#options 	COMPAT_LINUX   # Linux binary compatibility (experimental)
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
56options		NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
57
58config		netbsd	root on ? type ?
59
60# network psuedo-devices
61pseudo-device	bpfilter	8	# packet filter
62#pseudo-device	ipfilter
63pseudo-device	loop
64
65# mouse & keyboard multiplexor pseudo-devices
66pseudo-device	wsmux		2
67
68# miscellaneous pseudo-devices
69pseudo-device	rnd			# /dev/random and in-kernel generator
70pseudo-device	vnd		4
71pseudo-device	pty
72
73#
74# device
75#
76options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
77
78#options 	PCIVERBOSE	# verbose PCI device messages
79#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
80options 	PCI_NETBSD_CONFIGURE	# Have NetBSD configure PCI I/O & Mem
81
82mainbus0 at root
83
84pci*	at mainbus0 bus ?
85
86ppb*	at pci? dev ? function ?	# PCI-PCI bridges
87pci*	at ppb? bus ?
88
89pchb*	at pci? dev ? function ?	# PCI host bridge
90pcib*	at pci? dev ? function ?	# Winbond 83c553 PCI-ISA bridges
91
92isa*	at pcib?			# ISA on PCI-ISA bridge
93
94#pciide* at pci? dev ? function ?	# Winbond/Symphony IDE interface
95
96vga*	at pci? dev ? function ?
97
98ex*	at pci? dev ? function ?	# 3Com 90x[B]
99sip*	at pci? dev ? function ?	# SiS 900 Ethernet
100
101ukphy*	at mii? phy ?			# generic unknown PHYs
102exphy*	at mii? phy ?			# 3Com internal PHYs
103
104pckbc0		at isa?			# PS/2 keyboard controller
105pckbd*		at pckbc?		# PC keyboard
106pms*		at pckbc?		# PS/2 mouse for wsmouse
107pmsi*		at pckbc?		# PS/2 "Intelli"mouse for wsmouse
108wsdisplay*	at vga? console ?
109wskbd* 		at pckbd? console ?
110wsmouse* 	at pms? mux 0
111wsmouse* 	at pmsi? mux 0
112
113com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
114com1	at isa? port 0x2f8 irq 3
115
116lpt0	at isa? port 0x278 irq 7	# standard PC parallel ports
117
118fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
119fd*	at fdc? drive ?			# the drives themselves
120
121adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
122dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
123siop*	at pci? dev ? function ?	# NCR/Symbios 53c8xx SCSI
124scsibus* at adw?
125scsibus* at dpt?
126scsibus* at siop?
127
128sd*	at scsibus? target ? lun ?	# SCSI disk drives
129#st*	at scsibus? target ? lun ?	# SCSI tape drives
130#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
131#ch*	at scsibus? target ? lun ?	# SCSI autochangers
132#ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
133#ss*	at scsibus? target ? lun ?	# SCSI scanners
134#uk*	at scsibus? target ? lun ?	# SCSI unknown
135