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:
parent
576bb2455b
commit
f8e6b29ada
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user