All of lore.kernel.org
 help / color / mirror / Atom feed
* Via KT600 as I2C controller
@ 2005-05-19  6:24 Lou
  2005-05-19  6:24 ` Jean Delvare
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lou @ 2005-05-19  6:24 UTC (permalink / raw)
  To: lm-sensors

I have an A7V600 motherboard, which has a Via 8237 on it.
It is not supported by current 2.6 kernels (test8, for example).
I have added support by adding the following lines to vt596_ids[] in
/usr/src/linux-2.6.0-test8/drivers/i2c/busses/i2c-viapro.c.

    {
        .vendor     = PCI_VENDOR_ID_VIA,
        .device     = PCI_DEVICE_ID_VIA_8237,
        .subvendor  = PCI_ANY_ID,
        .subdevice  = PCI_ANY_ID,
        .driver_data    = SMBBA3
    },

I have not observed any brokenness, having used it for several weeks.
I could, of course, continue making the change to future kernel
versions, but this would surely benefit others if in the regular dist.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-05-19  6:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-19  6:24 Via KT600 as I2C controller Lou
2005-05-19  6:24 ` Jean Delvare
2005-05-19  6:24 ` Mark Studebaker
2005-05-19  6:24 ` Jean Delvare
2005-05-19  6:24 ` Mark Studebaker

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.