From owner-freebsd-current Mon Dec 23 8:13:18 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BCB737B401 for ; Mon, 23 Dec 2002 08:13:17 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7912143ED8 for ; Mon, 23 Dec 2002 08:13:15 -0800 (PST) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.5/8.12.6) id gBNGD86t031944; Mon, 23 Dec 2002 17:13:08 +0100 (CET) (envelope-from sos) From: Soeren Schmidt Message-Id: <200212231613.gBNGD86t031944@spider.deepcore.dk> Subject: Re: SIS 962 chipset, problems ... In-Reply-To: <20021223154736.B854-100000@levais.imp.ch> To: Martin Blapp Date: Mon, 23 Dec 2002 17:13:08 +0100 (CET) Cc: current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems Martin Blapp wrote: > --- sys/dev/ata/ata-dma.c.orig Mon Dec 23 14:44:39 2002 > +++ sys/dev/ata/ata-dma.c Mon Dec 23 15:49:20 2002 > @@ -632,7 +632,9 @@ > ata_find_dev(parent, 0x06351039, 0) || /* SiS 635 */ > ata_find_dev(parent, 0x06401039, 0) || /* SiS 640 */ > ata_find_dev(parent, 0x06451039, 0) || /* SiS 645 */ > + ata_find_dev(parent, 0x06461039, 0) || /* SiS 646 */ > ata_find_dev(parent, 0x06501039, 0) || /* SiS 650 */ > + ata_find_dev(parent, 0x06511039, 0) || /* SiS 651 */ > ata_find_dev(parent, 0x07301039, 0) || /* SiS 730 */ > ata_find_dev(parent, 0x07331039, 0) || /* SiS 733 */ > ata_find_dev(parent, 0x07351039, 0) || /* SiS 735 */ > --- sys/dev/ata/ata-pci.c.orig Mon Dec 23 16:40:04 2002 > +++ sys/dev/ata/ata-pci.c Mon Dec 23 16:39:27 2002 > @@ -188,7 +188,9 @@ > ata_find_dev(dev, 0x06351039, 0) || > ata_find_dev(dev, 0x06401039, 0) || > ata_find_dev(dev, 0x06451039, 0) || > + ata_find_dev(dev, 0x06461039, 0) || > ata_find_dev(dev, 0x06501039, 0) || > + ata_find_dev(dev, 0x06511039, 0) || > ata_find_dev(dev, 0x07301039, 0) || > ata_find_dev(dev, 0x07331039, 0) || > ata_find_dev(dev, 0x07351039, 0) || This does not work correctly, your ATA timings are way out of wack since botht ATA100 and ATA133 SiS chips uses different register layouts... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message