From: Joachim Schlichting <mirth@gmx.de>
To: linux-kernel@vger.kernel.org
Subject: added device ids to get pata and sata controller to work on an asus m2v motherboard
Date: Sun, 30 Jul 2006 15:47:31 +0200 [thread overview]
Message-ID: <44CCB873.5010407@gmx.de> (raw)
Hi.
To get my asus m2v onboard controllers to work, i added the following
lines (tested with 2.6.16.X kernels, but the device-ids are not included
in the actual 2.6.17.X, too):
in
drivers/scsi/sata_via.c
to
static const struct pci_device_id svia_pci_tbl[]
{ 0x1106, 0x0591, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6420 },
and in
drivers/ide/pci/via82cxxx.c
to
via_isa_bridges[]
{ "unknown", PCI_DEVICE_ID_VIA_82C586_1, 0x00, 0x07,
VIA_UDMA_133 | VIA_BAD_AST },
After this changes everything is working absolutely fine.
I hope I could help and have sent this bug report to the right place.
Regards,
Joachim Schlichting
reply other threads:[~2006-07-30 13:47 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=44CCB873.5010407@gmx.de \
--to=mirth@gmx.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.