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:
Michael Lotz 2008-01-01 14:36:51 +00:00
parent 576bb2455b
commit f8e6b29ada

View File

@ -184,6 +184,7 @@ controller_probe(device_node_handle parent)
break;
}
bus_master_base &= ~PCI_address_space;
for (index = 0; index < num_channels; index++) {
command_block_base[index] &= ~PCI_address_space;
control_block_base[index] &= ~PCI_address_space;