* added device ids to get pata and sata controller to work on an asus m2v motherboard
@ 2006-07-30 13:47 Joachim Schlichting
0 siblings, 0 replies; only message in thread
From: Joachim Schlichting @ 2006-07-30 13:47 UTC (permalink / raw)
To: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-07-30 13:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-30 13:47 added device ids to get pata and sata controller to work on an asus m2v motherboard Joachim Schlichting
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.