cvs commit: src/sys/platform/pc32/i386 busdma_machdep.c

Matthew Dillon dillon at apollo.backplane.com
Sun Jun 3 13:13:17 PDT 2007


:>
:> After this fix, NATA works for me on the laptop in question. :)
:>
:> Thanks,
:> Sascha
:
:Yah!  My laptop works with NATA kernel too after this commit X)
:
:Best Regards,
:sephe

    Excellent.  That's one major hurtle accomplished.  There are still
    some issues with the NATA code... all the spinlocks are being used
    incorrectly in the code.  I am going to have to replace them on monday.
    The main lock use the LWKT serializer instead and I'll have to rewrite
    the queue code a little to use the queue spinlock properly (it cannot
    be safely held across all those inter-module procedure calls).

					-Matt
					Matthew Dillon 
					<dillon at backplane.com>





More information about the Commits mailing list