dba36e0322
Consolidate most ibm4xx initppc function into ibm4xx_init and Make all IBM4xx use it. Change explora to use initppc instead of bootstrap.
32 lines
838 B
Plaintext
32 lines
838 B
Plaintext
# $NetBSD: files.walnut,v 1.17 2011/06/20 17:44:33 matt Exp $
|
|
#
|
|
# walnut-specific configuration info
|
|
|
|
file arch/evbppc/walnut/autoconf.c
|
|
file arch/evbppc/walnut/consinit.c
|
|
file arch/evbppc/walnut/machdep.c
|
|
file arch/powerpc/ibm4xx/ibm4xx_autoconf.c
|
|
file arch/powerpc/ibm4xx/ibm4xx_machdep.c
|
|
|
|
# Memory Disk for install kernel
|
|
file dev/md_root.c memory_disk_hooks
|
|
|
|
# Machine-independent SCSI drivers
|
|
include "dev/scsipi/files.scsipi"
|
|
|
|
# Machine-independent ATA drivers
|
|
include "dev/ata/files.ata"
|
|
|
|
# Off-chip peripheral bus
|
|
device pbus {[addr=-1], [irq=-1]}
|
|
attach pbus at plb
|
|
file arch/evbppc/walnut/dev/pbus.c pbus
|
|
|
|
device ds1743rtc
|
|
attach ds1743rtc at pbus
|
|
file arch/evbppc/walnut/dev/ds1743.c ds1743rtc
|
|
|
|
include "dev/pckbport/files.pckbport"
|
|
attach pckbc at pbus with pckbc_pbus
|
|
file arch/evbppc/walnut/dev/pckbc_pbus.c pckbc_pbus
|