lkml.org 
[lkml]   [1998]   [Apr]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: ncp_pci_init error
---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

\
 
 \ /
  Last update: 2005-03-22 13:42    [W:0.024 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site