2007-04-10 06:29:42 +04:00
|
|
|
# $NetBSD: files.walnut,v 1.13 2007/04/10 02:35:06 macallan Exp $
|
2002-12-09 15:15:48 +03:00
|
|
|
#
|
|
|
|
# walnut-specific configuration info
|
|
|
|
|
|
|
|
file arch/evbppc/walnut/autoconf.c
|
|
|
|
file arch/evbppc/walnut/consinit.c
|
|
|
|
file arch/evbppc/walnut/machdep.c
|
2003-11-19 17:27:24 +03:00
|
|
|
file arch/powerpc/ibm4xx/intr.c
|
2006-06-30 21:54:50 +04:00
|
|
|
file arch/powerpc/powerpc/softintr.c
|
2006-02-27 14:04:31 +03:00
|
|
|
file arch/powerpc/ibm4xx/ibm4xx_autoconf.c
|
2002-12-09 15:15:48 +03:00
|
|
|
|
|
|
|
# Memory Disk for install kernel
|
|
|
|
file dev/md_root.c memory_disk_hooks
|
|
|
|
|
|
|
|
# Machine-independent I2O drivers.
|
|
|
|
include "dev/i2o/files.i2o"
|
|
|
|
|
|
|
|
# Machine-independent SCSI drivers
|
|
|
|
include "dev/scsipi/files.scsipi"
|
|
|
|
|
|
|
|
# Machine-independent ATA drivers
|
|
|
|
include "dev/ata/files.ata"
|
|
|
|
|
|
|
|
# Workstation Console
|
|
|
|
include "dev/wscons/files.wscons"
|
2007-04-10 06:29:42 +04:00
|
|
|
include "dev/wsfb/files.wsfb"
|
2002-12-09 15:15:48 +03:00
|
|
|
|
|
|
|
# Raster operations
|
|
|
|
include "dev/rasops/files.rasops"
|
|
|
|
include "dev/wsfont/files.wsfont"
|
|
|
|
|
|
|
|
# PCI bus support
|
|
|
|
include "dev/pci/files.pci"
|
|
|
|
|
|
|
|
# On-chip PCI bridge
|
|
|
|
#
|
|
|
|
# XXX: Move these to a 405gp-specific file and re-think the
|
2006-11-24 22:46:58 +03:00
|
|
|
# layout of the powerpc/ibm4xx hierarchy to accommodate SoCs.
|
2002-12-09 15:15:48 +03:00
|
|
|
#
|
|
|
|
device pchb : pcibus
|
|
|
|
attach pchb at plb
|
|
|
|
file arch/evbppc/walnut/pci/pchb.c pchb
|
|
|
|
file arch/evbppc/walnut/pci/pci_machdep.c pci
|
|
|
|
file arch/powerpc/ibm4xx/dev/ibm405gp.c
|
|
|
|
|
|
|
|
# Off-chip peripheral bus
|
|
|
|
device pbus {[addr=-1], [irq=-1]}
|
|
|
|
attach pbus at plb
|
|
|
|
file arch/evbppc/walnut/dev/pbus.c pbus
|
|
|
|
|
2006-09-19 02:05:47 +04:00
|
|
|
device ds1743rtc
|
2003-10-06 20:04:15 +04:00
|
|
|
attach ds1743rtc at pbus
|
|
|
|
file arch/evbppc/walnut/dev/ds1743.c ds1743rtc
|
2002-12-09 15:15:48 +03:00
|
|
|
|
2004-03-13 20:31:33 +03:00
|
|
|
include "dev/pckbport/files.pckbport"
|
2002-12-09 15:15:48 +03:00
|
|
|
attach pckbc at pbus with pckbc_pbus
|
|
|
|
file arch/evbppc/walnut/dev/pckbc_pbus.c pckbc_pbus
|