Date: Fri, 22 Feb 2008 18:00:12 +0100 From: Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no> To: freebsd-multimedia@freebsd.org Subject: Re: sbc: isa plug-n-play Message-ID: <20080222180012.aeda99e5.torfinn.ingolfsen@broadpark.no> In-Reply-To: <47BEF597.9070503@icyb.net.ua> References: <47BEF597.9070503@icyb.net.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 22 Feb 2008 18:17:27 +0200 Andriy Gapon <avg@icyb.net.ua> wrote: > Everything works great. But recently I had an itch to go trough BIOS > settings. I spotted one named "Plug-n-Play OS" and it was set to The BIOS setting "Plug and Play OS" usually means that the OS will do its own little dance to set up any devices, so the bios just leaves them alone. > After that no joy, the soundcard stopped to work. It was detected as > before, there is no difference in dmesg whatsoever, but it did not Are you sure that it was detected _exactly_ as before? With the same irq(s), dma channels and so on? > So I disabled the option again and everything is fine. > Practical conclusion: don't do it. > Question of curiosity: what is it that BIOS can do with this card that > our driver can not ? Well, the bios (and acpi on systems that have it) set up devices by assigning them irqs, io, memory and whatnot, if I undertstand this correctly. My understanding is that FreeBSD uses this information to attach drivers to the devices. If the devices are not set up correctly, FreeBSD either might not find them or it can't use them correctly. -- Regards, Torfinn Ingolfsen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080222180012.aeda99e5.torfinn.ingolfsen>