From: Rene B. <re...@we...> - 2002-08-08 21:40:43
|
On 2002.08.08 23:07 Ken Tyler wrote: > > Hello, > > Below is the samll change I made to 53c770.c to get it to compile, I > think > I'm freeing the right thing. Looks good but we should use free_pages() and giving them the size. But this is of course not the problem you actualy have. As I see in your dmesg, the 53c770 driver is not started by the kernel. Maybe it interferes with the A4091. You should at least see the line: "Trying to detect PuP SCSI...". After that, if zorro_find_device(ZORRO_PROD_PHASE5_CYBERSTORM_MK_III, zd) is true, you should see: "ncr53c8xx: 53c770 detected". You can find this around the line 10380 in 53c770.c. I assume the 53c770 driver starts, if you disable the driver for the A4091... Don't know much about how a driver is setting up to be started right by the kernel, Fred has done this stuff. Seems, that there is something to do... Ciao, Renè |