Re: correction to video.4?

2010-04-27 Thread Marcus Glocker
On Wed, Apr 28, 2010 at 03:07:07AM +0300, Sviatoslav Chagaev wrote: > Not sure if this should be patched, since from what I understand, ioctl > never has direct parameters, but always only pointers? > Well, I didn't know that and I actually tried to pass an int, since > descriptions of other ioctl

correction to video.4?

2010-04-27 Thread Sviatoslav Chagaev
Not sure if this should be patched, since from what I understand, ioctl never has direct parameters, but always only pointers? Well, I didn't know that and I actually tried to pass an int, since descriptions of other ioctl's of this dev explicitly state that a pointer must be passed, but these said

pf_ioctl.c DIOCCHANGERULE

2010-04-27 Thread Alexander Vladimirov
Revision 1.231 removed a line from DIOCCHANGERULE case in pf_ioctl.c which was checking pcr->pool_ticket: changed if (!(pcr->action == PF_CHANGE_REMOVE || pcr->action == PF_CHANGE_GET_TICKET) && pcr->pool_ticket != ticket_pabuf) { error = EBUSY; break; } to if (!(pcr->action ==

Re: problem understanding install.md and the shell in general

2010-04-27 Thread Kenneth R Westerback
On Tue, Apr 27, 2010 at 11:51:28PM +0200, Toni Mueller wrote: > Hi, > > while playing with Nick Bender's auto-install stuff, I hit a problem: > > > In src/distrib/i386/common/install.md, I see this code: > > > > NCPU=$(sysctl -n hw.ncpufound) > > ((NCPU > 1)) && { DEFAULTSETS="bs

problem understanding install.md and the shell in general

2010-04-27 Thread Toni Mueller
Hi, while playing with Nick Bender's auto-install stuff, I hit a problem: In src/distrib/i386/common/install.md, I see this code: NCPU=$(sysctl -n hw.ncpufound) ((NCPU > 1)) && { DEFAULTSETS="bsd bsd.rd bsd.mp" ; SANESETS="bsd bsd.mp" ; } Executing this during insta

Re: Add support to AR5424

2010-04-27 Thread Luis Henriques
On Tue, Apr 27, 2010 at 10:59:21AM +0800, Alexander Vladimirov wrote: > On Mon, 26 Apr 2010 20:59:45 +0100 > Luis Henriques wrote: > > > @@ -1150,9 +1179,17 @@ ar5k_ar5212_reset_tx_queue(struct ath_ha > > /* > > * Set misc registers > > */ > > + /* Enable DCU early termination for

Re: Add support to AR5424

2010-04-27 Thread Luis Henriques
On Tue, Apr 27, 2010 at 3:59 AM, Alexander Vladimirov wrote: > On Mon, 26 Apr 2010 20:59:45 +0100 > Luis Henriques wrote: > >> @@ -1150,9 +1179,17 @@ ar5k_ar5212_reset_tx_queue(struct ath_ha >> /* >>* Set misc registers >>*/ >> + /* Enable DCU early termination for this