NetBSD/sys/arch/macppc/conf/files.macppc

108 lines
2.1 KiB
Plaintext
Raw Normal View History

1998-05-15 14:15:45 +04:00
#
# First try for macppc-specific configuration info
#
maxpartitions 16
maxusers 2 8 64
1998-05-29 14:32:49 +04:00
include "arch/powerpc/conf/files.ofw"
1998-05-15 14:15:45 +04:00
file arch/macppc/macppc/autoconf.c
1998-07-17 22:38:10 +04:00
file arch/macppc/macppc/bus_dma.c
1998-05-15 14:15:45 +04:00
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/dev/dbdma.c
file dev/cons.c
1998-06-24 19:13:42 +04:00
#
# Memory Disk for install floppy
#
file arch/macppc/macppc/md_root.c memory_disk_hooks
major {md = 9}
1998-05-15 14:15:45 +04:00
#
# Machine-independent SCSI drivers
#
include "dev/scsipi/files.scsipi"
major {sd = 4}
major {st = 5}
major {cd = 6}
#
1998-05-21 00:42:08 +04:00
# Generic OpenFirmware device support
1998-05-15 14:15:45 +04:00
#
#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
1998-07-03 15:50:32 +04:00
device nvram
attach nvram at obio
file arch/macppc/dev/nvram.c nvram needs-flag
1998-05-15 14:15:45 +04:00
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