From owner-cvs-all@FreeBSD.ORG Mon Nov 19 18:05:49 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20D3E16A417; Mon, 19 Nov 2007 18:05:49 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0269613C4B8; Mon, 19 Nov 2007 18:05:49 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAJI5mtE035490; Mon, 19 Nov 2007 18:05:48 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAJI5mQ8035489; Mon, 19 Nov 2007 18:05:48 GMT (envelope-from sos) Message-Id: <200711191805.lAJI5mQ8035489@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 19 Nov 2007 18:05:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-chipset.c atapi-cd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2007 18:05:49 -0000 sos 2007-11-19 18:05:48 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c atapi-cd.c Log: Fix the problem with certain ATAPI commands on AHCI devices. Revert the probe in atapi-cd.c to the old usage now its fixed on AHCI. THis change also fixes using virtual CD's om fx parallels. Still leaves the GEOM problem of telling media vs device access apart in the access function. Revision Changes Path 1.205 +36 -4 src/sys/dev/ata/ata-chipset.c 1.195 +22 -15 src/sys/dev/ata/atapi-cd.c