> io, irq, etc. values, the module gets them correctly. But with
> no options given, in the very first line of init_module the
> defaults are:
>
> io=0x220, irq=7, dma=1, dma16=5, mpu_io=0x330, type=0
This is not related to the sb_card.c init_module but to the one in
soundcard.c which does a complete soundcard detection I believe. Those
values are actually those found in dev_table.h
The patch I posted earlier today fixes SB PNP initialization at boot time
(no more need to have the driver as a module), but I forgot to fix the
module case. I'll mail a new patch as soon as both cases get fixed.
Jean-Philippe GRIMALDI
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/