1 # $NetBSD: PMPPC,v 1.10 2009/12/05 20:11:14 pooka Exp $
6 include "arch/evbppc/conf/std.pmppc"
8 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
12 #options BOOTHOWTO=RB_SINGLE
14 options MSGBUFSIZE=0x10000
18 options INSECURE # disable kernel security levels
19 options NTP # NTP phase/frequency locked loop
20 options KTRACE # system call tracing via ktrace(1)
22 options SYSVMSG # System V message queues
23 options SYSVSEM # System V semaphores
24 options SYSVSHM # System V shared memory
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
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 options SYMTAB_SPACE=524288 # size for embedded symbol table
38 #options KGDB # remote debugger
39 #options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0xff600400,KGDB_DEVRATE=9600
40 #makeoptions DEBUG="-g" # compile full symbol table
42 # Compatibility options
43 #options COMPAT_09 # NetBSD 0.9,
44 #options COMPAT_10 # NetBSD 1.0,
45 #options COMPAT_11 # NetBSD 1.1,
46 #options COMPAT_12 # NetBSD 1.2,
47 #options COMPAT_13 # NetBSD 1.3,
48 #options COMPAT_14 # NetBSD 1.4,
49 #options COMPAT_15 # NetBSD 1.5,
50 #options COMPAT_16 # NetBSD 1.6,
51 #options COMPAT_20 # NetBSD 2.0,
52 #options COMPAT_30 # NetBSD 3.0,
53 #options COMPAT_40 # NetBSD 4.0,
54 #options COMPAT_50 # NetBSD 5.0 compatibility.
55 #options COMPAT_43 # and 4.3BSD
56 #options COMPAT_386BSD_MBRPART # recognize old partition ID
57 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
58 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
62 file-system EXT2FS # second extended file system (linux)
63 file-system LFS # log-structured file system
64 file-system MFS # memory file system
65 file-system NFS # Network File System client
66 file-system CD9660 # ISO 9660 + Rock Ridge file system
67 file-system MSDOSFS # MS-DOS file system
68 file-system FDESC # /dev/fd
69 file-system KERNFS # /kern
70 file-system NULLFS # loopback file system
71 file-system OVERLAY # overlay file system
72 file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
73 file-system PROCFS # /proc
74 file-system UMAPFS # NULLFS + uid and gid remapping
75 file-system UNION # union file system
76 file-system PTYFS # /dev/pts/N support
79 #options QUOTA # UFS quotas
80 #options FFS_EI # FFS Endian Independant support
81 options WAPBL # File system journaling support - Experimental
82 #options NFSSERVER # Network File System server
83 #options FFS_NO_SNAPSHOT # No FFS snapshot support
84 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
85 # immutable) behave as system flags.
87 options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
88 options NFS_BOOT_RWSIZE=1024
91 options GATEWAY # packet forwarding
92 options INET # IP + ICMP + TCP + UDP
94 options IPSEC # IP security
95 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
96 #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
97 #options IPSEC_DEBUG # debug for IP security
98 options MROUTING # IP multicast routing
99 options PIM # Protocol Independent Multicast
100 #options ISO,TPIP # OSI
101 #options EON # OSI tunneling over IP
102 #options NETATALK # AppleTalk networking protocols
103 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
104 #options PPP_DEFLATE # Deflate compression support for PPP
105 #options PPP_FILTER # Active filter support for PPP (requires bpf)
106 #options PFIL_HOOKS # pfil(9) packet filter hooks
107 #options IPFILTER_LOG # ipmon(8) log support
108 #options IPFILTER_LOOKUP # ippool(8) support
109 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
110 #options NMBCLUSTERS=1024
112 # These options enable verbose messages for several subsystems.
113 # Warning, these may compile large string tables into the kernel!
114 options PCIVERBOSE # verbose PCI device autoconfig messages
115 options MIIVERBOSE # verbose PHY autoconfig messages
116 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
117 #options SCSIVERBOSE # human readable SCSI error messages
118 #options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to configure PCI devices
119 #options PCI_CONFIGURE_VERBOSE # Show PCI config information
120 options USBVERBOSE # verbose USB device autoconfig messages
122 # Kernel root file system and dump configuration.
123 #config netbsd root on ? type ?
124 config netbsd root on cs0 type nfs
127 # Device configuration
138 rtc0 at mainbus0 addr 0x7ff00000
140 # Cirrus Logic Crystal CS89x0 Ethernet
141 cs0 at mainbus0 addr 0x7fe00000
143 # flash driver not implemented
144 flash0 at mainbus0 addr 0x70000000
147 com0 at cpc0 addr 0xff600300
148 com1 at cpc0 addr 0xff600400
150 # cpctim driver not implemented
151 cpctim0 at cpc0 addr 0xff650000
152 # cpciic driver not implemented
153 cpciic0 at cpc0 addr 0xff620000
154 cpciic1 at cpc0 addr 0xff630000
156 # CPC700 integrated PCI bridge
162 ppb* at pci? dev ? function ? # PCI-PCI bridges
164 puc* at pci? dev ? function ? # PCI "universal" comm. cards
166 # PCI PCMCIA controllers
167 #pcic0 at pci? dev? function ?
169 # CardBus bridge support
170 #cbb* at pci? dev ? function ?
173 # CardBus bus support
174 #cardbus* at cardslot?
175 #pcmcia* at cardslot?
177 vga* at pci? dev ? function ?
178 wsdisplay* at vga? console ?
180 wsmouse* at wsmousedev? mux 0
181 wskbd* at wskbddev? mux 1
183 # PCI serial interfaces
184 com* at puc? port ? # 16x50s on "universal" comm boards
185 cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards
186 cz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards
189 iop* at pci? dev ? function ? # I/O processor
190 iopsp* at iop? tid ? # SCSI/FC-AL ports
191 ld* at iop? tid ? # block devices
192 #dpti* at iop? tid 0 # DPT/Adaptec control interface
195 # SCSI Controllers and Devices
197 # PCI SCSI controllers
198 adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
199 adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
200 ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
201 bha* at pci? dev ? function ? # BusLogic 9xx SCSI
202 dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
203 iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
204 isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel
205 mly* at pci? dev ? function ? # Mylex AcceleRAID and eXtremeRAID
206 pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
207 siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
208 #options SIOP_SYMLED # drive the act. LED in software
209 trm* at pci? dev ? function ? # Tekram DC-395U/UW/F, DC-315/U SCSI
212 scsibus* at scsi? channel ?
215 sd* at scsibus? target ? lun ? # SCSI disk drives
216 st* at scsibus? target ? lun ? # SCSI tape drives
217 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
218 ch* at scsibus? target ? lun ? # SCSI autochangers
219 ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
220 ss* at scsibus? target ? lun ? # SCSI scanners
221 uk* at scsibus? target ? lun ? # SCSI unknown
224 # RAID controllers and devices
225 #aac* at pci? dev ? function ? # Adaptec AAC family
226 cac* at pci? dev ? function ? # Compaq PCI array controllers
227 icp* at pci? dev ? function ? # ICP-Vortex GDT & Intel RAID
228 mlx* at pci? dev ? function ? # Mylex DAC960 & DEC SWXCR family
229 twe* at pci? dev ? function ? # 3ware Escalade RAID controllers
231 #ld* at aac? unit ? # logical disk devices
237 icpsp* at icp? unit ? # SCSI pass-through
242 # PCI network interfaces
243 an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
244 en* at pci? dev ? function ? # ENI/Adaptec ATM
245 ep* at pci? dev ? function ? # 3Com 3c59x
246 epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
247 esh* at pci? dev ? function ? # Essential HIPPI card
248 ex* at pci? dev ? function ? # 3Com 90x[BC]
249 fpa* at pci? dev ? function ? # DEC DEFPA FDDI
250 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
251 gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet
252 #hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ
253 le* at pci? dev ? function ? # PCnet-PCI Ethernet
254 lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
255 ne* at pci? dev ? function ? # NE2000-compatible Ethernet
256 ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial
257 pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet
258 rtk* at pci? dev ? function ? # Realtek 8129/8139
259 sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
260 sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
261 ste* at pci? dev ? function ? # Sundance ST-201 Ethernet
262 stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit
263 ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet
264 tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
265 tlp* at pci? dev ? function ? # DECchip 21x4x and clones
266 vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
267 wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b)
268 wm* at pci? dev ? function ? # Intel 82543/82544 gigabit
271 acphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs
272 amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
273 bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
274 brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
275 dmphy* at mii? phy ? # Davicom DM9101 PHYs
276 exphy* at mii? phy ? # 3Com internal PHYs
277 glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
278 gphyter* at mii? phy ? # NS83861 Gig-E PHY
279 icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
280 ikphy* at mii? phy ? # Intel 82563 PHYs
281 inphy* at mii? phy ? # Intel 82555 PHYs
282 iophy* at mii? phy ? # Intel 82553 PHYs
283 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
284 makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
285 nsphy* at mii? phy ? # NS83840 PHYs
286 nsphyter* at mii? phy ? # NS83843 PHYs
287 pnaphy* at mii? phy ? # generic HomePNA PHYs
288 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
289 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
290 tlphy* at mii? phy ? # ThunderLAN PHYs
291 tqphy* at mii? phy ? # TDK Semiconductor PHYs
292 ukphy* at mii? phy ? # generic unknown PHYs
293 urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
296 # USB Controller and Devices
298 # PCI USB controllers
299 # The EHCI is not ready for prime time.
300 #ehci* at pci? dev ? function ? # Enhanced Host Controller
301 ohci* at pci? dev ? function ? # Open Host Controller
302 uhci* at pci? dev ? function ? # Universal Host Controller (Intel)
304 # CardBus USB controllers
305 #ehci* at cardbus? function ? # Enhanced Host Controller
306 #ohci* at cardbus? function ? # Open Host Controller
315 uhub* at uhub? port ?
318 uhidev* at uhub? port ? configuration ? interface ?
321 ums* at uhidev? reportid ?
324 ukbd* at uhidev? reportid ?
327 ucycom* at uhidev? reportid ?
329 # USB Generic HID devices
330 uhid* at uhidev? reportid ?
333 ulpt* at uhub? port ? configuration ? interface ?
336 umodem* at uhub? port ? configuration ?
340 umass* at uhub? port ? configuration ? interface ?
344 uaudio* at uhub? port ? configuration ?
347 umidi* at uhub? port ? configuration ?
350 # USB-IrDA bridge spec
351 uirda* at uhub? port ? configuration ? interface ?
354 # SigmaTel STIr4200 USB/IrDA Bridge
355 ustir* at uhub? port ?
358 # USB Ethernet adapters
359 aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
360 axe* at uhub? port ? # ASIX AX88172 based adapters
361 cue* at uhub? port ? # CATC USB-EL1201A based adapters
362 kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
363 url* at uhub? port ? # Realtek RTL8150L based adapters
365 # Prolific PL2301/PL2302 host-to-host adapter
369 uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
370 ucom* at uftdi? portno ?
372 umct* at uhub? port ? # MCT USB-RS232 serial adapter
373 ucom* at umct? portno ?
375 uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
376 ucom* at uplcom? portno ?
378 uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
379 ucom* at uvscom? portno ?
381 # Diamond Multimedia Rio 500
382 urio* at uhub? port ?
384 # USB Handspring Visor
385 uvisor* at uhub? port ?
388 # Kyocera AIR-EDGE PHONE
389 #ukyopon* at uhub? port ?
390 #ucom* at ukyopon? portno ?
393 uscanner* at uhub? port ?
395 # USB scanners that use SCSI emulation, e.g., HP5300
396 usscanner* at uhub? port ?
397 #scsibus* at usscanner? channel ?
399 # Y@P firmware loader
400 uyap* at uhub? port ?
402 # D-Link DSB-R100 USB radio
403 udsbr* at uhub? port ?
406 ugen* at uhub? port ?
409 auich* at pci? dev ? function ? # Intel ICH integrated AC'97 Audio
410 autri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio
411 auvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio
412 clcs* at pci? dev ? function ? # Cirrus Logic CS4280
413 clct* at pci? dev ? function ? # Cirrus Logic CS4281
414 cmpci* at pci? dev ? function ? # C-Media CMI8338/8738
415 eap* at pci? dev ? function ? # Ensoniq AudioPCI
416 emuxki* at pci? dev ? function ? # Creative SBLive! and PCI512
417 esa* at pci? dev ? function ? # ESS Allegro-1 / Maestro-3 PCI Audio
418 esm* at pci? dev ? function ? # ESS Maestro-1/2/2e PCI Audio Accelerator
419 eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
420 fms* at pci? dev ? function ? # Forte Media FM801
421 neo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio
422 sv* at pci? dev ? function ? # S3 SonicVibes
423 yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio
431 pseudo-device vnd # disk-like interface to files
432 #pseudo-device fss 4 # file system snapshot device
433 #pseudo-device cgd 4 # cryptographic disk devices
434 #pseudo-device md 1 # memory disk device
435 pseudo-device loop # network loopback
436 pseudo-device bpfilter # packet filter
437 pseudo-device ipfilter # IP filter (firewall) and NAT
438 pseudo-device ppp # Point-to-Point Protocol
439 pseudo-device sl # Serial Line IP
440 pseudo-device tun # network tunneling over tty
441 pseudo-device gre # generic L3 over IP tunnel
442 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
443 #pseudo-device faith # IPv[46] tcp relay translation i/f
444 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
445 pseudo-device vlan # IEEE 802.1q encapsulation
446 pseudo-device pty # pseudo-terminals
447 pseudo-device rnd # /dev/random and in-kernel generator
448 pseudo-device clockctl # user control of clock subsystem
449 pseudo-device putter # for puffs and pud
451 # wscons pseudo-devices
452 pseudo-device wsmux # mouse & keyboard multiplexor