127 lines
3.0 KiB
Plaintext
127 lines
3.0 KiB
Plaintext
|
#
|
||
|
# First try for macppc-specific configuration info
|
||
|
#
|
||
|
maxpartitions 16
|
||
|
|
||
|
maxusers 2 8 64
|
||
|
|
||
|
file arch/macppc/macppc/autoconf.c
|
||
|
file arch/macppc/macppc/clock.c
|
||
|
file arch/macppc/macppc/conf.c
|
||
|
file arch/macppc/macppc/disksubr.c disk
|
||
|
file arch/macppc/macppc/extintr.c
|
||
|
file arch/macppc/macppc/machdep.c
|
||
|
file arch/macppc/macppc/vm_machdep.c
|
||
|
file arch/macppc/dev/dbdma.c
|
||
|
|
||
|
file arch/powerpc/powerpc/Locore.c
|
||
|
file arch/powerpc/powerpc/bcopy.c
|
||
|
file arch/powerpc/powerpc/copyinstr.c
|
||
|
file arch/powerpc/powerpc/copyoutstr.c
|
||
|
file arch/powerpc/powerpc/copystr.c
|
||
|
file arch/powerpc/powerpc/fpu.c
|
||
|
file arch/powerpc/powerpc/fubyte.c
|
||
|
file arch/powerpc/powerpc/fuswintr.c
|
||
|
file arch/powerpc/powerpc/in_cksum.c
|
||
|
file arch/powerpc/powerpc/ipkdb_glue.c ipkdb
|
||
|
file arch/powerpc/powerpc/mem.c
|
||
|
file arch/powerpc/powerpc/ofw_machdep.c
|
||
|
file arch/powerpc/powerpc/ofwmagic.S
|
||
|
file arch/powerpc/powerpc/openfirm.c
|
||
|
file arch/powerpc/powerpc/pmap.c
|
||
|
file arch/powerpc/powerpc/process_machdep.c
|
||
|
file arch/powerpc/powerpc/subyte.c
|
||
|
file arch/powerpc/powerpc/suword.c
|
||
|
file arch/powerpc/powerpc/suswintr.c
|
||
|
file arch/powerpc/powerpc/sys_machdep.c
|
||
|
file arch/powerpc/powerpc/trap.c
|
||
|
file arch/powerpc/powerpc/setjmp.S ddb
|
||
|
file arch/powerpc/powerpc/db_memrw.c ddb
|
||
|
file arch/powerpc/powerpc/db_disasm.c ddb
|
||
|
file arch/powerpc/powerpc/db_interface.c ddb
|
||
|
file arch/powerpc/powerpc/db_trace.c ddb
|
||
|
file dev/cons.c
|
||
|
|
||
|
# Firmworks OpenFirmware Bug Workarounds
|
||
|
file arch/powerpc/powerpc/ofwreal.S firmworksbugs
|
||
|
|
||
|
#
|
||
|
# Machine-independent SCSI drivers
|
||
|
#
|
||
|
include "dev/scsipi/files.scsipi"
|
||
|
major {sd = 4}
|
||
|
major {st = 5}
|
||
|
major {cd = 6}
|
||
|
|
||
|
#
|
||
|
# Generic OpenFrimware device support
|
||
|
#
|
||
|
#include "dev/ofw/files.ofw"
|
||
|
#major {ofdisk = 0}
|
||
|
|
||
|
#
|
||
|
# System bus types
|
||
|
#
|
||
|
define mainbus {}
|
||
|
device mainbus: pcibus, mainbus
|
||
|
attach mainbus at root
|
||
|
file arch/macppc/macppc/mainbus.c mainbus
|
||
|
|
||
|
device cpu
|
||
|
attach cpu at mainbus
|
||
|
file arch/macppc/macppc/cpu.c
|
||
|
|
||
|
include "dev/pci/files.pci"
|
||
|
|
||
|
file arch/macppc/pci/pci_machdep.c pci
|
||
|
file arch/macppc/pci/bandit.c pci
|
||
|
|
||
|
# PCI-Host bridge chipsets
|
||
|
device pchb
|
||
|
attach pchb at pci
|
||
|
file arch/macppc/pci/pchb.c pchb
|
||
|
|
||
|
device obio {}
|
||
|
attach obio at pci
|
||
|
file arch/macppc/dev/obio.c obio
|
||
|
|
||
|
device esp: scsi, ncr53c9x
|
||
|
attach esp at obio
|
||
|
file arch/macppc/dev/esp.c esp
|
||
|
|
||
|
device mc: ifnet, ether, arp
|
||
|
attach mc at obio
|
||
|
file arch/macppc/dev/if_mc.c mc
|
||
|
file arch/macppc/dev/am79c950.c mc
|
||
|
|
||
|
device zsc {channel = -1}
|
||
|
attach zsc at obio
|
||
|
file arch/macppc/dev/zs.c zsc needs-flag
|
||
|
file dev/ic/z8530sc.c zsc
|
||
|
|
||
|
device zstty: tty
|
||
|
attach zstty at zsc
|
||
|
file arch/macppc/dev/z8530tty.c zstty needs-flag
|
||
|
|
||
|
device adb
|
||
|
attach adb at obio
|
||
|
file arch/macppc/dev/adb.c adb needs-flag
|
||
|
file arch/macppc/dev/adb_direct.c adb
|
||
|
file arch/macppc/dev/adbsys.c adb
|
||
|
|
||
|
define grfdev {}
|
||
|
|
||
|
device grfati: grfdev
|
||
|
attach grfati at pci
|
||
|
file arch/macppc/dev/grf_ati.c grfati needs-flag
|
||
|
|
||
|
device grf {}
|
||
|
attach grf at grfdev
|
||
|
file arch/macppc/dev/grf.c grf needs-flag
|
||
|
file arch/macppc/dev/grf_subr.c grf
|
||
|
|
||
|
device ite: tty
|
||
|
attach ite at grf
|
||
|
file arch/macppc/dev/ite.c ite needs-flag
|
||
|
file arch/macppc/dev/font_8x16.c ite
|