mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Kyuma Ohta <whatisthis@jcom.home.ne.jp>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.21-pre7/PCI : Unable to attach Sound module of VIA686A
Date: Tue, 08 Apr 2003 14:12:12 +0200	[thread overview]
Message-ID: <s5hr88dqjc3.wl@alsa2.suse.de> (raw)
In-Reply-To: <20030407.212307.74751577.whatisthis@jcom.home.ne.jp>

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 <tiwai@suse.de>		SuSE Linux AG - www.suse.de
ALSA Developer				ALSA Project - www.alsa-project.org

  reply	other threads:[~2003-04-08 12:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-05 14:08 Kyuma Ohta
2003-04-07 10:09 ` Takashi Iwai
2003-04-07 12:23   ` Kyuma Ohta
2003-04-08 12:12     ` Takashi Iwai [this message]
2003-04-08 14:34       ` Kyuma Ohta

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hr88dqjc3.wl@alsa2.suse.de \
    --to=tiwai@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=whatisthis@jcom.home.ne.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®