diff options
Diffstat (limited to 'sys/arch/beagle/conf/files.beagle')
-rw-r--r-- | sys/arch/beagle/conf/files.beagle | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sys/arch/beagle/conf/files.beagle b/sys/arch/beagle/conf/files.beagle index 19f22ae3a10..2fce353d60d 100644 --- a/sys/arch/beagle/conf/files.beagle +++ b/sys/arch/beagle/conf/files.beagle @@ -1,4 +1,4 @@ -# $OpenBSD: files.beagle,v 1.9 2011/10/24 22:49:07 drahn Exp $ +# $OpenBSD: files.beagle,v 1.10 2011/11/05 12:30:58 drahn Exp $ # # First try for arm-specific configuration info # @@ -34,6 +34,16 @@ file arch/beagle/beagle/uboot_tags.c # note that the order of the devices in _this_ file # affects the order that the devices will configure. +# cortex based peripherals +device ampintc +attach ampintc at ahb +file arch/beagle/dev/ampintc.c ampintc + +device amptimer +attach amptimer at ahb +file arch/beagle/dev/amptimer.c amptimer + + include "dev/sdmmc/files.sdmmc" device prcm @@ -84,7 +94,6 @@ device omdisplay: wsemuldisplaydev, rasops16 attach omdisplay at ahb file arch/beagle/dev/omdisplay.c omdisplay - # # Machine-independent SCSI drivers # |