drivers/scsi/scsidrv.o: In function `BusLogic_InterruptHandler':
drivers/scsi/scsidrv.o(.text+0x10d65): undefined reference to
`scsi_mark_host_reset'
got a quick fix?
-d
On Sat, 26 Jan 2002, David Ford wrote:
> drivers/scsi/scsidrv.o: In function `BusLogic_InterruptHandler':
> drivers/scsi/scsidrv.o(.text+0x10d65): undefined reference to
> `scsi_mark_host_reset'
That function got nuked in mainline for 2.5.1
Looks like the BusLogic driver needs to be brought up to speed
with the scsi/block changes.
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
Hmm. Guess I'll forget about it for a bit then.
Thanks,
-d
Dave Jones wrote:
>On Sat, 26 Jan 2002, David Ford wrote:
>
>>drivers/scsi/scsidrv.o: In function `BusLogic_InterruptHandler':
>>drivers/scsi/scsidrv.o(.text+0x10d65): undefined reference to
>>`scsi_mark_host_reset'
>>
>
>That function got nuked in mainline for 2.5.1
>Looks like the BusLogic driver needs to be brought up to speed
>with the scsi/block changes.
>