Re: [Etherboot-developers] File Location in 5.1
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-04-01 02:56:46
|
>I would place the in: >core/isapnp.c >include/isapnp.h > >And if there is something that is demonstrably x86 specific >the code can code in arch/i386/core. But isapnp primarily depends >on the isa bus and inb/outb none of which are x86 specific. And >inb/outb already have arch dependent implementations. Then again, the Linux equivalents live in drivers/pnp. There is also a directory drivers/pci. Not sure what the logic is there. |