diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-19 09:25:05 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-19 09:25:05 +0200 |
| commit | aaede87d03f4ee05d32fe89f89da70c1436a5001 (patch) | |
| tree | 2ec17d7db7b5e462504213ec3c38aad4005e968a /kernel | |
| parent | 71ee34fec93bd8bdbc7800752571746b0a210653 (diff) | |
minor changes to boot loader and pci scanner
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
