* Rename PCI rom shared area.. isn't AtomBios until we verify it is
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42546 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -86,7 +86,7 @@ radeon_hd_init(radeon_info &info)
|
|||||||
|
|
||||||
// *** AtomBIOS mapping
|
// *** AtomBIOS mapping
|
||||||
AreaKeeper romMapper;
|
AreaKeeper romMapper;
|
||||||
info.rom_area = romMapper.Map("radeon hd AtomBIOS",
|
info.rom_area = romMapper.Map("radeon hd rom",
|
||||||
(void *)info.pci->u.h0.rom_base,
|
(void *)info.pci->u.h0.rom_base,
|
||||||
info.pci->u.h0.rom_size,
|
info.pci->u.h0.rom_size,
|
||||||
B_ANY_KERNEL_ADDRESS, B_READ_AREA | B_WRITE_AREA,
|
B_ANY_KERNEL_ADDRESS, B_READ_AREA | B_WRITE_AREA,
|
||||||
|
|||||||
Reference in New Issue
Block a user