From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261316AbTDHMAk (for ); Tue, 8 Apr 2003 08:00:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261320AbTDHMAk (for ); Tue, 8 Apr 2003 08:00:40 -0400 Received: from ns.suse.de ([213.95.15.193]:34834 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id S261316AbTDHMAj (for ); Tue, 8 Apr 2003 08:00:39 -0400 Date: Tue, 08 Apr 2003 14:12:12 +0200 Message-ID: From: Takashi Iwai To: Kyuma Ohta Cc: linux-kernel@vger.kernel.org Subject: Re: 2.4.21-pre7/PCI : Unable to attach Sound module of VIA686A In-Reply-To: <20030407.212307.74751577.whatisthis@jcom.home.ne.jp> References: <20030405.230849.74749394.whatisthis@jcom.home.ne.jp> <20030407.212307.74751577.whatisthis@jcom.home.ne.jp> User-Agent: Wanderlust/2.6.1 (Upside Down) SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-4?Q?Kashiharajing=FE-mae?=) APEL/10.2 MULE XEmacs/21.4 (patch 12) (Portable Code) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, At Mon, 07 Apr 2003 21:23:07 +0900 (JST), Kyuma Ohta wrote: > > Maybe,aic7xxx driver misdetects on VIA mainboard any devices as aic SCSI > (see below). Robert Schiele already submitted a patch, the one-liner below. could you give a try? --- linux/drivers/scsi/aic7xxx/aic7770_osm.c 1 Apr 2003 19:57:24 -0000 1.4 +++ linux/drivers/scsi/aic7xxx/aic7770_osm.c 8 Apr 2003 05:37:38 -0000 @@ -66,7 +66,7 @@ continue; request_region(eisaBase, AHC_EISA_IOSIZE, "aic7xxx"); #else - if (request_region(eisaBase, AHC_EISA_IOSIZE, "aic7xxx") != 0) + if (request_region(eisaBase, AHC_EISA_IOSIZE, "aic7xxx") == 0) continue; #endif -- Takashi Iwai SuSE Linux AG - www.suse.de ALSA Developer ALSA Project - www.alsa-project.org