Re: Please test this diff on as many acpi systems as possible

2009-06-06 Thread gwk
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

Please test this diff on as many acpi systems as possible

2009-06-06 Thread gwk
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

Re: rt2661_select_antenna()-diff

2009-06-06 Thread Maxim Bourmistrov
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

rt2661_select_antenna()-diff

2009-06-06 Thread Maxim Bourmistrov
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