Re: ACPI PCI mapping revert diff

2010-07-01 Thread Stuart Henderson
On 2010/07/01 11:27, jordan hargrave wrote: > Hmm.. this should work off -current (the reverted stuff). > rm *.c *.h in dev/acpi > cvs xxx -q up -PAd > patch < revert.diff Oh I see what it is, your mail got mangled with format=flowed: Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII > E

Re: ACPI PCI mapping revert diff

2010-07-01 Thread jordan hargrave
Hmm.. this should work off -current (the reverted stuff). rm *.c *.h in dev/acpi cvs xxx -q up -PAd patch < revert.diff Essentially, it's a backout of the backout, plus the _HID change.. The hid diff alone (makes R210 work on pre-revert) is: Index: dsdt.c ==

Re: ACPI PCI mapping revert diff

2010-07-01 Thread Stuart Henderson
On 2010/07/01 03:37, Jordan Hargrave wrote: > So found the problem; on the R210 the AML code CHANGES the _HID for > the PCI Root Bus depending on the _OSI OS running.. UGH > > I'd had code in dsdt.c for ages that converted the _HID integer value > to its PNP-string equivalent at create time. How

ACPI PCI mapping revert diff

2010-07-01 Thread Jordan Hargrave
So found the problem; on the R210 the AML code CHANGES the _HID for the PCI Root Bus depending on the _OSI OS running.. UGH I'd had code in dsdt.c for ages that converted the _HID integer value to its PNP-string equivalent at create time. However with the dynamic _HID changing code in the A