RE: 53c7,8xx (SCSI driver module) give unresolved symbol pcibios

Manuel J. Galan (manolow@step.es)
Sun, 19 Apr 1998 03:40:28 +0100 (WEST)


On 19-Apr-98 Jeffrey Hundstad wrote:
> Like the subject says...
>
># insmod 53c7,8xx
> /lib/modules/2.1.97/scsi/53c7,8xx.o: unresolved symbol pcibios_strerror
>

--- 53c7,8xx.c.orig Sun Apr 19 03:35:27 1998
+++ 53c7,8xx.c Sun Apr 19 03:36:57 1998
@@ -1441,9 +1441,9 @@
&command)) ||
(error = pcibios_read_config_byte (bus, device_fn, PCI_CLASS_REVISION,
&revision))) {
- printk ("scsi-ncr53c7,8xx : error %s not initializing due to error
reading configuration space\n"
+ printk ("scsi-ncr53c7,8xx : PCI error %d, board not initializing due
to error reading configuration space\n"
" perhaps you specified an incorrect PCI bus, device, or
function.\n"
- , pcibios_strerror(error));
+ , error);
return -1;
}
io_port = pdev->base_address[0];

-- 
Manuel J. Galan
manolow@step.es

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