10Sstevel@tonic-gate#	$NetBSD: files.pmppc,v 1.8 2021/04/24 23:36:36 thorpej Exp $
20Sstevel@tonic-gate#
30Sstevel@tonic-gate#
40Sstevel@tonic-gatemaxpartitions 16
51605Spetede
61605Spetedemaxusers 2 8 64
70Sstevel@tonic-gate
80Sstevel@tonic-gateinclude "arch/powerpc/pic/files.pic"
90Sstevel@tonic-gate
100Sstevel@tonic-gatefile	arch/evbppc/pmppc/autoconf.c
110Sstevel@tonic-gatefile	arch/powerpc/powerpc/clock.c
120Sstevel@tonic-gatefile	arch/evbppc/pmppc/pic_cpc700.c
130Sstevel@tonic-gatefile	arch/evbppc/pmppc/machdep.c
140Sstevel@tonic-gate
150Sstevel@tonic-gate#
160Sstevel@tonic-gate# Machine-independent SCSI drivers
170Sstevel@tonic-gate#
180Sstevel@tonic-gateinclude "dev/scsipi/files.scsipi"
190Sstevel@tonic-gate
200Sstevel@tonic-gate#
210Sstevel@tonic-gate# Machine-independent ATA drivers
2210207SJames.McPherson@Sun.COM#
230Sstevel@tonic-gate
240Sstevel@tonic-gateinclude "dev/ata/files.ata"
250Sstevel@tonic-gate
260Sstevel@tonic-gate#
270Sstevel@tonic-gate# Memory Disk for install floppy
280Sstevel@tonic-gate#
290Sstevel@tonic-gatefile dev/md_root.c	memory_disk_hooks
300Sstevel@tonic-gate
310Sstevel@tonic-gate#
320Sstevel@tonic-gate# System bus types
330Sstevel@tonic-gate#
340Sstevel@tonic-gatedefine	mainbus { [addr=-1], [irq=-1] }
350Sstevel@tonic-gatedevice	mainbus: mainbus
360Sstevel@tonic-gateattach	mainbus at root
370Sstevel@tonic-gatedevice	cpu
380Sstevel@tonic-gateattach	cpu at mainbus
390Sstevel@tonic-gatefile	arch/evbppc/pmppc/mainbus.c		mainbus | cpu	needs-flag
400Sstevel@tonic-gate
410Sstevel@tonic-gateattach	cs at mainbus with cs_mainbus
420Sstevel@tonic-gatefile	arch/evbppc/pmppc/dev/if_cs_mainbus.c		cs_mainbus
430Sstevel@tonic-gate
440Sstevel@tonic-gatedevice	rtc : mc146818
450Sstevel@tonic-gateattach	rtc at mainbus
460Sstevel@tonic-gatefile	arch/evbppc/pmppc/dev/ds17485.c		rtc
470Sstevel@tonic-gate
480Sstevel@tonic-gatedevice	pmflash
490Sstevel@tonic-gateattach	pmflash at mainbus
500Sstevel@tonic-gatefile	arch/evbppc/pmppc/dev/flash.c			pmflash
510Sstevel@tonic-gate
520Sstevel@tonic-gateattach	cpc at mainbus with cpc_mainbus
530Sstevel@tonic-gatefile	arch/evbppc/pmppc/dev/cpc_mainbus.c		cpc_mainbus
540Sstevel@tonic-gate
550Sstevel@tonic-gateinclude "dev/i2o/files.i2o"
560Sstevel@tonic-gateinclude "dev/pci/files.pci"
570Sstevel@tonic-gateinclude "dev/pci/files.agp"
580Sstevel@tonic-gatefile	arch/powerpc/pci/pci_machdep_common.c		pci
590Sstevel@tonic-gatefile	arch/powerpc/pci/pci_module.c			pci & modular
600Sstevel@tonic-gatefile	arch/powerpc/pci/pciconf_indirect.c		pci
610Sstevel@tonic-gatefile	arch/evbppc/pmppc/pci/pci_machdep.c		pci
620Sstevel@tonic-gate
630Sstevel@tonic-gatedevice	pchb: pcibus
640Sstevel@tonic-gateattach	pchb at pci
650Sstevel@tonic-gatefile	arch/powerpc/pci/pchb.c				pchb
660Sstevel@tonic-gate
670Sstevel@tonic-gateinclude	"dev/usb/files.usb"
680Sstevel@tonic-gate