Re: [2.4] PCI chipset Opti Viper M/N+

From: Michael Mueller
Date: Fri Oct 24 2003 - 05:17:24 EST


Hi Martin and linux-kernel readers,

receiving my previous mail myself did give me another view to it and now
I am curious why it did work that fine with following typo present:
> + val |= newval << (3*(pirq*1));

it should read:
val |= newval << (3*(pirq-1));

With this changed it still works with the PCMCIA card, but I still need
to gain access to a CardBus card to test it with.


Michael

--
Linux@TekXpress
http://www-users.rwth-aachen.de/Michael.Mueller4/tekxp/tekxp.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/