All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem in ncr53c8xx.c driver
@ 2000-01-03 20:24 Alois Fertl
  0 siblings, 0 replies; only message in thread
From: Alois Fertl @ 2000-01-03 20:24 UTC (permalink / raw)
  To: Gerard Roudier; +Cc: LinuxppcDev

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

Version revision 3.2d from 6th of Dec. crashed my ppc kernel
at boot because it tries to access the nvram witin the
ncr53c8xx_pci_init() function before the pointer has been
correctly initialized. The patch below adds the initialization.

	Alois

[-- Attachment #2: ncr53c8xx.patch --]
[-- Type: text/plain, Size: 322 bytes --]

--- drivers/scsi/ncr53c8xx.c.dist	Tue Dec 21 20:35:12 1999
+++ drivers/scsi/ncr53c8xx.c.new	Mon Jan  3 21:14:12 2000
@@ -9509,6 +9509,7 @@
 		devp = &devtbl[count];
 		devp->host_id = driver_setup.host_id;
 		devp->attach_done = 0;
+		devp->nvram = nvp;
 		if (ncr53c8xx_pci_init(tpnt, pcidev, devp)) {
 			continue;
 		}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-01-03 20:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-01-03 20:24 Problem in ncr53c8xx.c driver Alois Fertl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.