Modify Thomas's radeon driver to fit our build structure.
Still needs woork to properly enable logging and extra settings. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6983 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
Copyright (c) 2002, Thomas Kurschel
|
||||
|
||||
|
||||
Part of Radeon driver
|
||||
|
||||
BIOS scratch registers
|
||||
*/
|
||||
|
||||
#ifndef _BIOS_REGS_H
|
||||
#define _BIOS_REGS_H
|
||||
|
||||
#define RADEON_BIOS_0_SCRATCH 0x0010
|
||||
#define RADEON_BIOS_1_SCRATCH 0x0014
|
||||
#define RADEON_BIOS_2_SCRATCH 0x0018
|
||||
#define RADEON_BIOS_3_SCRATCH 0x001c
|
||||
#define RADEON_BIOS_4_SCRATCH 0x0020
|
||||
#define RADEON_BIOS_5_SCRATCH 0x0024
|
||||
#define RADEON_BIOS_6_SCRATCH 0x0028
|
||||
#define RADEON_BIOS_7_SCRATCH 0x002c
|
||||
|
||||
#define RADEON_TEST_DEBUG_CNTL 0x0120
|
||||
#define RADEON_TEST_DEBUG_MUX 0x0124
|
||||
#define RADEON_TEST_DEBUG_OUT 0x012c
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user