improved implementation of pci_ram_address()
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4872 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
283e146548
commit
7e277be485
@ -244,5 +244,5 @@ pci_mech2_write_config(uint8 bus, uint8 device, uint8 function, uint8 offset, ui
|
|||||||
void *
|
void *
|
||||||
pci_ram_address(const void *physical_address_in_system_memory)
|
pci_ram_address(const void *physical_address_in_system_memory)
|
||||||
{
|
{
|
||||||
return 0;
|
return physical_address_in_system_memory;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user