<div dir="ltr"><div>Sorry to bring this up again, but EISA (built into Ubuntu kernels, hard, not via module) will probe and complain in the kernel messages.</div><div><br></div><div>Since there is such a thing as reducing noise from signals, I looked into this:</div><div>It's pretty much the only error I get from my kernel, shown in BOLD from dmesg (except maybe for nvidia tainting.) So it would be nice to prevent.</div><div><br></div><div>Now, there is no eisa=disabled parameter, see:</div><div><a href="https://www.spinics.net/lists/newbies/msg62582.html">https://www.spinics.net/lists/newbies/msg62582.html</a></div><div><br></div><div>But at the very least, if I can't disable the bus, I would expect it to honour my disable parameter for devices:</div><div><br></div><div>eisa_bus.disable_dev=1,2,3,4,5,6,7,8</div><div><br></div><div>Yet, it does not:</div><div>[    0.602702] platform eisa.0: Probing EISA bus 0<br>[    0.603265] platform eisa.0: EISA: Cannot allocate resource for mainboard<br>[    0.603837] platform eisa.0: Cannot allocate resource for EISA slot 1<br>[    0.604414] platform eisa.0: Cannot allocate resource for EISA slot 2<br>[    0.604991] platform eisa.0: Cannot allocate resource for EISA slot 3<br>[    0.605567] platform eisa.0: Cannot allocate resource for EISA slot 4<br>[    0.606142] platform eisa.0: Cannot allocate resource for EISA slot 5<br>[    0.606716] platform eisa.0: Cannot allocate resource for EISA slot 6<br>[    0.607283] platform eisa.0: Cannot allocate resource for EISA slot 7<br>[    0.607832] platform eisa.0: Cannot allocate resource for EISA slot 8<br>[    0.608374] platform eisa.0: EISA: Detected 0 cards</div><div><br></div><div>There are many things wrong with this:</div><div><br></div><div>(1) Allocation failures should never happen if there is no EISA bus present.</div><div>(2) Why enumerate slots if there is no bus?<br></div><div>(3) EISA should respect the eisa_bus.disable_dev parameter when 'allocating'</div><div>(4) Ubuntu has EISA baked in, why?</div><div><br></div><div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Owner/Director of Game Studio Abraham Stolk Inc.</div><div>Vancouver BC, Canada</div><div><a href="mailto:b.stolk@gmail.com" target="_blank">b.stolk@gmail.com</a></div><div><br></div></div></div></div></div>