* add card instance to accelerant shared info

* when TRACE_ATOM is enabled in bios.c, we dump
  each accelerant instance of the AtomBIOS rom
  to disk in /boot/common/cache/tmp/ (next to usb
  hid descriptors in the same file name format)
* these images can be parsed with the AtomDis application


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42622 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexander von Gluck IV
2011-08-11 05:17:34 +00:00
parent f1383bbf4d
commit a823207363
4 changed files with 37 additions and 0 deletions
@@ -75,6 +75,7 @@ struct overlay_registers;
struct radeon_shared_info {
uint32 device_index; // accelerant index
uint32 device_id; // device pciid
area_id mode_list_area; // area containing display mode list
uint32 mode_count;