From: Alois Fertl <alois_fertl@talknet.de>
To: Gerard Roudier <groudier@club-internet.fr>
Cc: LinuxppcDev <linuxppc-dev@lists.linuxppc.org>
Subject: Problem in ncr53c8xx.c driver
Date: Mon, 03 Jan 2000 21:24:47 +0100 [thread overview]
Message-ID: <3871058F.9E0B4D73@talknet.de> (raw)
[-- 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;
}
reply other threads:[~2000-01-03 20:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3871058F.9E0B4D73@talknet.de \
--to=alois_fertl@talknet.de \
--cc=groudier@club-internet.fr \
--cc=linuxppc-dev@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.