And it works better if you send the actual diff you would like tested
sorry about this, but please test this one.
Index: sys/dev/acpi/acpicpu.c
===
RCS file: /cvs/src/sys/dev/acpi/acpicpu.c,v
retrieving revision 1.53
diff -N -u -p -u
Hi there,
This will call the ACPI _PDC method, normally this ins't implemented on
systems with amd processors but the acpi spec says that we should try
and evaulate it anyway. In addition to the diff that was backed out
prior to the 4.5 release it will also attempt to evaluate the OSC method
on ea
typo, noted.
I will not spam this list with a new diff.
On 6 jun 2009, at 18.12, Maxim Bourmistrov wrote:
Hello,
diff below adds missing antenna selection to rt2661.
rt2x00.serialmonkey.com used as reference.
//maxim
Index: rt2661.c
Hello,
diff below adds missing antenna selection to rt2661.
rt2x00.serialmonkey.com used as reference.
//maxim
Index: rt2661.c
===
RCS file: /cvs/src/sys/dev/ic/rt2661.c,v
retrieving revision 1.48
diff -u -p -r1.48 rt2661.c
--- rt26