The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org>
To: linux-kernel@vger.kernel.org
Cc: Brard Roudier <groudier@free.fr>
Subject: [patch][1/3] qlogic: use scsi_host_alloc instead scsi_register
Date: Wed, 15 Oct 2003 23:52:13 -0200	[thread overview]
Message-ID: <20031016015213.GA1765@cathedrallabs.org> (raw)

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

hi,
	these patches fixes qlogic_cs module loading and unloading. 

-- 
aris


[-- Attachment #2: qlogic-alloc.patch --]
[-- Type: text/plain, Size: 666 bytes --]

--- linux/drivers/scsi/qlogicfas.c.orig	2003-10-15 23:41:52.000000000 -0200
+++ linux/drivers/scsi/qlogicfas.c	2003-10-15 23:41:28.000000000 -0200
@@ -671,7 +671,7 @@
 	if (qlirq >= 0 && !request_irq(qlirq, do_ql_ihandl, 0, "qlogicfas", NULL))
 		host->can_queue = 1;
 #endif
-	hreg = scsi_register(host, 0);	/* no host data */
+	hreg = scsi_host_alloc(host, 0);	/* no host data */
 	if (!hreg)
 		goto err_release_mem;
 	hreg->io_port = qbase;
@@ -679,6 +679,7 @@
 	hreg->dma_channel = -1;
 	if (qlirq != -1)
 		hreg->irq = qlirq;
+	INIT_LIST_HEAD(&hreg->sht_legacy_list);
 
 	sprintf(qinfo,
 		"Qlogicfas Driver version 0.46, chip %02X at %03X, IRQ %d, TPdma:%d",

             reply	other threads:[~2003-10-16  1:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-16  1:52 Aristeu Sergio Rozanski Filho [this message]
2003-10-16 21:34 ` [patch][1/3] qlogic: use scsi_host_alloc instead scsi_register Mike Christie
2003-10-17 11:57 ` Christoph Hellwig

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=20031016015213.GA1765@cathedrallabs.org \
    --to=aris@cathedrallabs.org \
    --cc=groudier@free.fr \
    --cc=linux-kernel@vger.kernel.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