public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* ahc1542 fun
@ 2004-05-26  2:32 Jeff Garzik
  2004-05-26  6:44 ` hch
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2004-05-26  2:32 UTC (permalink / raw)
  To: James Bottomley; +Cc: SCSI Mailing List, Andrew Morton


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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-05-27 17:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-26  2:32 ahc1542 fun Jeff Garzik
2004-05-26  6:44 ` hch
2004-05-26 17:52   ` Matthew Wilcox
2004-05-27 17:30     ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox