Added some debug output - the driver is actually working under R5 as well, I just

didn't test it correctly last time...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16873 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-03-25 16:29:02 +00:00
parent e404297e56
commit 943578b15b
5 changed files with 43 additions and 6 deletions
@@ -70,7 +70,7 @@ PhysicalMemoryMapper::Keep()
// #pragma mark -
#if 0
#define DUMPED_BLOCK_SIZE 16
void
@@ -86,7 +86,7 @@ dumpBlock(int file, const uint8 *buffer, int size)
for (; i < start+DUMPED_BLOCK_SIZE; i++) {
if (!(i % 4))
pos += snprintf(line + pos, sizeof(line) - pos, " ");
pos += sprintf(line + pos, sizeof(line) - pos, " ");
if (i >= size)
break;
@@ -98,7 +98,7 @@ dumpBlock(int file, const uint8 *buffer, int size)
write(file, line, pos);
}
}
#endif
status_t
intel_extreme_init(intel_info &info)