lkml.org 
[lkml]   [1998]   [Aug]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: t128 module fails in 2.1.115
Date
> 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

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