From owner-freebsd-bugs Mon Feb 10 23:33:56 2003 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35A2F37B401 for ; Mon, 10 Feb 2003 23:33:54 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37C5943F75 for ; Mon, 10 Feb 2003 23:33:53 -0800 (PST) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.6/8.12.3) with ESMTP id h1B7XpI2008392; Tue, 11 Feb 2003 08:33:52 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Tue, 11 Feb 2003 08:33:51 +0100 (CET) From: Martin Blapp To: Jimmy Firewire Cc: freebsd-bugs@freebsd.org Subject: Re: Failed FreeBSD Installtion 5.0, 4.7 - Ata Resetting Devices... Message-ID: <20030211082341.A31769@cvs.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I've got the same notebook, it works like a charm ( beside that the LCD display lost one line and the notebook is currently in repair :-/ ) Mr. ATA (Soeren) is working on a patch. In the meantime you should apply this ATA patch and upgrade to 5.0 CURRENT to get the NIC working. Of course you can also only apply these patches for the NIC: http://people.freebsd.org/~mbr/patches/committed/patch-ifsis-luoqi-CURRENT.diff http://people.freebsd.org/~mbr/patches/committed/patch-ifsis-mdio.diff http://people.freebsd.org/~mbr/patches/committed/patch-ifsis_busmaster.diff http://people.freebsd.org/~mbr/patches/committed/patch-ifsis_eeprom_mac.diff And here is the ATA patch so your boot doesn't hang at all. --- sys/pci/agp_sis.c.orig Mon Dec 23 14:34:30 2002 +++ sys/pci/agp_sis.c Mon Dec 23 14:34:32 2002 @@ -66,6 +66,8 @@ switch (pci_get_devid(dev)) { case 0x00011039: return ("SiS 5591 host to AGP bridge"); + case 0x06461039: + return ("SiS 645DX host to AGP bridge"); }; if (pci_get_vendor(dev) == 0x1039) --- 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) || Note that this is only a workaround (but which works beautiful for this AMILO laptop) Martin Martin Blapp, ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826 93 00 Fax: +41 61 826 93 01 PGP: PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message