Re: elf obj load: skip zero-sized sections early

2010-07-07 Thread Andriy Gapon
What do you think about something like the following? diff --git a/sys/sys/pcpu.h b/sys/sys/pcpu.h index 1ee7717..ddfdefc 100644 --- a/sys/sys/pcpu.h +++ b/sys/sys/pcpu.h @@ -53,14 +53,17 @@ extern uintptr_t *__start_set_pcpu; extern uintptr_t *__stop_set_pcpu; -__asm__( -#ifdef __arm__ -

Re: [Patch] Kgmon/Gprof On/Off Switch

2010-07-07 Thread Bruce Evans
On Tue, 6 Jul 2010, Sean Bruno wrote: On Thu, 2010-07-01 at 16:46 -0700, Sean Bruno wrote: Found this lying around the Yahoo tree this week. Basically it allows you to activate, reset and deactivate profiling with the '-f" flag. I want something like this, but this implementation has too man

Re: [Patch] Kgmon/Gprof On/Off Switch

2010-07-07 Thread Sean Bruno
On Tue, 2010-07-06 at 17:40 -0700, Bruce Evans wrote: > On Tue, 6 Jul 2010, Sean Bruno wrote: > > > On Thu, 2010-07-01 at 16:46 -0700, Sean Bruno wrote: > >> Found this lying around the Yahoo tree this week. Basically it allows > >> you to activate, reset and deactivate profiling with the '-f" fl

envy24 driver broken

2010-07-07 Thread xorquewasp
Hello. Is anyone using the envy24 audio driver? I've tried it with two cards (M-Audio Delta 66, M-Audio Audiophile) and it just doesn't work properly. Both are claimed to be supported and yet they spew errors to the console on boot: WRITE_MIXER: Device not configured WRITE_MIXER: Device not conf

Re: envy24 driver broken

2010-07-07 Thread pluknet
On 7 July 2010 22:39, wrote: > Hello. > > Is anyone using the envy24 audio driver? > > I've tried it with two cards (M-Audio Delta 66, M-Audio Audiophile) > and it just doesn't work properly. Both are claimed to be supported > and yet they spew errors to the console on boot: > > WRITE_MIXER: Devi

Re: envy24 driver broken

2010-07-07 Thread xorquewasp
On 2010-07-07 22:50:14, pluknet wrote: > > Hi! > > I have audiophile192 card, it uses a different envy24ht (not envy24), > but with the same mixer warnings you described above. > I saw these warning since time driver has been committed to the tree. Hi, Does the card actually work? Can you get

Re: envy24 driver broken

2010-07-07 Thread pluknet
On 7 July 2010 22:58, wrote: > On 2010-07-07 22:50:14, pluknet wrote: >> >> Hi! >> >> I have audiophile192 card, it uses a different envy24ht (not envy24), >> but with the same mixer warnings you described above. >> I saw these warning since time driver has been committed to the tree. > > Hi, > >