Also clear the pci_address_space bit from the bus_master_base. Again might help on bug #1683.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23200 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -184,6 +184,7 @@ controller_probe(device_node_handle parent)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bus_master_base &= ~PCI_address_space;
|
||||||
for (index = 0; index < num_channels; index++) {
|
for (index = 0; index < num_channels; index++) {
|
||||||
command_block_base[index] &= ~PCI_address_space;
|
command_block_base[index] &= ~PCI_address_space;
|
||||||
control_block_base[index] &= ~PCI_address_space;
|
control_block_base[index] &= ~PCI_address_space;
|
||||||
|
|||||||
Reference in New Issue
Block a user