On Tue, Dec 05, 2006 at 11:30:14AM -0800, Thomas E. Spanjaard wrote: > tgen 2006/12/05 11:30:14 PST > > DragonFly src repository > > Modified files: > sys/dev/disk/nata Makefile > Log: > Add more kmods to the Makefile after testing. > > Revision Changes Path > 1.2 +2 -1 src/sys/dev/disk/nata/Makefile > > > http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/nata/Makefile.diff?r1=1.1&r2=1.2&f=u
Can you adjust the paths to match with the committed location, too? At least ata_if.m needs to be fixed to compile the driver into the kernel. For module build, you need to adjust .PATH: line too (you can keep that line in /sys/dev/disk/nata/Makefile.inc). Index: ata_if.m =================================================================== RCS file: /home/source/dragonfly/cvs/src/sys/dev/disk/nata/ata_if.m,v retrieving revision 1.1 diff -u -p -r1.1 ata_if.m --- ata_if.m 4 Dec 2006 14:40:37 -0000 1.1 +++ ata_if.m 8 Dec 2006 13:25:43 -0000 @@ -29,7 +29,7 @@ #include <sys/bus.h> #include <sys/nata.h> -#include <dev/nata/ata-all.h> +#include <dev/disk/nata/ata-all.h> INTERFACE ata;
