PMPPC revision 1.42 1 # $NetBSD: PMPPC,v 1.42 2017/09/14 07:58:40 mrg Exp $
2 #
3 # PMPPC
4 #
5
6 include "arch/evbppc/conf/std.pmppc"
7
8 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9
10 ident "PMPPC"
11
12 #options BOOTHOWTO=RB_SINGLE
13 options BOOTHOWTO=0
14 options MSGBUFSIZE=0x10000
15
16 maxusers 32
17
18 options INSECURE # disable kernel security levels
19 options NTP # NTP phase/frequency locked loop
20 options KTRACE # system call tracing via ktrace(1)
21
22 options SYSVMSG # System V message queues
23 options SYSVSEM # System V semaphores
24 options SYSVSHM # System V shared memory
25
26 options USERCONF # userconf(4) support
27 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
28 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
29
30 # Diagnostic/debugging support options
31 options DIAGNOSTIC # cheap kernel consistency checks
32 #options DEBUG # expensive debugging checks/support
33 options DDB # in-kernel debugger
34 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
35 #options TRAP_PANICWAIT
36 makeoptions COPY_SYMTAB=1 # size for embedded symbol table
37
38 #options KGDB # remote debugger
39 #options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0xff600400,KGDB_DEVRATE=9600
40 #makeoptions DEBUG="-g" # compile full symbol table
41
42 # Compatibility options
43 include "conf/compat_netbsd50.config"
44 #options COMPAT_386BSD_MBRPART # recognize old partition ID
45
46 # File systems
47 file-system FFS # UFS
48 file-system EXT2FS # second extended file system (linux)
49 file-system LFS # log-structured file system
50 file-system MFS # memory file system
51 file-system NFS # Network File System client
52 file-system CD9660 # ISO 9660 + Rock Ridge file system
53 file-system MSDOSFS # MS-DOS file system
54 file-system FDESC # /dev/fd
55 file-system KERNFS # /kern
56 file-system NULLFS # loopback file system
57 file-system OVERLAY # overlay file system
58 file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
59 file-system PROCFS # /proc
60 file-system TMPFS # efficient memory file system
61 file-system UMAPFS # NULLFS + uid and gid remapping
62 file-system UNION # union file system
63 file-system PTYFS # /dev/pts/N support
64
65 # File system options
66 #options QUOTA # legacy UFS quotas
67 #options QUOTA2 # new, in-filesystem UFS quotas
68 #options DISKLABEL_EI # disklabel Endian Independent support
69 options FFS_EI # FFS Endian Independent support
70 options WAPBL # File system journaling support
71 #options NFSSERVER # Network File System server
72 #options FFS_NO_SNAPSHOT # No FFS snapshot support
73 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
74 # immutable) behave as system flags.
75
76 options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
77 options NFS_BOOT_RWSIZE=1024
78
79 # Networking options
80 options GATEWAY # packet forwarding
81 options INET # IP + ICMP + TCP + UDP
82 options INET6 # IPV6
83 options IPSEC # IP security
84 #options IPSEC_DEBUG # debug for IP security
85 options MROUTING # IP multicast routing
86 options PIM # Protocol Independent Multicast
87 #options NETATALK # AppleTalk networking protocols
88 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
89 #options PPP_DEFLATE # Deflate compression support for PPP
90 #options PPP_FILTER # Active filter support for PPP (requires bpf)
91 #options IPFILTER_LOG # ipmon(8) log support
92 #options IPFILTER_LOOKUP # ippool(8) support
93 #options IPFILTER_COMPAT # Compat for IP-Filter
94 #options IPFILTER_DEFAULT_BLOCK # block all packets by default
95 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
96
97 # These options enable verbose messages for several subsystems.
98 # Warning, these may compile large string tables into the kernel!
99 options PCIVERBOSE # verbose PCI device autoconfig messages
100 options MIIVERBOSE # verbose PHY autoconfig messages
101 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
102 #options SCSIVERBOSE # human readable SCSI error messages
103 #options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to configure PCI devices
104 #options PCI_CONFIGURE_VERBOSE # Show PCI config information
105 options USBVERBOSE # verbose USB device autoconfig messages
106
107 # Kernel root file system and dump configuration.
108 #config netbsd root on ? type ?
109 config netbsd root on cs0 type nfs
110
111 #
112 # Device configuration
113 #
114
115 mainbus0 at root
116
117 cpu0 at mainbus0
118
119 # CPC700 controller
120 cpc0 at mainbus0
121
122 # RTC DS17485
123 rtc0 at mainbus0 addr 0x7ff00000
124
125 # Cirrus Logic Crystal CS89x0 Ethernet
126 cs0 at mainbus0 addr 0x7fe00000
127
128 # flash driver not implemented
129 #pmflash0 at mainbus0 addr 0x70000000
130
131 # UARTs
132 com0 at cpc0 addr 0xff600300
133 com1 at cpc0 addr 0xff600400
134
135 # cpctim driver not implemented
136 cpctim0 at cpc0 addr 0xff650000
137 # cpciic driver not implemented
138 cpciic0 at cpc0 addr 0xff620000
139 cpciic1 at cpc0 addr 0xff630000
140
141 # CPC700 integrated PCI bridge
142 pci* at cpc0
143 pchb* at pci?
144
145 pci* at pchb?
146 pci* at ppb? bus ?
147 ppb* at pci? dev ? function ? # PCI-PCI bridges
148
149 puc* at pci? dev ? function ? # PCI "universal" comm. cards
150
151 # PCI PCMCIA controllers
152 #pcic0 at pci? dev? function ?
153
154 # CardBus bridge support
155 #cbb* at pci? dev ? function ?
156 #cardslot* at cbb?
157
158 # CardBus bus support
159 #cardbus* at cardslot?
160 #pcmcia* at cardslot?
161
162 vga* at pci? dev ? function ?
163 wsdisplay* at vga? console ?
164
165 wsmouse* at wsmousedev? mux 0
166 wskbd* at wskbddev? mux 1
167
168 # PCI serial interfaces
169 com* at puc? port ? # 16x50s on "universal" comm boards
170 cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards
171 cz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards
172
173 # I2O devices
174 iop* at pci? dev ? function ? # I/O processor
175 iopsp* at iop? tid ? # SCSI/FC-AL ports
176 ld* at iop? tid ? # block devices
177 #dpti* at iop? tid 0 # DPT/Adaptec control interface
178
179
180 # SCSI Controllers and Devices
181
182 # PCI SCSI controllers
183 adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
184 adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
185 ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
186 bha* at pci? dev ? function ? # BusLogic 9xx SCSI
187 dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
188 iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
189 isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel
190 mly* at pci? dev ? function ? # Mylex AcceleRAID and eXtremeRAID
191 pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
192 siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
193 #options SIOP_SYMLED # drive the act. LED in software
194 trm* at pci? dev ? function ? # Tekram DC-395U/UW/F, DC-315/U SCSI
195
196 # SCSI bus support
197 scsibus* at scsi? channel ?
198
199 # SCSI devices
200 sd* at scsibus? target ? lun ? # SCSI disk drives
201 st* at scsibus? target ? lun ? # SCSI tape drives
202 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
203 ch* at scsibus? target ? lun ? # SCSI autochangers
204 ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
205 ss* at scsibus? target ? lun ? # SCSI scanners
206 uk* at scsibus? target ? lun ? # SCSI unknown
207
208
209 # RAID controllers and devices
210 #aac* at pci? dev ? function ? # Adaptec AAC family
211 cac* at pci? dev ? function ? # Compaq PCI array controllers
212 icp* at pci? dev ? function ? # ICP-Vortex GDT & Intel RAID
213 mlx* at pci? dev ? function ? # Mylex DAC960 & DEC SWXCR family
214 twe* at pci? dev ? function ? # 3ware Escalade RAID controllers
215
216 #ld* at aac? unit ? # logical disk devices
217 ld* at cac? unit ?
218 ld* at icp? unit ?
219 ld* at twe? unit ?
220 ld* at mlx? unit ?
221
222 icpsp* at icp? unit ? # SCSI pass-through
223 #scsibus* at icpsp?
224
225 # Network Interfaces
226
227 # PCI network interfaces
228 an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
229 en* at pci? dev ? function ? # ENI/Adaptec ATM
230 ep* at pci? dev ? function ? # 3Com 3c59x
231 epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
232 esh* at pci? dev ? function ? # Essential HIPPI card
233 ex* at pci? dev ? function ? # 3Com 90x[BC]
234 fpa* at pci? dev ? function ? # DEC DEFPA FDDI
235 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
236 gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet
237 #hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ
238 le* at pci? dev ? function ? # PCnet-PCI Ethernet
239 lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
240 ne* at pci? dev ? function ? # NE2000-compatible Ethernet
241 ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial
242 pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet
243 rtk* at pci? dev ? function ? # Realtek 8129/8139
244 sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
245 sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
246 ste* at pci? dev ? function ? # Sundance ST-201 Ethernet
247 stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit
248 ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet
249 tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
250 tlp* at pci? dev ? function ? # DECchip 21x4x and clones
251 vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
252 wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b)
253 wm* at pci? dev ? function ? # Intel 82543/82544 gigabit
254
255 # MII/PHY support
256 acphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs
257 amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
258 bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
259 brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
260 dmphy* at mii? phy ? # Davicom DM9101 PHYs
261 exphy* at mii? phy ? # 3Com internal PHYs
262 glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
263 gphyter* at mii? phy ? # NS83861 Gig-E PHY
264 icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
265 ikphy* at mii? phy ? # Intel 82563 PHYs
266 inphy* at mii? phy ? # Intel 82555 PHYs
267 iophy* at mii? phy ? # Intel 82553 PHYs
268 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
269 makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
270 nsphy* at mii? phy ? # NS83840 PHYs
271 nsphyter* at mii? phy ? # NS83843 PHYs
272 pnaphy* at mii? phy ? # generic HomePNA PHYs
273 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
274 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
275 tlphy* at mii? phy ? # ThunderLAN PHYs
276 tqphy* at mii? phy ? # TDK Semiconductor PHYs
277 ukphy* at mii? phy ? # generic unknown PHYs
278 urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
279
280
281 # USB Controller and Devices
282
283 # PCI USB controllers
284 # The EHCI is not ready for prime time.
285 #ehci* at pci? dev ? function ? # Enhanced Host Controller
286 ohci* at pci? dev ? function ? # Open Host Controller
287 uhci* at pci? dev ? function ? # Universal Host Controller (Intel)
288
289 # CardBus USB controllers
290 #ehci* at cardbus? function ? # Enhanced Host Controller
291 #ohci* at cardbus? function ? # Open Host Controller
292
293 # USB bus support
294 #usb* at ehci?
295 usb* at ohci?
296 usb* at uhci?
297
298 # USB Hubs
299 uhub* at usb?
300 uhub* at uhub? port ?
301
302 # USB HID device
303 uhidev* at uhub? port ? configuration ? interface ?
304
305 # USB Mice
306 ums* at uhidev? reportid ?
307
308 # USB Keyboards
309 ukbd* at uhidev? reportid ?
310
311 # USB serial adapter
312 ucycom* at uhidev? reportid ?
313
314 # USB Generic HID devices
315 uhid* at uhidev? reportid ?
316
317 # USB Printer
318 ulpt* at uhub? port ? configuration ? interface ?
319
320 # USB Modem
321 umodem* at uhub? port ? configuration ?
322 ucom* at umodem?
323
324 # Option N.V. Wireless WAN modems
325 uhso* at uhub? port ? configuration ?
326
327 # USB Mass Storage
328 umass* at uhub? port ? configuration ? interface ?
329 #wd* at umass?
330
331 # USB audio
332 uaudio* at uhub? port ? configuration ?
333
334 # USB MIDI
335 umidi* at uhub? port ? configuration ?
336 midi* at midibus?
337
338 # USB IrDA
339 # USB-IrDA bridge spec
340 uirda* at uhub? port ? configuration ? interface ?
341 irframe* at uirda?
342
343 # SigmaTel STIr4200 USB/IrDA Bridge
344 ustir* at uhub? port ?
345 irframe* at ustir?
346
347 # USB Ethernet adapters
348 aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
349 axe* at uhub? port ? # ASIX AX88172 based adapters
350 cue* at uhub? port ? # CATC USB-EL1201A based adapters
351 kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
352 url* at uhub? port ? # Realtek RTL8150L based adapters
353
354 # Prolific PL2301/PL2302 host-to-host adapter
355 upl* at uhub? port ?
356
357 # Serial adapters
358 uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
359 ucom* at uftdi? portno ?
360
361 umct* at uhub? port ? # MCT USB-RS232 serial adapter
362 ucom* at umct? portno ?
363
364 uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
365 ucom* at uplcom? portno ?
366
367 uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
368 ucom* at uvscom? portno ?
369
370 # Diamond Multimedia Rio 500
371 urio* at uhub? port ?
372
373 # USB Handspring Visor
374 uvisor* at uhub? port ?
375 ucom* at uvisor?
376
377 # Kyocera AIR-EDGE PHONE
378 #ukyopon* at uhub? port ?
379 #ucom* at ukyopon? portno ?
380
381 # USB scanners
382 #uscanner* at uhub? port ?
383
384 # USB scanners that use SCSI emulation, e.g., HP5300
385 usscanner* at uhub? port ?
386 #scsibus* at usscanner? channel ?
387
388 # Y@P firmware loader
389 uyap* at uhub? port ?
390
391 # D-Link DSB-R100 USB radio
392 udsbr* at uhub? port ?
393
394 # USB Generic driver
395 ugen* at uhub? port ?
396
397 # PCI audio devices
398 auich* at pci? dev ? function ? # Intel ICH integrated AC'97 Audio
399 autri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio
400 auvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio
401 clcs* at pci? dev ? function ? # Cirrus Logic CS4280
402 clct* at pci? dev ? function ? # Cirrus Logic CS4281
403 cmpci* at pci? dev ? function ? # C-Media CMI8338/8738
404 eap* at pci? dev ? function ? # Ensoniq AudioPCI
405 emuxki* at pci? dev ? function ? # Creative SBLive! and PCI512
406 esa* at pci? dev ? function ? # ESS Allegro-1 / Maestro-3 PCI Audio
407 esm* at pci? dev ? function ? # ESS Maestro-1/2/2e PCI Audio Accelerator
408 eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
409 fms* at pci? dev ? function ? # Forte Media FM801
410 neo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio
411 sv* at pci? dev ? function ? # S3 SonicVibes
412 yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio
413
414 # Radio support
415 radio* at radiodev?
416
417 # Audio support
418 audio* at audiobus?
419
420 spkr* at audio? # PC speaker (synthesized)
421
422 pseudo-device vnd # disk-like interface to files
423 #pseudo-device fss # file system snapshot device
424 #pseudo-device cgd # cryptographic disk devices
425 #pseudo-device md # memory disk device
426 pseudo-device loop # network loopback
427 pseudo-device bpfilter # packet filter
428 pseudo-device ipfilter # IP filter (firewall) and NAT
429 pseudo-device ppp # Point-to-Point Protocol
430 pseudo-device sl # Serial Line IP
431 pseudo-device tun # network tunneling over tty
432 pseudo-device gre # generic L3 over IP tunnel
433 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
434 #pseudo-device faith # IPv[46] tcp relay translation i/f
435 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
436 pseudo-device vlan # IEEE 802.1q encapsulation
437 pseudo-device pty # pseudo-terminals
438 pseudo-device clockctl # user control of clock subsystem
439 pseudo-device putter # for puffs and pud
440 pseudo-device ksyms
441
442 # wscons pseudo-devices
443 pseudo-device wsmux # mouse & keyboard multiplexor
444 pseudo-device wsfont
445
446