* SiS 735 chipset @ 2001-07-11 1:12 Mordechai Ovits 2001-08-17 7:49 ` kernel 0 siblings, 1 reply; 4+ messages in thread From: Mordechai Ovits @ 2001-07-11 1:12 UTC (permalink / raw) To: linux-kernel Does anyone know if the SiS 735's features, such as IDE, USB, Ethernet and sound are supported by Linux? Thanks, Mordy -- Mordy Ovits Network Engineer Bloomberg L.P. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SiS 735 chipset 2001-07-11 1:12 SiS 735 chipset Mordechai Ovits @ 2001-08-17 7:49 ` kernel 2001-08-21 8:03 ` kernel 0 siblings, 1 reply; 4+ messages in thread From: kernel @ 2001-08-17 7:49 UTC (permalink / raw) To: linux-kernel On Tue, Jul 10, 2001 at 09:12:30PM -0400, Mordechai Ovits wrote: > > Does anyone know if the SiS 735's features, such as IDE, USB, Ethernet and > sound are supported by Linux? Hi, I've just bought a ECS K7S5A motherboard with this chipset on, and it seems to work pretty well so far. The sound doesn't seem to be supported at the moment, but the IDE, USB, and Ethernet(*) seem to be. I've had a few 'status=0x58' errors when doing some heavy disk activity, but apparently this can be solved by a kernel option ('use multimode by default') which I'm about to try (note: these errors only occur when using UDMA as far as I can tell). If that doesn't fix it I'll put a question to this list... The AGP can also be made to work by using 'agp_try_unsupported=1' as a module/kernel argument. I'm currently updated the PCI.IDS file and the known AGP chipset list to include the 735, but I'm checking that the AGP works fully first. Cheers, Adrian. (*) I can't test the Ethernet properly, but doing 'insmod sis900' works ok, and the status info it comes back with as it initialises looks reasonable. Any more than that, I can't verify. > > Thanks, > Mordy > -- > Mordy Ovits > Network Engineer > Bloomberg L.P. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SiS 735 chipset 2001-08-17 7:49 ` kernel @ 2001-08-21 8:03 ` kernel 2001-08-21 18:12 ` kernel 0 siblings, 1 reply; 4+ messages in thread From: kernel @ 2001-08-21 8:03 UTC (permalink / raw) To: linux-kernel; +Cc: jhartmann On Fri, Aug 17, 2001 at 08:49:40AM +0100, kernel@corrosive.freeserve.co.uk wrote: > The AGP can also be made to work by using 'agp_try_unsupported=1' as a > module/kernel argument. I'm currently updated the PCI.IDS file and the known > AGP chipset list to include the 735, but I'm checking that the AGP works > fully first. Hi, I've attached the patch that lets the kernel SIS AGP driver recognise the 735 chipset as it seems fine. I don't know of any system for testing the AGP support so I tried QuakeIII and that ran fine. The patch is against 2.4.8-ac4 but since all it changes is a couple of (infrequently) changed tables it should work fine on later versions. I've CC'd Jeff Hartmann with it as he seems to be the maintainer of the AGP side (but isn't listed in the MAINTAINERS file). Cheers, Adrian. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SiS 735 chipset 2001-08-21 8:03 ` kernel @ 2001-08-21 18:12 ` kernel 0 siblings, 0 replies; 4+ messages in thread From: kernel @ 2001-08-21 18:12 UTC (permalink / raw) To: linux-kernel; +Cc: jhartmann [-- Attachment #1: Type: text/plain, Size: 719 bytes --] On Tue, Aug 21, 2001 at 09:03:02AM +0100, kernel@corrosive.freeserve.co.uk wrote: > Hi, > I've attached the patch that lets the kernel SIS AGP driver recognise the 735 > chipset as it seems fine. I don't know of any system for testing the AGP > support so I tried QuakeIII and that ran fine. The patch is against 2.4.8-ac4 > but since all it changes is a couple of (infrequently) changed tables it should > work fine on later versions. I've CC'd Jeff Hartmann with it as he seems to > be the maintainer of the AGP side (but isn't listed in the MAINTAINERS file). Well that was a good start, I was /sure/ I attached the patch this morning. Ok, attempt no.2, apologies to anyone that wanted it... Cheers, Adrian. [-- Attachment #2: sis735.patch --] [-- Type: text/plain, Size: 1357 bytes --] diff -urN linux-2.4.8-ac4/drivers/char/agp/agpgart_be.c linux/drivers/char/agp/agpgart_be.c --- linux-2.4.8-ac4/drivers/char/agp/agpgart_be.c Thu Aug 16 18:45:44 2001 +++ linux/drivers/char/agp/agpgart_be.c Mon Aug 20 08:39:44 2001 @@ -2998,6 +2998,12 @@ "SiS", "530", sis_generic_setup }, + { PCI_DEVICE_ID_SI_735, + PCI_VENDOR_ID_SI, + SIS_GENERIC, + "SiS", + "735", + sis_generic_setup }, { PCI_DEVICE_ID_SI_630, PCI_VENDOR_ID_SI, SIS_GENERIC, @@ -3017,6 +3023,12 @@ "Generic", sis_generic_setup }, { PCI_DEVICE_ID_SI_530, + PCI_VENDOR_ID_SI, + SIS_GENERIC, + "SiS", + "Generic", + sis_generic_setup }, + { PCI_DEVICE_ID_SI_735, PCI_VENDOR_ID_SI, SIS_GENERIC, "SiS", diff -urN linux-2.4.8-ac4/drivers/pci/pci.ids linux/drivers/pci/pci.ids --- linux-2.4.8-ac4/drivers/pci/pci.ids Thu Aug 16 18:45:26 2001 +++ linux/drivers/pci/pci.ids Thu Aug 16 19:10:43 2001 @@ -749,6 +749,7 @@ 0620 620 Host 0630 630 Host 0730 730 Host + 0735 735 Host 0900 SiS900 10/100 Ethernet 1039 0900 SiS900 10/100 Ethernet Adapter 3602 83C602 @@ -781,6 +782,7 @@ 1569 6326 SiS6326 GUI Accelerator 7001 7001 7007 OHCI Compliant FireWire Controller + 7012 SiS7012 PCI Audio Accelerator 7016 SiS7016 10/100 Ethernet Adapter 1039 7016 SiS7016 10/100 Ethernet Adapter 7018 SiS PCI Audio Accelerator ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-08-21 18:13 UTC | newest] Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2001-07-11 1:12 SiS 735 chipset Mordechai Ovits 2001-08-17 7:49 ` kernel 2001-08-21 8:03 ` kernel 2001-08-21 18:12 ` kernel
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®