Re: t128 module fails in 2.1.115

Alan Cox (alan@lxorguk.ukuu.org.uk)
Mon, 24 Aug 1998 00:53:08 +0100 (BST)


> Loading the t128 module in kernel 2.1.115 generates the output below.
> The module (via lsmod) reports that it is not installed.
>
> root@florence ~ # modprobe t128
> Unable to handle kernel paging request at virtual address 000cdd20
> current->tss.cr3 = 037e2000, %cr3 = 037e2000
> *pde = 00000000

Please try the following patch and let me know if it works so I can send
it on to Linus

--- linux/drivers/scsi/t128.c.old Sun Aug 23 23:39:18 1998
+++ linux/drivers/scsi/t128.c Sun Aug 23 23:39:42 1998
@@ -240,7 +240,7 @@
break;

instance = scsi_register (tpnt, sizeof(struct NCR5380_hostdata));
- instance->base = base;
+ instance->base = phys_to_virt(base);

NCR5380_init(instance, 0);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html