mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
disable temporaly the PCI suppoert
this currently not required because we don't have a valid PCI driver...
This commit is contained in:
parent
5373dbc9d3
commit
5706e30be6
2 changed files with 4 additions and 1 deletions
|
@ -676,7 +676,7 @@ inline static int system_init(void)
|
|||
{
|
||||
gdt_install();
|
||||
cpu_detection();
|
||||
pci_init();
|
||||
//pci_init();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#if 0
|
||||
#include <hermit/stdio.h>
|
||||
#include <hermit/string.h>
|
||||
#include <hermit/errno.h>
|
||||
|
@ -214,3 +215,5 @@ int print_pci_adapters(void)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue