diff options
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/hardwaremain.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/boot/hardwaremain.c b/src/boot/hardwaremain.c index 11ad8e4b87..6e3aa1b27f 100644 --- a/src/boot/hardwaremain.c +++ b/src/boot/hardwaremain.c @@ -169,9 +169,7 @@ void hardwaremain(int boot_complete) printk_info("Finding PCI configuration type.\n"); pci_set_method(); post_code(0x5f); -#if 0 enumerate_static_devices(); -#endif dev_enumerate(); post_code(0x66); /* Now do the real bus. |