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:
@@ -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.
|
||||
|
||||
// Write controller control register (0x40).
|
||||
pci->WriteConfig(domain, bus, device, 1, 0x40, 4, val);
|
||||
pci->WriteConfig(domain, bus, device, function, 0x40, 4, val);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user