diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2010-02-10 20:40:10 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2010-02-10 20:40:10 +0000 |
commit | d1fd3ec67b39df9610549cad8c610ff805095ae8 (patch) | |
tree | f8ca4416fa054d6b069fde3bac7dc6ce52790957 /sys/arch/beagle/conf/files.beagle | |
parent | f38f234eafa10cfda553165dd6e94bb0a34dd99b (diff) |
Close to working MMCHS (ommmc) driver. much thanks to mk@ for continual poking.
Diffstat (limited to 'sys/arch/beagle/conf/files.beagle')
-rw-r--r-- | sys/arch/beagle/conf/files.beagle | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/arch/beagle/conf/files.beagle b/sys/arch/beagle/conf/files.beagle index 40feb861c51..ec8f97b9c9b 100644 --- a/sys/arch/beagle/conf/files.beagle +++ b/sys/arch/beagle/conf/files.beagle @@ -1,4 +1,4 @@ -# $OpenBSD: files.beagle,v 1.1 2009/05/08 03:13:26 drahn Exp $ +# $OpenBSD: files.beagle,v 1.2 2010/02/10 20:40:09 drahn Exp $ # # First try for arm-specific configuration info # @@ -28,6 +28,8 @@ file arch/arm/armv7/armv7_mutex.c # note that the order of the devices in _this_ file # affects the order that the devices will configure. +include "../../../dev/sdmmc/files.sdmmc" + device prcm attach prcm at ahb file arch/beagle/dev/prcm.c prcm @@ -48,8 +50,9 @@ device omdog attach omdog at ahb file arch/beagle/dev/omdog.c omdog -attach sm at ahb with sm_ahb -file arch/beagle/dev/if_sm_ahb.c sm_ahb +device ommmc: sdmmcbus +attach ommmc at ahb +file arch/beagle/dev/ommmc.c ommmc attach ohci at ahb with omohci file arch/beagle/dev/omohci.c omohci |