Linux PARISC architecture development
 help / color / mirror / Atom feed
From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: Helge Deller <helge.deller@sap.com>
Cc: James Bottomley <James.Bottomley@hansenpartnership.com>,
	parisc-linux@parisc-linux.org
Subject: [parisc-linux] Re: rmmod lasi700 hangs the machine
Date: Fri, 28 Dec 2001 21:10:02 -0600	[thread overview]
Message-ID: <200112290310.fBT3A2x03575@localhost.localdomain> (raw)
In-Reply-To: Message from Helge Deller <helge.deller@sap.com> of "Fri, 28 Dec 2001 11:23:37 +0100." <E16JuAr-0001w8-00@linuxlab.wdf.sap-ag.de>

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

After applying the kernel down_interruptible fix, the attached should be the 
final piece of the puzzle.  With it applied (and the previous disable_irq 
patch discarded), I can insert and remove the module to my heart's content.

James


[-- Attachment #2: tmp.diff --]
[-- Type: text/plain , Size: 462 bytes --]

Index: drivers/scsi/lasi700.c
===================================================================
RCS file: /var/cvs/linux/drivers/scsi/lasi700.c,v
retrieving revision 1.5
diff -u -r1.5 lasi700.c
--- drivers/scsi/lasi700.c	2001/12/26 22:41:16	1.5
+++ drivers/scsi/lasi700.c	2001/12/29 03:07:09
@@ -197,6 +197,7 @@
 	kfree(hostdata);
 	free_irq(host->irq, host);
 	release_mem_region(host->base, 64);
+	unregister_parisc_driver(&lasi700_driver);
 	return 1;
 }
 

  reply	other threads:[~2001-12-29  3:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-27 16:12 [parisc-linux] rmmod lasi700 hangs the machine Helge Deller
2001-12-27 20:23 ` [parisc-linux] " James Bottomley
2001-12-28 10:23   ` Helge Deller
2001-12-29  3:10     ` James Bottomley [this message]
2001-12-29  5:42       ` Grant Grundler

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=200112290310.fBT3A2x03575@localhost.localdomain \
    --to=james.bottomley@hansenpartnership.com \
    --cc=helge.deller@sap.com \
    --cc=parisc-linux@parisc-linux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox