Re: sparc64 Kernel build failure

2010-04-28 Thread Luis Henriques
There was a commit that affects the build system a couple of hours ago. Try updating again your CVS tree, maybe it fixes it. -- Luis On Wed, Apr 28, 2010 at 5:17 PM, Duncan Patton a Campbell campb...@neotext.ca wrote: In the process of upgrading my sparc64 I pulled cvs and built according to

Re: ath AR5424 support

2010-01-23 Thread Luis Henriques
On Fri, Jan 22, 2010 at 10:55:22PM -0500, Daniel Dickman wrote: 1) Most of the code I'm using is from Linux driver which is AFAIK GPL'ed code. Is this a problem? Why do you think the code is GPL'ed? What driver did you look at? Some of the atheros code in the linux kernel comes from

Re: ath AR5424 support

2010-01-23 Thread Luis Henriques
On Sat, Jan 23, 2010 at 10:23:36AM +0100, Dorian B?ttner wrote: Brynet schrieb: Luis Henriques wrote: Hi! I finally got tired of not using my wireless card on my laptop and decided to take a look at the code. I compared the ath OpenBSD code with similar drivers on NetBSD and Linux

ath AR5424 support

2010-01-22 Thread Luis Henriques
Hi! I finally got tired of not using my wireless card on my laptop and decided to take a look at the code. I compared the ath OpenBSD code with similar drivers on NetBSD and Linux kernels, start adding/correcting the ath code and finally got it to work. I am currently able to use my AR5424

CPUID support on top

2009-12-04 Thread Luis Henriques
Not sure if useful to anyone else, but here it goes a patch that adds a new column to top, showing the last CPUID where a process has been seen. Other top implementations have this feature, which can be useful on some situations. Solution may not be very elegant, but it was the one which

Re: CPUID support on top

2009-12-04 Thread Luis Henriques
On Fri, Dec 04, 2009 at 04:27:06PM -0700, Theo de Raadt wrote: Not sure if useful to anyone else, but here it goes a patch that adds a new column to top, showing the last CPUID where a process has been seen. Other top implementations have this feature, which can be useful on some