From aaede87d03f4ee05d32fe89f89da70c1436a5001 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Tue, 19 Aug 2014 09:25:05 +0200 Subject: minor changes to boot loader and pci scanner --- kernel/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel') diff --git a/kernel/pci.c b/kernel/pci.c index 6cf71f8..5e1c869 100644 --- a/kernel/pci.c +++ b/kernel/pci.c @@ -131,7 +131,7 @@ uint16_t pciCheck(uint8_t bus, uint8_t slot) // uint16_t irq2=pciConfigReadWord(bus,slot,0,0x3E); test_bar(bus,slot,0x10); - // test_bar(bus,slot,0x14); + test_bar(bus,slot,0x14); test_bar(bus,slot,0x18); // scr_put_hex(irq); -- cgit v1.2.3