From: Randy Dunlap <randy.dunlap@oracle.com>
To: Chuck Ebbert <76306.1226@compuserve.com>
Cc: Matthijs <thotter@gmail.com>,
Anatoli Antonovitch <antonovi@ati.com>,
linux-kernel <linux-kernel@vger.kernel.org>,
Alan Cox <alan@lxorguk.ukuu.org.uk>,
Linus Torvalds <torvalds@osdl.org>
Subject: Re: Bad PCI function mask in atiixp driver (was: Re: Linux 2.6.19)
Date: Sat, 2 Dec 2006 20:24:41 -0800 [thread overview]
Message-ID: <20061202202441.434bc62a.randy.dunlap@oracle.com> (raw)
In-Reply-To: <200612022309_MC3-1-D3AF-ED27@compuserve.com>
On Sat, 2 Dec 2006 23:06:57 -0500 Chuck Ebbert wrote:
> In-Reply-To: <4571D9FE.2050107@gmail.com>
>
> On Sat, 02 Dec 2006 20:54:38 +0100, Matthijs wrote:
>
> > make modules gives me these warnings in modpost and then errors out:
> > WARNING: Can't handle masks in drivers/ide/pci/atiixp:FFFF05
>
> Message is from scripts/file2alias.c::do_pci_entry():
>
> if ((baseclass_mask != 0 && baseclass_mask != 0xFF)
> || (subclass_mask != 0 && subclass_mask != 0xFF)
> || (interface_mask != 0 && interface_mask != 0xFF)) {
> warn("Can't handle masks in %s:%04X\n",
> filename, id->class_mask);
> return 0;
> }
>
> and it is complaining about this recent addition to atiixp.c:
>
> @@ -348,6 +368,7 @@ static struct pci_device_id atiixp_pci_t
> { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP300_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
> { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP400_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
> { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
> + { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_SATA, PCI_ANY_ID, PCI_ANY_ID, (PCI_CLASS_STORAGE_IDE<<8)|0x8a, 0xffff05, 1},
> { 0, },
> };
> MODULE_DEVICE_TABLE(pci, atiixp_pci_tbl);
> --
http://lkml.org/lkml/2006/11/01/199
However, I'm still dubious.
---
~Randy
next prev parent reply other threads:[~2006-12-03 4:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-03 4:06 Chuck Ebbert
2006-12-03 4:24 ` Randy Dunlap [this message]
2006-12-03 20:56 Bernard Pidoux
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=20061202202441.434bc62a.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=76306.1226@compuserve.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=antonovi@ati.com \
--cc=linux-kernel@vger.kernel.org \
--cc=thotter@gmail.com \
--cc=torvalds@osdl.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
all inboxes | Powered by JetHome®