Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/allwinner add missing call to ahci_attach at th...



details:   https://anonhg.NetBSD.org/src/rev/74fd91e1f165
branches:  trunk
changeset: 789705:74fd91e1f165
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Sep 04 09:09:25 2013 +0000

description:
add missing call to ahci_attach at the end of awin_ahci_attach

diffstat:

 sys/arch/arm/allwinner/awin_ahcisata.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 349b4741ede5 -r 74fd91e1f165 sys/arch/arm/allwinner/awin_ahcisata.c
--- a/sys/arch/arm/allwinner/awin_ahcisata.c    Wed Sep 04 02:39:01 2013 +0000
+++ b/sys/arch/arm/allwinner/awin_ahcisata.c    Wed Sep 04 09:09:25 2013 +0000
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: awin_ahcisata.c,v 1.1 2013/09/04 02:39:01 matt Exp $");
+__KERNEL_RCSID(1, "$NetBSD: awin_ahcisata.c,v 1.2 2013/09/04 09:09:25 jmcneill Exp $");
 
 #include <sys/bus.h>
 #include <sys/device.h>
@@ -100,6 +100,8 @@
        aprint_normal_dev(self, "interrupting on irq %d\n",
             loc->loc_intr);
 
+       ahci_attach(sc);
+
        return;
 
 fail:



Home | Main Index | Thread Index | Old Index