Re: sbc and pcm

1999-11-30 Thread Doug Rabson
On Tue, 30 Nov 1999 [EMAIL PROTECTED] wrote: > On Tue, 23 Nov 1999 04:22:39 +0800, > Peter Wemm <[EMAIL PROTECTED]> said: > > >> Mostly, sbc.c is handling PnP ID matching in a totally bogus manner. > > Peter> Yes, it's quite bogus and is incompatible with motherboard devices. There > Peter>

Re: sbc and pcm

1999-11-29 Thread tanimura
The following patch makes sbc_probe() to look at the vendor ID only for AWE64. Also, any device that has a logical ID matching 0x??0080ce should get probed. Index: sbc.c === RCS file: /home/ncvs/src/sys/dev/sound/isa/sbc.c,v retri

Re: sbc and pcm

1999-11-29 Thread tanimura
On Tue, 23 Nov 1999 04:22:39 +0800, Peter Wemm <[EMAIL PROTECTED]> said: >> Mostly, sbc.c is handling PnP ID matching in a totally bogus manner. Peter> Yes, it's quite bogus and is incompatible with motherboard devices. There Peter> should be no vendor ID references in there at all, that's fo

Re: sbc and pcm

1999-11-29 Thread Peter Wemm
[EMAIL PROTECTED] wrote: > On Tue, 23 Nov 1999 04:22:39 +0800, > Peter Wemm <[EMAIL PROTECTED]> said: > > >> Mostly, sbc.c is handling PnP ID matching in a totally bogus manner. > > Peter> Yes, it's quite bogus and is incompatible with motherboard devices. T here > Peter> should be no ven

Re: sbc and pcm

1999-11-23 Thread Doug Rabson
On Tue, 23 Nov 1999, Peter Wemm wrote: > "Matthew N. Dodd" wrote: > > On Mon, 22 Nov 1999, Nick Hibma wrote: > > > My compliments on the sbc bridge drivers. This is what newbus is > > > supposed to look like. Anyone wanting to know what a bridge driver is, > > > have a look at > > > > > > sys/

Re: sbc and pcm

1999-11-22 Thread Nick Hibma
> > My compliments on the sbc bridge drivers. This is what newbus is > > supposed to look like. Anyone wanting to know what a bridge driver is, > > have a look at ... > Actually, I've a few issues with it but I'm sure Peter will cover anything > I have to say. > > Mostly, sbc.c is handling

Re: sbc and pcm

1999-11-22 Thread Peter Wemm
"Matthew N. Dodd" wrote: > On Mon, 22 Nov 1999, Nick Hibma wrote: > > My compliments on the sbc bridge drivers. This is what newbus is > > supposed to look like. Anyone wanting to know what a bridge driver is, > > have a look at > > > > sys/dev/sound/isa/sbc.c > > > > Beautiful in its simpli

Re: sbc and pcm

1999-11-22 Thread Matthew N. Dodd
On Mon, 22 Nov 1999, Nick Hibma wrote: > My compliments on the sbc bridge drivers. This is what newbus is > supposed to look like. Anyone wanting to know what a bridge driver is, > have a look at > > sys/dev/sound/isa/sbc.c > > Beautiful in its simplicity: > > probe > attach (

sbc and pcm

1999-11-22 Thread Nick Hibma
My compliments on the sbc bridge drivers. This is what newbus is supposed to look like. Anyone wanting to know what a bridge driver is, have a look at sys/dev/sound/isa/sbc.c Beautiful in its simplicity: probe attach (create a few children: pcm, midi, etc.) help