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