* 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:
Alexander von Gluck IV 2011-08-02 22:16:23 +00:00
parent 52aeea2482
commit 39b96f9e92

View File

@ -86,7 +86,7 @@ radeon_hd_init(radeon_info &info)
// *** AtomBIOS mapping
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,
info.pci->u.h0.rom_size,
B_ANY_KERNEL_ADDRESS, B_READ_AREA | B_WRITE_AREA,