From: Takashi Iwai <tiwai@suse.de>
To: Clemens Ladisch <clemens@ladisch.de>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: CVS: alsa-kernel/pci/ymfpci ymfpci.c,1.29,1.30
Date: Mon, 27 Oct 2003 12:29:59 +0100 [thread overview]
Message-ID: <s5hekwy7waw.wl@alsa2.suse.de> (raw)
In-Reply-To: <Pine.HPX.4.33n.0310271208280.23898-100000@studcom.urz.uni-halle.de>
At Mon, 27 Oct 2003 12:15:16 +0100 (MET),
Clemens Ladisch wrote:
>
> Takashi Iwai wrote:
> > Log Message:
> > added auto-detection of joystick port.
> > ...
> > + if (joystick_port[dev] == 1) {
> > + /* auto-detect */
> > + long p;
> > + for (p = 0x201; p <= 0x205; p++) {
> > + if (p == 0x203) continue;
> > + if ((joystick_res = request_region(p, 1, "YMFPCI gameport")) != NULL)
> > + break;
> > + }
> > + if (joystick_res)
> > + joystick_port[dev] = p;
> > + } else {
> > ...
>
> This auto-detection code doesn't set legacy_ctrl2, so the card
> wouldn't actually use the port AFAICS.
you're right. fixed now.
thanks,
Takashi
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
prev parent reply other threads:[~2003-10-27 11:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1AD2DD-0003SF-00@sc8-pr-cvs1.sourceforge.net>
2003-10-27 11:15 ` CVS: alsa-kernel/pci/ymfpci ymfpci.c,1.29,1.30 Clemens Ladisch
2003-10-27 11:29 ` Takashi Iwai [this message]
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=s5hekwy7waw.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@lists.sourceforge.net \
--cc=clemens@ladisch.de \
/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