From: Oswald Buddenhagen <ossi@kde.org>
To: linux-kernel@vger.kernel.org
Subject: (one more) PCI quirk for SMBus bridge on Asus P4 boards
Date: Mon, 24 May 2004 05:38:47 +0200 [thread overview]
Message-ID: <20040524033847.GA906@ugly.local> (raw)
[-- Attachment #1: Type: text/plain, Size: 258 bytes --]
heya,
my board has one of those "clever" bioses that hide the smbus. this tiny
patch adds it to the Bad Guy List (TM).
greetings
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Chaos, panic, and disorder - my work here is done.
[-- Attachment #2: quirks.c.diff --]
[-- Type: text/plain, Size: 330 bytes --]
--- quirks.c.orig 2004-05-24 05:35:42.000000000 +0200
+++ quirks.c 2004-05-24 05:25:49.000000000 +0200
@@ -705,6 +705,7 @@
}
if (dev->device == PCI_DEVICE_ID_INTEL_82845G_HB)
switch(dev->subsystem_device) {
+ case 0x80b1: /* P4GE-V */
case 0x80b2: /* P4PE */
case 0x8093: /* P4B533-V */
asus_hides_smbus = 1;
reply other threads:[~2004-05-24 3:38 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=20040524033847.GA906@ugly.local \
--to=ossi@kde.org \
--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