From: Jeff Garzik <jgarzik@pobox.com>
To: James Bottomley <James.Bottomley@steeleye.com>
Cc: SCSI Mailing List <linux-scsi@vger.kernel.org>,
Andrew Morton <akpm@osdl.org>
Subject: ahc1542 fun
Date: Tue, 25 May 2004 22:32:14 -0400 [thread overview]
Message-ID: <40B401AE.9060707@pobox.com> (raw)
The old 1542 scsi driver is both ISA and MCA. The MCA portions are
disabled when !CONFIG_MCA through the typical wrapper scheme (a la pci.h
and !CONFIG_PCI). However... the driver unconditionally includes
linux/mca.h which in turn unconditionally includes asm/mca.h.
This breaks drivers on platforms with ISA but not MCA, like alpha.
(and I suppose any PCI platform, since you could have one on an ISA bridge)
Jeff
next reply other threads:[~2004-05-26 2:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-26 2:32 Jeff Garzik [this message]
2004-05-26 6:44 ` ahc1542 fun hch
2004-05-26 17:52 ` Matthew Wilcox
2004-05-27 17:30 ` Jeff Garzik
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=40B401AE.9060707@pobox.com \
--to=jgarzik@pobox.com \
--cc=James.Bottomley@steeleye.com \
--cc=akpm@osdl.org \
--cc=linux-scsi@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 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.