* build error with aic79xx on 2.4
@ 2003-06-05 17:52 Jeffrey W. Baker
2003-06-05 18:08 ` Justin T. Gibbs
0 siblings, 1 reply; 2+ messages in thread
From: Jeffrey W. Baker @ 2003-06-05 17:52 UTC (permalink / raw)
To: gibbs, linux-scsi
The latest aic79xx doesn't build in 2.4.21-rc3 because of Werror and
this warning:
aic79xx_osm_pci.c:278: warning: `ahd_linux_pci_reserve_mem_region'
defined but not used
That seemed harmless, so I removed Werror. I'd try -rc7 but the
x86-64.org patches don't work against that kernel.
-jwb
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: build error with aic79xx on 2.4
2003-06-05 17:52 build error with aic79xx on 2.4 Jeffrey W. Baker
@ 2003-06-05 18:08 ` Justin T. Gibbs
0 siblings, 0 replies; 2+ messages in thread
From: Justin T. Gibbs @ 2003-06-05 18:08 UTC (permalink / raw)
To: Jeffrey W. Baker, linux-scsi
> The latest aic79xx doesn't build in 2.4.21-rc3 because of Werror and
> this warning:
>
> aic79xx_osm_pci.c:278: warning: `ahd_linux_pci_reserve_mem_region'
> defined but not used
>
> That seemed harmless, so I removed Werror. I'd try -rc7 but the
> x86-64.org patches don't work against that kernel.
It points to a bug in that memory mapped I/O is not enabled for ia64,
alpha, or mips, even though these platforms should support it. I
don't believe that the MMAPIO define is required for 2.4.X or 2.5.X
kernels now since the PCI support files are only compiled in if
CONFIG_PCI is enabled and any PCI device should be able to attempt
to do memio if the appropriate BAR is setup.
I've removed the MMAPIO ifdefs locally and will submit an updated
driver soon.
--
Justin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-06-05 17:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-05 17:52 build error with aic79xx on 2.4 Jeffrey W. Baker
2003-06-05 18:08 ` Justin T. Gibbs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox