|
Changes from previous releases are at ftp://hyper.stanford.edu/pub/pcmcia/CHANGES. This release fixes a bad bug in card insertion/removal processing that cropped up in the 2.9.8 package. The only other major change in this release is that I've added a new way of specifying interrupt lists. Instead of the old scheme using the 'irq_mask' bit masks, all the driver modules now allow you to specify comma-separated list of interrupts using the new 'irq_list' parameters. So the old: irq_mask=0xc018 would become: irq_list=3,4,14,15 -- Dave |
[ Edit This Forum ]