linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [POLITICAL] Re: ECS k7s5a audio sound SiS 735 - 7012
  2001-11-04 19:29 [POLITICAL] Re: ECS k7s5a audio sound SiS 735 - 7012 Manfred Spraul
@ 2001-11-04 17:28 ` Gérard Roudier
  2001-11-04 22:29   ` Jeff Garzik
  0 siblings, 1 reply; 10+ messages in thread
From: Gérard Roudier @ 2001-11-04 17:28 UTC (permalink / raw)
  To: Manfred Spraul; +Cc: John Fremlin, linux-kernel



On Sun, 4 Nov 2001, Manfred Spraul wrote:

> > Indeed. Could you all please hassle SiS for the datasheet for the 7012
> > integrated audio controller in the SiS 735?
>
> Sis is quite good at writing Linux drivers and they release the source
> under GPL - just search through google for bug reports for the sis900
> network driver.

Agreed, but we need more generic drivers when possible anyway. Just think
about Tekram drivers for DC-390 boards. They just ignored anything
different from Tekram adapters. Btw, my Netgear FA311 board is not handled
by the sis driver of linux-2.2.20 and my little finger tells me that it
could be so given a few code addition.

> And it's probably the only driver with a large list of the PHY's that
> are used by the mobo manufacturers with the nic, and the various ways to
> get at the correct negotiation result. That's something you won't be
> able to write even with the sis datasheet.

Let me adver^H^Hocate: :-)

Just some pricing from France:

- K7S5A (without NIC option) : FF  590
- ASUS A7M (example)         : FF 1300
- CM8378 Mentor sound board  : FF  119

K7S5A + Mentor sound board     -> FF  709
ASUS A7M (with bogus VIA 686B) -> FF 1300

The K7S5A is a great Mobo, good quality, very fast and very cheap, as long
as you donnot want to use on-board sound. :)

The K7S5A I have is used by my children under Windows, but I have stressed
it a lot under Linux and FreeBSD prior to leave them play with it.

> Just wait a bit, or try to convince nvidia that they should release the
> source of their driver if you want to do something now.

Good point.

  Gérard.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [POLITICAL] Re: ECS k7s5a audio sound SiS 735 - 7012
@ 2001-11-04 19:29 Manfred Spraul
  2001-11-04 17:28 ` Gérard Roudier
  0 siblings, 1 reply; 10+ messages in thread
From: Manfred Spraul @ 2001-11-04 19:29 UTC (permalink / raw)
  To: John Fremlin; +Cc: linux-kernel

> Indeed. Could you all please hassle SiS for the datasheet for the 7012
> integrated audio controller in the SiS 735?

Sis is quite good at writing Linux drivers and they release the source
under GPL - just search through google for bug reports for the sis900
network driver. 

And it's probably the only driver with a large list of the PHY's that
are used by the mobo manufacturers with the nic, and the various ways to
get at the correct negotiation result. That's something you won't be
able to write even with the sis datasheet.

Just wait a bit, or try to convince nvidia that they should release the
source of their driver if you want to do something now.

--
	Manfred

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [POLITICAL] Re: ECS k7s5a audio sound SiS 735 - 7012
  2001-11-04 17:28 ` Gérard Roudier
@ 2001-11-04 22:29   ` Jeff Garzik
  2001-11-04 22:52     ` Manfred Spraul
  0 siblings, 1 reply; 10+ messages in thread
From: Jeff Garzik @ 2001-11-04 22:29 UTC (permalink / raw)
  To: Gérard Roudier; +Cc: Manfred Spraul, John Fremlin, linux-kernel

Gérard Roudier wrote:
> different from Tekram adapters. Btw, my Netgear FA311 board is not handled
> by the sis driver of linux-2.2.20 and my little finger tells me that it
> could be so given a few code addition.

Unless you have a really strange board I haven't seen, NetGear FA311 are
the natsemi DP83815/6 chips, handling by either "natsemi" or "fa311"
drivers, not "sis900" driver...

What's the PCI id?

	Jeff


-- 
Jeff Garzik      | Only so many songs can be sung
Building 1024    | with two lips, two lungs, and one tongue.
MandrakeSoft     |         - nomeansno


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [POLITICAL] Re: ECS k7s5a audio sound SiS 735 - 7012
  2001-11-04 22:29   ` Jeff Garzik
@ 2001-11-04 22:52     ` Manfred Spraul
  2001-11-05 17:04       ` Gérard Roudier
  0 siblings, 1 reply; 10+ messages in thread
From: Manfred Spraul @ 2001-11-04 22:52 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Gérard Roudier, John Fremlin, linux-kernel

Jeff Garzik wrote:
> 
> Gérard Roudier wrote:
> > different from Tekram adapters. Btw, my Netgear FA311 board is not handled
> > by the sis driver of linux-2.2.20 and my little finger tells me that it
> > could be so given a few code addition.
> 
> Unless you have a really strange board I haven't seen, NetGear FA311 are
> the natsemi DP83815/6 chips, handling by either "natsemi" or "fa311"
> drivers, not "sis900" driver...
>
sis900 and natsemi are similar, probably both could be handled with one
driver.
e.g. freebsd has one driver for natsemi and sis900.

But I'm not a big fan of huge drivers that handle multiple 99%
compatible controllers and always break for one controller if you try to
fix another controller, so I won't try to merge them.

--
	Manfred

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [POLITICAL] Re: ECS k7s5a audio sound SiS 735 - 7012
  2001-11-04 22:52     ` Manfred Spraul
@ 2001-11-05 17:04       ` Gérard Roudier
  2001-11-05 19:58         ` Ben Greear
  2001-11-05 22:40         ` Alan Cox
  0 siblings, 2 replies; 10+ messages in thread
From: Gérard Roudier @ 2001-11-05 17:04 UTC (permalink / raw)
  To: Manfred Spraul; +Cc: Jeff Garzik, John Fremlin, linux-kernel



On Sun, 4 Nov 2001, Manfred Spraul wrote:

> Jeff Garzik wrote:
> >
> > Gérard Roudier wrote:
> > > different from Tekram adapters. Btw, my Netgear FA311 board is not handled
> > > by the sis driver of linux-2.2.20 and my little finger tells me that it
> > > could be so given a few code addition.
> >
> > Unless you have a really strange board I haven't seen, NetGear FA311 are
> > the natsemi DP83815/6 chips, handling by either "natsemi" or "fa311"
> > drivers, not "sis900" driver...
> >
> sis900 and natsemi are similar, probably both could be handled with one
> driver.
> e.g. freebsd has one driver for natsemi and sis900.
>
> But I'm not a big fan of huge drivers that handle multiple 99%
> compatible controllers and always break for one controller if you try to
> fix another controller, so I won't try to merge them.

So you would have preferred, for example, to have dozens of different
drivers for SYM53C8XX chips and probably as many for Adaptec aic7xxx ones.
And, probably, one set of different drivers per O/S. And why not one set
per O/S major version and even per adjacent ones of the same O/S.

Given all the different brands that use similar or compatibles chips, the
way you want drivers to be developped and maintained looks just
unrealistic to me.

  Gérard.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [POLITICAL] Re: ECS k7s5a audio sound SiS 735 - 7012
  2001-11-05 19:58         ` Ben Greear
@ 2001-11-05 18:11           ` Gérard Roudier
  0 siblings, 0 replies; 10+ messages in thread
From: Gérard Roudier @ 2001-11-05 18:11 UTC (permalink / raw)
  To: Ben Greear; +Cc: Manfred Spraul, Jeff Garzik, John Fremlin, linux-kernel



On Mon, 5 Nov 2001, Ben Greear wrote:

> Gérard Roudier wrote:
>
> >
> > On Sun, 4 Nov 2001, Manfred Spraul wrote:
> >
> >
> >>Jeff Garzik wrote:
> >>
> >>>Gérard Roudier wrote:
> >>>
> >>>>different from Tekram adapters. Btw, my Netgear FA311 board is not handled
> >>>>by the sis driver of linux-2.2.20 and my little finger tells me that it
> >>>>could be so given a few code addition.
> >>>>
> >>>Unless you have a really strange board I haven't seen, NetGear FA311 are
> >>>the natsemi DP83815/6 chips, handling by either "natsemi" or "fa311"
> >>>drivers, not "sis900" driver...
> >>>
> >>>
> >>sis900 and natsemi are similar, probably both could be handled with one
> >>driver.
> >>e.g. freebsd has one driver for natsemi and sis900.
> >>
> >>But I'm not a big fan of huge drivers that handle multiple 99%
> >>compatible controllers and always break for one controller if you try to
> >>fix another controller, so I won't try to merge them.
> >>
> >
> > So you would have preferred, for example, to have dozens of different
> > drivers for SYM53C8XX chips and probably as many for Adaptec aic7xxx ones.
> > And, probably, one set of different drivers per O/S. And why not one set
> > per O/S major version and even per adjacent ones of the same O/S.
> >
> > Given all the different brands that use similar or compatibles chips, the
> > way you want drivers to be developped and maintained looks just
> > unrealistic to me.
>
>
> Jeff has intimate knowledge of the Tulip driver, one of the more complex
> drivers that supports a bazillion different cards.  And also one of the hardest
> to get (and keep) working on all of the devices it seems....
>
> I think he has a very valid point....

Ok. I do understand the point, now.
Sorry for the misunderstanding. I caught the remark as a too general
statement.

May thanks for the efforts maintaining tulip drivers.

Regards,
  Gérard.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [POLITICAL] Re: ECS k7s5a audio sound SiS 735 - 7012
  2001-11-05 17:04       ` Gérard Roudier
@ 2001-11-05 19:58         ` Ben Greear
  2001-11-05 18:11           ` Gérard Roudier
  2001-11-05 22:40         ` Alan Cox
  1 sibling, 1 reply; 10+ messages in thread
From: Ben Greear @ 2001-11-05 19:58 UTC (permalink / raw)
  To: Gérard Roudier
  Cc: Manfred Spraul, Jeff Garzik, John Fremlin, linux-kernel



Gérard Roudier wrote:

> 
> On Sun, 4 Nov 2001, Manfred Spraul wrote:
> 
> 
>>Jeff Garzik wrote:
>>
>>>Gérard Roudier wrote:
>>>
>>>>different from Tekram adapters. Btw, my Netgear FA311 board is not handled
>>>>by the sis driver of linux-2.2.20 and my little finger tells me that it
>>>>could be so given a few code addition.
>>>>
>>>Unless you have a really strange board I haven't seen, NetGear FA311 are
>>>the natsemi DP83815/6 chips, handling by either "natsemi" or "fa311"
>>>drivers, not "sis900" driver...
>>>
>>>
>>sis900 and natsemi are similar, probably both could be handled with one
>>driver.
>>e.g. freebsd has one driver for natsemi and sis900.
>>
>>But I'm not a big fan of huge drivers that handle multiple 99%
>>compatible controllers and always break for one controller if you try to
>>fix another controller, so I won't try to merge them.
>>
> 
> So you would have preferred, for example, to have dozens of different
> drivers for SYM53C8XX chips and probably as many for Adaptec aic7xxx ones.
> And, probably, one set of different drivers per O/S. And why not one set
> per O/S major version and even per adjacent ones of the same O/S.
> 
> Given all the different brands that use similar or compatibles chips, the
> way you want drivers to be developped and maintained looks just
> unrealistic to me.


Jeff has intimate knowledge of the Tulip driver, one of the more complex
drivers that supports a bazillion different cards.  And also one of the hardest
to get (and keep) working on all of the devices it seems....

I think he has a very valid point....

Ben


> 
>   Gérard.
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
> 


-- 
Ben Greear <greearb@candelatech.com>       <Ben_Greear AT excite.com>
President of Candela Technologies Inc      http://www.candelatech.com
ScryMUD:  http://scry.wanfear.com     http://scry.wanfear.com/~greear



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [POLITICAL] Re: ECS k7s5a audio sound SiS 735 - 7012
  2001-11-05 17:04       ` Gérard Roudier
  2001-11-05 19:58         ` Ben Greear
@ 2001-11-05 22:40         ` Alan Cox
  1 sibling, 0 replies; 10+ messages in thread
From: Alan Cox @ 2001-11-05 22:40 UTC (permalink / raw)
  To: Gérard Roudier
  Cc: Manfred Spraul, Jeff Garzik, John Fremlin, linux-kernel

> So you would have preferred, for example, to have dozens of different
> drivers for SYM53C8XX chips and probably as many for Adaptec aic7xxx on=
> es.

The problem with tulip clones is a bit different. Imagine if each SYS53C8XX
chip had ten clone versions that each understood 90% of the official
instruction set and had different magically unique bugs some of which were
not documented.

Dealing with things like GPIO variants, LED wiring, custom NVRAM is a bit
cleaner. The very core of the tulip clones is variable

Alan

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [POLITICAL] Re: ECS k7s5a audio sound SiS 735 - 7012
  2001-11-04 18:38   ` [POLITICAL] " John Fremlin
@ 2001-11-04 19:23     ` Alan Cox
  0 siblings, 0 replies; 10+ messages in thread
From: Alan Cox @ 2001-11-04 19:23 UTC (permalink / raw)
  To: John Fremlin
  Cc: Alan Cox, Gérard Roudier, Dan Hollis, John Fremlin,
	alsa-devel, linux-kernel

> Alternatively, random people at SiS can be spammed about the lack of
> datasheet or open linux driver. It'd be nice if someone could give
> them a physical telephone call, but I don't have access to a landline
> so it'd be really expensive for me :-( 

If you don't have a specific reason to ask then don't hassle them. On the
whole SiS work very well. But if you have a 735 board and want audio then
yes - can't hurt to make them realise how many intel boards they may be
selling 8)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [POLITICAL] Re: ECS k7s5a audio sound SiS 735 - 7012
  2001-11-03 12:59 ` Alan Cox
@ 2001-11-04 18:38   ` John Fremlin
  2001-11-04 19:23     ` Alan Cox
  0 siblings, 1 reply; 10+ messages in thread
From: John Fremlin @ 2001-11-04 18:38 UTC (permalink / raw)
  To: Alan Cox
  Cc: Gérard Roudier, Dan Hollis, John Fremlin, alsa-devel, linux-kernel

Alan Cox <alan@lxorguk.ukuu.org.uk> writes:

> > > I guess in the mean time SIS board are best avoided. Who knows if they'll
> > > ever actually deliver
> > 
> > Why suggesting to avoid this board that looks pretty fast, stable and is
> > very cheap? A reasonable and low cost Sound board will fit and will give
> > far better sound quality for less CPU load.
> 
> because so many people have bought things on the promise of vendor support
> that never appeared or was at best minimal

Indeed. Could you all please hassle SiS for the datasheet for the 7012
integrated audio controller in the SiS 735?

They say you should contact their marketing people about datasheets
using a web based form

        http://www.sis.com/contact/salescontact.htm

Alternatively, random people at SiS can be spammed about the lack of
datasheet or open linux driver. It'd be nice if someone could give
them a physical telephone call, but I don't have access to a landline
so it'd be really expensive for me :-( 

>From the SiS website:

China
Ms. Ellie Yin
Tel:886+2+29161619 ext.346
E-mail: ellie@sis.com.tw.

Europe, Taiwan, Japan, Korea:
Ms. Jessie Lee
Tel:886+2+29161619 ext.341
E-mail: jessie@sis.com.tw

North America, Oceania:
Miss Michele Huang
Tel:886+2+29161619 ext.345
E-mail: michele@sis.com.tw.

All other regions(S.E. Asia, India, Middle-East, Latin America, Russia):
Ms. Ellie Yin
Tel:886+2+29161619 ext.346
E-mail: ellie@sis.com.tw

[...]

-- 

	http://john.fremlin.de

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2001-11-05 22:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-04 19:29 [POLITICAL] Re: ECS k7s5a audio sound SiS 735 - 7012 Manfred Spraul
2001-11-04 17:28 ` Gérard Roudier
2001-11-04 22:29   ` Jeff Garzik
2001-11-04 22:52     ` Manfred Spraul
2001-11-05 17:04       ` Gérard Roudier
2001-11-05 19:58         ` Ben Greear
2001-11-05 18:11           ` Gérard Roudier
2001-11-05 22:40         ` Alan Cox
     [not found] <20011103055053.J761-100000@gerard>
2001-11-03 12:59 ` Alan Cox
2001-11-04 18:38   ` [POLITICAL] " John Fremlin
2001-11-04 19:23     ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).