-current on ibm tp a20p?

2000-11-24 Thread Christian Carstensen
hi, has someone of you got -current working on a ibm thinkpad a20p? at the moment, i can't use pccard and sound card support. to be honest, this problem is not -current specific, - it also occurs with 4.x os. the sound card is a Crystal Semiconductor CS 4624 controller with CS 4297A AC97 codec,

RE: Mutex, SMBUS, ACPI (Re: how to mutex'ify a device driver)

2000-11-24 Thread John Baldwin
On 23-Nov-00 Nicolas Souchu wrote: > On Wed, Nov 22, 2000 at 04:58:32PM -0800, Archie Cobbs wrote: >> As a relatively simple exercise in -current kernel programming, >> I'm planning to mutex'ify the ichsmb(4) device driver (this is >> a relatively simple driver that currently uses splhigh()). I'd

Re: -current scheduler strangeness

2000-11-24 Thread Rogier R. Mulhuijzen
(Stuff about sound skippage & mouse jerkiness snipped) >I'm getting this too, in fact even pcmplay (about as minimalistic as you >can get) skips a lot and often throws hwptr went backwards. Oh yeah, I'm >using an AWE64 PnP as well. Making the sound buffer 32K instead of 4K (like a related threa

Re: -current on ibm tp a20p?

2000-11-24 Thread Rogier R. Mulhuijzen
> >when inserting a pccard, the card is not being recognized, pccardd tends >to call it something like "Null, Null". 1) is this a CardBus card maybe? 2) What does 'pccardc dumpcis' return? DocWilco To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in

Re: RFC: /dev/console -> /var/log/messages idea/patch

2000-11-24 Thread Alexander Leidinger
On 24 Nov, Cyrille Lefevre wrote: >> >> The attached patch is a "proof-of-concept" on which I would like >> >> to get some comments: >> > >> > I'm only a moronic user, but this would make my life easier. My machine >> > switches into 132x43 on startup, and I always lose the output. So this >>

Re: slight improvement in locore.s?

2000-11-24 Thread Matt Dillon
My two cents: If it's assembly, and it works, and you didn't write it... then don't mess with it unless you absolutely have to. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: -current on ibm tp a20p?

2000-11-24 Thread Christian Carstensen
On Fri, 24 Nov 2000, Rogier R. Mulhuijzen wrote: > 1) is this a CardBus card maybe? It happens with a) Lucent WaveLAN (silver) b) 3com 3c589d > 2) What does 'pccardc dumpcis' return? Code 85 not found Code 85 not found code Unknown ignored Code 134 not found Code 134 not found code Unk

Re: Confusing error messages from shell image activation

2000-11-24 Thread Garrett Wollman
< said: > Um - compliance with what, exactly? IEEE Std.1003.1-1990 et seq. -GAWollman To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: -current on ibm tp a20p?

2000-11-24 Thread Christian Carstensen
On Fri, 24 Nov 2000, Rogier R. Mulhuijzen wrote: > >It happens with > > > >a) Lucent WaveLAN (silver) > >b) 3com 3c589d > > Are they PCMCIA or CardBus? they are both PCMCIA, not CardBus. regards, Christian To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-

OpenSSH 2.3.0 pre-upgrade

2000-11-24 Thread Brian F. Feldman
(Please direct followups to [EMAIL PROTECTED] and remove all extraneous addresses. I'm cross-posting in hopes of reaching the right audiences that won't necessarily overlap.) It's time again for an upgrade to our FreeBSD OpenSSH. Version 2.3.0 was released a few weeks back, and working off tha

Re: -current on ibm tp a20p?

2000-11-24 Thread Yoichi ASAI
Christian Carstensen <[EMAIL PROTECTED]> wrote: > has someone of you got -current working on a ibm thinkpad a20p? > at the moment, i can't use pccard and sound card support. > to be honest, this problem is not -current specific, - it also occurs > with 4.x os. I have ThinkPad A20m, perhaps that

Re: -current scheduler strangeness

2000-11-24 Thread Alex Zepeda
On Mon, Nov 20, 2000 at 03:43:27PM +0100, Szilveszter Adam wrote: > The messages did not start with SMPNG but got a *lot* more frequent in the > last couple of weeks, making listening to mp3-s a real annoyance during any > more serious system activity. (Earlier, ie in the early fall and in the >

stranges in threads implementation... possible bug?

2000-11-24 Thread Sergey Osokin
Hello! My friend find some stranges in FreeBSD threads implementation... Here is a "special" code: = #include #include #include #include #include #include #define Debug(x)printf x extern "C" { typedef void *(*_THR_C_FUNC)(void *args); } typedef