From owner-cvs-src-old@FreeBSD.ORG Sun Dec 20 01:45:04 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B7841065693 for ; Sun, 20 Dec 2009 01:45:04 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 59A388FC08 for ; Sun, 20 Dec 2009 01:45:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBK1j4Yx090877 for ; Sun, 20 Dec 2009 01:45:04 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBK1j43n090876 for cvs-src-old@freebsd.org; Sun, 20 Dec 2009 01:45:04 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200912200145.nBK1j43n090876@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 20 Dec 2009 01:44:47 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/ata/chipsets ata-acerlabs.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2009 01:45:04 -0000 marius 2009-12-20 01:44:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/ata/chipsets ata-acerlabs.c Log: SVN rev 200746 on 2009-12-20 01:44:47Z by marius MFC: r200482, r200485 o Properly support M5229 revision 0xc7 and 0xc8: - These revisions no longer have cable detection capability. - The UDMA support bit of register 0x4b has been dropped without an replacement. - According to Linux it's crucial for working ATAPI DMA support to also set the reserved bit 1 of regsiter 0x53 with these revisions. o Only set ATA_CHECKS_CABLE for chip versions that actually support cable detection, i.e. neither for ALI_OLD nor for ALI_NEW revisions >= 0xc7. Revision Changes Path 1.6.2.3 +11 -7 src/sys/dev/ata/chipsets/ata-acerlabs.c