From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: Ulrich Schweitzer <us-@gmx.de>
Cc: Boaz Harrosh <bharrosh@panasas.com>,
Andrew Morton <akpm@linux-foundation.org>,
bugme-daemon@bugzilla.kernel.org, linux-scsi@vger.kernel.org
Subject: Re: [Bugme-new] [Bug 10226] New: BusLogic Flashpoint SCSI Adapter not working with x86_64 kernels
Date: Wed, 12 Mar 2008 13:36:50 -0500 [thread overview]
Message-ID: <1205347010.2941.127.camel@localhost.localdomain> (raw)
In-Reply-To: <200803121920.13571.us-@gmx.de>
On Wed, 2008-03-12 at 19:20 +0100, Ulrich Schweitzer wrote:
> On Wednesday March 12 2008, Boaz Harrosh wrote:
>
> > An attached config file could help.
> > It looks like you need ISA_DMA_API && VIRT_TO_BUS enabled are they?
>
> They are both enabled, but consider that I didn't customize the kernel in any
> way besides changing the processor type to K8 and setting CONFIG_IKCONFIG and
> CONFIG_IKCONFIG_PROC. I don't know if I need the options you mentioned.
>
> I first noticed the problem with a Fedora kernel and compiled this one only to
> confirm that the problem exists in the vanilla kernel as well.
>
> Here is the complete .config:
Actually, this is the problem in BusLogic.h:
/*
FlashPoint support is only available for the Intel x86 Architecture with
CONFIG_PCI set.
*/
#ifndef __i386__
#undef CONFIG_SCSI_OMIT_FLASHPOINT
#define CONFIG_SCSI_OMIT_FLASHPOINT
#endif
#ifndef CONFIG_PCI
#undef CONFIG_SCSI_OMIT_FLASHPOINT
#define CONFIG_SCSI_OMIT_FLASHPOINT
#define BusLogic_InitializeProbeInfoListISA BusLogic_InitializeProbeInfoList
#endif
Having this dependency logic done in the header file is not very user
friendly, but the comment is pretty clear. I can move it to Kconfig,
but it will still not work on x86_64 if that comment is accurate.
James
next prev parent reply other threads:[~2008-03-12 18:36 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <bug-10226-10286@http.bugzilla.kernel.org/>
2008-03-11 20:44 ` [Bugme-new] [Bug 10226] New: BusLogic Flashpoint SCSI Adapter not working with x86_64 kernels Andrew Morton
2008-03-12 11:03 ` Boaz Harrosh
2008-03-12 18:20 ` Ulrich Schweitzer
2008-03-12 18:36 ` James Bottomley [this message]
2008-03-12 18:49 ` Boaz Harrosh
2008-03-12 19:02 ` James Bottomley
2008-03-12 20:25 ` Ulrich Schweitzer
2008-03-12 21:35 ` James Bottomley
2008-03-13 6:09 ` Ulrich Schweitzer
2008-03-13 12:55 ` [Bug 10226] " Matthew Wilcox
2008-03-13 16:45 ` Christoph Hellwig
2008-03-13 17:11 ` Matthew Wilcox
2008-03-13 17:15 ` Christoph Hellwig
2008-03-12 11:29 ` [Bugme-new] [Bug 10226] New: " James Bottomley
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=1205347010.2941.127.camel@localhost.localdomain \
--to=james.bottomley@hansenpartnership.com \
--cc=akpm@linux-foundation.org \
--cc=bharrosh@panasas.com \
--cc=bugme-daemon@bugzilla.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=us-@gmx.de \
/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