From: Dave Jones <davej@redhat.com>
To: airlied@redhat.com
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [AGP] Add a missing via-agp module alias.
Date: Mon, 19 May 2008 18:39:32 -0400 [thread overview]
Message-ID: <20080519223932.GA3225@redhat.com> (raw)
Whilst trying to discern what could possibly be in the no-source-provided
version of via-agp that VIA are distributing on linux.via.com.tw, I noticed
in the modinfo output that they supported an extra alias.
Further digging revealed it was for PCI ID 0x0364, which we added in
commit 32ddef98f232585f20bc8bdb891029a6a5f633d0 last year, but we didn't
add the corresponding entry in the pci_device_id table, so it doesn't
get auto-loaded on that hardware.
[hopefully this is the only difference between kernel.org, and their
binary-only variant. Without the source, it's hard to tell. Sigh. ]
Signed-off-by: Dave Jones <davej@redhat.com>
diff --git a/drivers/char/agp/via-agp.c b/drivers/char/agp/via-agp.c
index 0ecc54d..f0d4c0a 100644
--- a/drivers/char/agp/via-agp.c
+++ b/drivers/char/agp/via-agp.c
@@ -548,6 +548,7 @@ static const struct pci_device_id agp_via_pci_table[] = {
ID(PCI_DEVICE_ID_VIA_VT3324),
ID(PCI_DEVICE_ID_VIA_VT3336),
ID(PCI_DEVICE_ID_VIA_P4M890),
+ ID(PCI_DEVICE_ID_VIA_VT3364),
{ }
};
--
http://www.codemonkey.org.uk
reply other threads:[~2008-05-19 22:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20080519223932.GA3225@redhat.com \
--to=davej@redhat.com \
--cc=airlied@redhat.com \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox