Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261493AbVCCHww (ORCPT ); Thu, 3 Mar 2005 02:52:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261518AbVCCHww (ORCPT ); Thu, 3 Mar 2005 02:52:52 -0500 Received: from willy.net1.nerim.net ([62.212.114.60]:19730 "EHLO willy.net1.nerim.net") by vger.kernel.org with ESMTP id S261493AbVCCHwe (ORCPT ); Thu, 3 Mar 2005 02:52:34 -0500 Date: Thu, 3 Mar 2005 08:52:20 +0100 From: Willy Tarreau To: Philippe Troin Cc: linux-kernel@vger.kernel.org, Marcelo Tosatti , linux@syskonnect.de Subject: Re: 2.4.29 sk98lin patch for Asus K8W SE Deluxe Message-ID: <20050303075220.GG30106@alpha.home.local> References: <873bvdbtdt.fsf@ceramic.fifi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <873bvdbtdt.fsf@ceramic.fifi.org> User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 766 Lines: 18 On Wed, Mar 02, 2005 at 02:00:30PM -0800, Philippe Troin wrote: > + /* Asus K8V Se Deluxe bugfix. Correct VPD content */ > + /* MBo April 2004 */ > + if( ((unsigned char)pAC->vpd.vpd_buf[0x3f] == 0x38) && > + ((unsigned char)pAC->vpd.vpd_buf[0x40] == 0x3c) && > + ((unsigned char)pAC->vpd.vpd_buf[0x41] == 0x45) ) { > + printk("sk98lin : humm... Asus mainboard with buggy VPD ? correcting data.\n"); ^^^^^ Please, could you put some KERN_XXX here to avoid a buggy message level ? Willy - 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/