Work in progress while trying to fix ticket #2227:

- Ooops. Copy and paste bug.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26863 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Bruno G. Albuquerque
2008-08-07 17:05:12 +00:00
parent 2f1be5703c
commit 7c7dc861e8
@@ -70,7 +70,7 @@ jmicron_fixup_ahci(PCI *pci, int domain, uint8 bus, uint8 device,
// mode. Right now, the write operation bellow is a no-op. // mode. Right now, the write operation bellow is a no-op.
// Write controller control register (0x40). // Write controller control register (0x40).
pci->WriteConfig(domain, bus, device, 1, 0x40, 4, val); pci->WriteConfig(domain, bus, device, function, 0x40, 4, val);
} }
} }