rfc: acpi wmi diff

2013-11-16 Thread Kyle R W Milz
tech@, Here is an initial implementation of a generic acpi wmi framework and a single consumer for the framework that lets the volume adjustment keys on an asus ux31e work. The generic framework could be used to support hotkeys found in different acer, dell, hp, msi, other laptops. This is by

acpi wmi diff

2013-11-08 Thread Kyle R W Milz
tech@ The diff here is the start of an ACPI WMI implementation to try and support the hotkeys on my newer asus laptop. I wanted to get some feedback on this before I went any further. With this patch I get a line like this in dmesg: acpiwmi at acpi0 not configured so I think it is detecting

Re: rman.h

2013-09-18 Thread Kyle R W Milz
On Wed, Sep 18, 2013 at 08:04:16PM +, Miod Vallat wrote: I was porting over some freebsd kernel code and came across a struct rman and some rman_* utility functions, defined in fbsd's sys/rman.h . Does obsd have an equivalent interface? The ``get some ranges from a global

Re: rman.h

2013-09-18 Thread Kyle R W Milz
On Wed, Sep 18, 2013 at 02:01:10PM +, Ted Unangst wrote: On Tue, Sep 17, 2013 at 13:54, Kyle R W Milz wrote: tech@, I was porting over some freebsd kernel code and came across a struct rman and some rman_* utility functions, defined in fbsd's sys/rman.h . Does obsd have

rman.h

2013-09-17 Thread Kyle R W Milz
tech@, I was porting over some freebsd kernel code and came across a struct rman and some rman_* utility functions, defined in fbsd's sys/rman.h . Does obsd have an equivalent interface?

Patriot Wireless N USB Adapter

2013-09-14 Thread Kyle R. W. Milz
Tech, Recently purchased the Patriot PCUSBW1150 wireless adapter and it works great with the urtwn driver. Perchance it can be added to the HARDWARE section of the man page? urtwn0 at uhub1 port 2 Realtek 802.11n WLAN Adapter rev 2.00/2.00 addr 3 urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R, address

Re: Patriot Wireless N USB Adapter

2013-09-14 Thread Kyle R. W. Milz
I'll stop being lazy, maybe this will make things easier for you. Full disclosure: first patch I've sent to this list. Index: share/man/man4/urtwn.4 === RCS file: /cvs/src/share/man/man4/urtwn.4,v retrieving revision 1.24 diff -u

Re: Patriot Wireless N USB Adapter

2013-09-14 Thread Kyle R W Milz
On Sat, Sep 14, 2013 at 07:05:53PM +0059, Jason McIntyre wrote: On Sat, Sep 14, 2013 at 07:52:51PM +0200, David Coppa wrote: On Sat, Sep 14, 2013 at 7:48 PM, Kyle R. W. Milz k...@getaddrinfo.net wrote: I'll stop being lazy, maybe this will make things easier for you. Full disclosure