mirror of
https://github.com/kenshineto/kern.git
synced 2025-04-21 04:42:25 +00:00
fix tripple pci device print
This commit is contained in:
parent
2dc54d9238
commit
31932482cd
1 changed files with 0 additions and 2 deletions
|
@ -137,8 +137,6 @@ void pci_init(void)
|
||||||
printf("PCI DEVICES\n");
|
printf("PCI DEVICES\n");
|
||||||
for (size_t i = 0; i < pci_table_next; i++) {
|
for (size_t i = 0; i < pci_table_next; i++) {
|
||||||
print_device(&pci_table[i]);
|
print_device(&pci_table[i]);
|
||||||
print_device(&pci_table[i]);
|
|
||||||
print_device(&pci_table[i]);
|
|
||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue