From: Rene B. <re...@we...> - 2002-08-08 12:26:33
|
On 2002.08.08 03:51 Ken Tyler wrote: > > I've had a bit of a play with this without any success (less than even). > > In the modified 53c770.c there's a problem, in allocating (dma ?) memory > either __get_free_pages or pci_get_consistent is called, when freeing the > memory there is pci_free_consistent but no matching free_page; Hi! Thats interesting. This does not happen on my machine, maybe its relatet by some other hardware you use. But for freeing some of the dma memory pci_free_consistent is used, I'll "ifdef" it out and replace it by some other. Can you send me a dmesg? What version of kernel do you use and have you compiled the 53c770 driver as module? Are you using my last update on "apus_setup.c"? Thank you for testing! Ciao, Renè |