From owner-cvs-src-old@FreeBSD.ORG Tue Sep 29 16:20:01 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 159B0106575E for ; Tue, 29 Sep 2009 16:20:00 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 92C678FC1B for ; Tue, 29 Sep 2009 16:20:00 +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 n8TGK0pJ092705 for ; Tue, 29 Sep 2009 16:20:00 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8TGK0ol092704 for cvs-src-old@freebsd.org; Tue, 29 Sep 2009 16:20:00 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200909291620.n8TGK0ol092704@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Tue, 29 Sep 2009 16:19:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/ata ata-chipset.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: Tue, 29 Sep 2009 16:20:01 -0000 mav 2009-09-29 16:19:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ata ata-chipset.c Log: SVN rev 197617 on 2009-09-29 16:19:48Z by mav Partial MFC rev. 191568: Do not hide second channel of ATI IXP700 ATA controller. While this chip indeed has only one PATA channel, second channel of the controller is used by two SATA channels working in legacy emulation mode. Revision Changes Path 1.202.2.23 +2 -3 src/sys/dev/ata/ata-chipset.c