removed unneccessary annoying printout leftovers

This commit is contained in:
Markus Fröschle
2013-10-27 06:39:29 +00:00
parent 681343829c
commit 720f3dc720
3 changed files with 11 additions and 13 deletions

View File

@@ -87,7 +87,7 @@ void pci_scan(void)
xprintf("PCI bus scan\r\n");
for (bus = 0; bus < 1; bus++)
{
for (slot = 0; slot < 16; slot++)
for (slot = 0; slot < 32; slot++)
{
for (function = 0; function < 8; function++)
{