I had a thought that ns558 might assume an address of 0x200, but I can't find a way to tell it 0x201.
FYI - looking at the driver source, it says:
static int ns558_isa_portlist[] = { 0x200, 0x201, 0x202, 0x203, 0x204,
0x205, 0x207, 0x209, 0x20b, 0x20c,
0x20e, 0x20f, 0x211, 0x219, 0x101, 0 };
and then later on: while (ns558_isa_portlist[i])
ns558 = ns558_isa_probe(ns558_isa_portlist[i++], ns558);So, it looks like it probes all those addresses.
And, the I/O address is registered:
/proc/ioports has:
0201-0201 : YMFPCI gameport
--
I have learned much more about Microsoft by using the Linux operating
system than I ever would have done by using Windows.
-- Neal Stephenson, In The Beginning Was The Command Line
~~ Matt Caron ~~
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
