Module Name: src
Committed By: jmcneill
Date: Wed Sep 4 09:09:25 UTC 2013
Modified Files:
src/sys/arch/arm/allwinner: awin_ahcisata.c
Log Message:
add missing call to ahci_attach at the end of awin_ahci_attach
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/allwinner/awin_ahcisata.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/allwinner/awin_ahcisata.c
diff -u src/sys/arch/arm/allwinner/awin_ahcisata.c:1.1 src/sys/arch/arm/allwinner/awin_ahcisata.c:1.2
--- src/sys/arch/arm/allwinner/awin_ahcisata.c:1.1 Wed Sep 4 02:39:01 2013
+++ src/sys/arch/arm/allwinner/awin_ahcisata.c Wed Sep 4 09:09:25 2013
@@ -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 @@ awin_ahci_attach(device_t parent, device
aprint_normal_dev(self, "interrupting on irq %d\n",
loc->loc_intr);
+ ahci_attach(sc);
+
return;
fail: