svn commit: r192033 - stable/7/sys/dev/ata

Bruce Simpson bms at incunabulum.net
Wed Jun 10 20:09:14 UTC 2009


John Baldwin wrote:
> On an i386 8.0 kernel built here it is this line:
>
> 139		if ((error = ch->dma.load(request, NULL, &dummy))) {
>
> which would seem to indicate dma.load is NULL somehow.  My patch doesn't 
> affect that part of the code at all.  Are you using any modules or is ata 
> compiled into your kernel?  Given that the resource stuff worked and that it 
> worked on 7, I think I will commit it for now (and start the MFC timer) and 
> assume this is a separate bug.
>   

ATA was in kernel, no modules apart from acpi.ko were loaded.

thanks,
BMS




More information about the svn-src-stable-7 mailing list