Good day. === sb8: port to isa_bus infrastructure. Signed-of-by: Rene Herman === Hi, you probably noticed I'm doing the "old isa only" (as opposed to isa-pnp) first and that I was at GUS -- have skipped GUS Max for the moment since I was offered a card (and like to test the drivers) but that person is for the moment not getting back to me. 1. sb8 only probed for it's port, and then failed the load with "can't grab irq 65535". This does away with the port autoprobe as well; if you insist, I can add back irq and dma autoprobe instead as well. 2. I wanted to do away with the "X chip detected, try snd-x instead" failure-modes. For example a cs4236 can be driven by lesser drivers such as ad1848 and cs4231 as well which is useful at least for debugging. However, when I tried driving an SB16 with the SB8 driver, it didn't actually work. Would you happen to know/remember if this is expected? Or is it a "bug"? Has been tested with a SB Pro, and works great. Has also been tested with a couple of SB 2.1's and while those to seem to have a problem (inability to set the volumes to anything other than max and probably related, a rather disturbed sound reproduction) that's not a difference with the original. As said, also tested with an SB16 for which both original and this do not work. Rene.