Re: ncp_pci_init error

BrunoB Widmann (penguin_madness@yahoo.com)
Fri, 24 Apr 1998 10:37:20 -0700 (PDT)


---Hristo Grigorov <hristo@bse.bg> wrote:
>
>
> Hi,
>
> linux-2.1.98, I got this message:
>
> drivers/scsi/scsi.a(53c7,8xx.o): In function `ncr_pci_init':
> 53c7,8xx.o(.text.init+0x68c): undefined reference to
`pcibios_strerror'
> make: *** [vmlinux] Error 1
>
> Any comments ?
>

I got that too. To get rid of it, i did the following in
drivers/scsi/53c7,8xx.c:

(thats certainly not the way it should be fixed, but at least it links
and works o.k. for me :)

*** 53c7,8xx.c Fri Apr 24 16:39:42 1998
--- 53c7,8xx.c~ Sat Apr 18 06:58:48 1998
*************** ncr_pci_init (Scsi_Host_Template *tpnt,
*** 1446 ****
! , /*pcibios_strerror(error)*/ 2);
--- 1446 ----
! , pcibios_strerror(error));

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu