Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 21 Jun 2002 07:19:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 21 Jun 2002 07:19:11 -0400 Received: from pegasus.mail.eclipse.net.uk ([212.104.129.225]:7694 "HELO pegasus.mail.eclipse.net.uk") by vger.kernel.org with SMTP id ; Fri, 21 Jun 2002 07:19:10 -0400 Message-ID: <2130109F889CD5119FAD0050BA6F2D6B064A10@SERVER> From: Jamie Bennett To: "'linux-kernel@vger.kernel.org'" Subject: Re: VIA Southbridges in 2.4.18-rc3 Date: Fri, 21 Jun 2002 12:04:56 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1765 Lines: 44 I know this is from a while ago but are their any plans to include the via 8233a southbridge support in 2.4.19/20? If not can somebody point me in the right direction on how I would modify timing.h and via82xxx.c from 2.5.* to enable it to work in the 2.4.* kernels. Yours Jamie Bennett Software Engineer PCP Micro Product Ltd, Bath, England, BA2 3BT Marcelo Tosatti wrote: > On Fri, 22 Feb 2002, Florian Hars wrote: >> Any reason why this: >> >> isn't in rc3? My machine still works as it should. >> Do you mean adding the necessary PCI ID's ? That, and adding some code in drivers/ide/via82xxx.c, { "vt8233c", PCI_DEVICE_ID_VIA_8233C, 0x00, 0x2f, VIA_UDMA_100 }, is right now ifdef'ed out, and the entry for the vt8233a, which is { "vt8233a", PCI_DEVICE_ID_VIA_8233A, 0x00, 0x2f, VIA_UDMA_133 }, in 2.5.2, is missing (and there is no UDMA_133 in 2.4). Right now I am running a 2.4.18-pre9 with a slightly modified drivers/ide/(timing.h|via82xxx.c) from 2.5.2, and it works with my vt8233a and an UDMA-100 disk, but this is of course not a conservative change. Maybe the patch by Vojtech Pavlik mentioned in the message I referred to above is less radical. Yours, Florian. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at Please read the FAQ at [ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/