Helping You Improve Eye Sight - Naturally!

2010-09-28 Thread Dr. William H. Bates
Helping You Improve Eye Sight - Naturally! Don't Let Your Vision Problems Stop You From Living A Care-Free Life If Glasses and Contacts Harms Vision and Surgery Is Too Risky, Then How Can I Improve My Eyesight? Click here : http://money-wall.com/index.php/improve-eye-sight

Re: merge pms and pmsi + added support for some of mouse

2010-09-28 Thread Mark Kettenis
> Date: Wed, 29 Sep 2010 03:21:21 +0600 > From: Alexandr Shadchin > > On Mon, Sep 27, 2010 at 01:10:58PM -0700, Matthew Dempsky wrote: > > On Mon, Sep 27, 2010 at 10:42 AM, Alexandr Shadchin > > wrote: > > >if (pa->pa_slot != PCKBC_AUX_SLOT) > > > -return (0); > > > +return 0

Re: merge pms and pmsi + added support for some of mouse

2010-09-28 Thread Theo de Raadt
> On Mon, Sep 27, 2010 at 01:10:58PM -0700, Matthew Dempsky wrote: > > On Mon, Sep 27, 2010 at 10:42 AM, Alexandr Shadchin > > wrote: > > >if (pa->pa_slot != PCKBC_AUX_SLOT) > > > -return (0); > > > +return 0; > > > > "return (x)" is proper KNF. Please don't undo it. > > I h

Re: merge pms and pmsi + added support for some of mouse

2010-09-28 Thread Alexandr Shadchin
On Mon, Sep 27, 2010 at 01:10:58PM -0700, Matthew Dempsky wrote: > On Mon, Sep 27, 2010 at 10:42 AM, Alexandr Shadchin > wrote: > >if (pa->pa_slot != PCKBC_AUX_SLOT) > > -return (0); > > +return 0; > > "return (x)" is proper KNF. Please don't undo it. I have recently seen mo

Re: glxpcib unification

2010-09-28 Thread Paul Irofti
On Tue, Sep 28, 2010 at 06:51:07PM +, Miod Vallat wrote: > > This is the first step into moving the glxpcib driver into MI land. > > > > The following diff brings the loongson and i386 drivers as close > > together as possible. The only difference after applying the diff are > > some defines

Re: glxpcib unification

2010-09-28 Thread Miod Vallat
> This is the first step into moving the glxpcib driver into MI land. > > The following diff brings the loongson and i386 drivers as close > together as possible. The only difference after applying the diff are > some defines which are already handled properly (from an MI point of > view) in loon

glxpcib unification

2010-09-28 Thread Paul Irofti
This is the first step into moving the glxpcib driver into MI land. The following diff brings the loongson and i386 drivers as close together as possible. The only difference after applying the diff are some defines which are already handled properly (from an MI point of view) in loongson/dev/glx

CONFIRMATION D'ABONNNEMENT A LA GOUVLETTER

2010-09-28 Thread CICG (Centre d'Information et de Communication Gouvernementale)
Visitez le portail officiel du ( "http://www.gouv.ci/index.php"; ) Gouvernement de Ctte d'Ivoire, Cliquez ici ( "http://www.gouv.ci"; ) ( "http://www.gouv.ci"; ) FORMULAIRE D'ABONNEMENT Dans le cadre de la diffusion de l'information gouvernementale, le C.I.C.G (Centre d'Information et de C

Re: Handling sysctl hw.serialno

2010-09-28 Thread Ted Unangst
You're asking why something that doesn't exist can't be found? It can't be found because it doesn't exist. What would you like the sysctl to return if there's no serialno? On Tue, Sep 28, 2010 at 10:36 AM, Destan YILANCI (Parta) wrote: > Hello Everyone, > > I want to get serial number of hardwa

fix various TCP issues

2010-09-28 Thread Claudio Jeker
The new tcp send/recv socket buffer scaling uncovered a few bugs in our stack that seem to be around for some time but were well hidden. First hunk removes a totaly incorrect call of tcp_rscale(). It is not allowed to recalculate the receive scaling value after the initial SYN packet. We need to s

Ultimas unidades

2010-09-28 Thread DigitalesNet
Gps Garmin Nuvi 205w USD 155 Sony SX44 USD 339 JVC MG750 USD 419 Canon SX20is USD 459 Sony XR550 USD

[PATCH] Add product name for Radeon Mobility 4200 series cards.

2010-09-28 Thread Brynet
Morning, I recently picked up a new (..well, to me) Acer Aspire 5551 notebook which includes an ATI Mobility Radeon 4250, it seems all 42xx mobility series cards use the same product ID so the following patch just calls them all "4200". In the latest amd64 snapshot the xf86-video-ati driver is a

Handling sysctl hw.serialno

2010-09-28 Thread Destan YILANCI (Parta)
Hello Everyone, I want to get serial number of hardware with handling sysctl. I've got a little code below: #include #include #include #include #include int main(int argc, char **argv) { char cpubuf[1024]; size_t len; int mib[5]; mib[0] = CTL_HW; mib

diff: nuke a redundant check for cpu_unidle() (i386)

2010-09-28 Thread Vladimir Kirillov
Hello, t...@! Subj, cpu_unidle() does that check itself. Index: i386/machdep.c === RCS file: /cvs/src/sys/arch/i386/i386/machdep.c,v retrieving revision 1.481 diff -u -p -r1.481 machdep.c --- i386/machdep.c 5 Aug 2010 21:10:09 -

Re: the right spot for ifa_add...

2010-09-28 Thread Henning Brauer
hello? * Henning Brauer [2010-09-24 10:35]: > I'd really like more and heacy testing on this. has the potential for > a great speedup on boxes with many IPs. > > * Henning Brauer [2010-09-23 13:51]: > > oups, one superfluous check forgotten to remove. > > > > note to self: in main tree on anak