From: "willy tarreau" <wtarreau@yahoo.fr>
To: Adrian Bunk <bunk@fs.tum.de>
Cc: linux-kernel@vger.kernel.org, acme@conectiva.com.br
Subject: Re: Linux 2.4.10-ac10
Date: Wed, 10 Oct 2001 11:20:11 +0200 (CEST) [thread overview]
Message-ID: <20011010092011.50158.qmail@web20501.mail.yahoo.com> (raw)
Adrian,
I think this simple patch should solve your problem.
It may have
been a simple thinko replacing check_region with
request_region.
Cheers,
Willy
--- linux/drivers/sound/ad1816.c Wed Oct 10
11:15:53 2001
+++ linux/drivers/sound/ad1816.c Wed Oct 10
11:16:12 2001
@@ -1015,7 +1015,7 @@
options,
isa_dma_bridge_buggy);
- if (request_region(io_base, 16, "AD1816
Sound")) {
+ if (!request_region(io_base, 16, "AD1816
Sound")) {
printk(KERN_WARNING "ad1816: I/O port
0x%03x not free\n",
io_base);
goto err;
___________________________________________________________
Un nouveau Nokia Game commence.
Allez sur http://fr.yahoo.com/nokiagame avant le 3 novembre
pour participer à cette aventure tous médias.
next reply other threads:[~2001-10-10 9:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-10 9:20 willy tarreau [this message]
2001-10-10 9:30 ` Linux 2.4.10-ac10 Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2001-10-10 1:15 Thomas Hood
2001-10-10 8:47 ` Adrian Bunk
2001-10-10 9:09 ` Rasmus Andersen
2001-10-10 9:30 ` Adrian Bunk
2001-10-10 10:29 ` Arnaldo Carvalho de Melo
2001-10-09 23:40 Thomas Hood
2001-10-09 22:32 Thomas Hood
2001-10-10 1:04 ` Adrian Bunk
2001-10-08 21:57 Alan Cox
2001-10-09 21:39 ` Adrian Bunk
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=20011010092011.50158.qmail@web20501.mail.yahoo.com \
--to=wtarreau@yahoo.fr \
--cc=acme@conectiva.com.br \
--cc=bunk@fs.tum.de \
--cc=linux-kernel@vger.kernel.org \
/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 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.