From: Rene B. <re...@we...> - 2002-08-08 23:48:10
|
On 2002.08.09 00:45 Ken Tyler wrote: > > > I'm wondering while ___dma_freep is called, but you don't see the chip > > initialising... > > I don't know if ___dma_freep is called, I suspect not, the reason for > modifying ___dma_freep is to get it to compile in the first place. O.K. But I have found the reason why the driver its not started on your machine. The code for detecting the Cyberstorm SCSI was inside a #ifdef CONFIG_PCI... I have moved the code outside and put the new code already to http://www.wirsinds.de/rene/53c770.tar.bz2 or just move the part enclosed in #ifdef CONFIG_CYBERSTORMIII_SCSI around the line 10380 below the next #endif... Ciao, Renè |