2002-01-26 22:58:02

by David Ford

[permalink] [raw]
Subject: 2.5.2-dj5 linking error

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



2002-01-26 23:09:25

by Dave Jones

[permalink] [raw]
Subject: Re: 2.5.2-dj5 linking error

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

2002-01-27 02:34:12

by David Ford

[permalink] [raw]
Subject: Re: 2.5.2-dj5 linking error

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.
>