Chameleon

Chameleon Commit Details

Date:2014-10-23 08:33:14 (9 years 6 months ago)
Author:Chuck Fry
Commit:2452
Parents: 2451
Message:Some char[] variables really want to be local and writable (duh!). Undo part of previous change.
Changes:
M/branches/chucko/i386/libsaio/acpi_patcher.c

File differences

branches/chucko/i386/libsaio/acpi_patcher.c
218218
219219
220220
221
221
222222
223223
224224
225225
226226
227227
228
228
229229
230230
231231
0x31, 0x03, 0x10, 0x20/* 1.._*/
};
static char const resource_template_register_fixedhw[] =
char resource_template_register_fixedhw[] =
{
0x11, 0x14, 0x0A, 0x11, 0x82, 0x0C, 0x00, 0x7F,
0x01, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x01, 0x79, 0x00
};
static char const resource_template_register_systemio[] =
char resource_template_register_systemio[] =
{
0x11, 0x14, 0x0A, 0x11, 0x82, 0x0C, 0x00, 0x01,
0x08, 0x00, 0x00, 0x15, 0x04, 0x00, 0x00, 0x00,

Archive Download the corresponding diff file

Revision: 2452