From owner-cvs-all Tue Feb 12 5:25:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D18BB37B416; Tue, 12 Feb 2002 05:25:45 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CDLp596543; Tue, 12 Feb 2002 05:21:51 -0800 (PST) (envelope-from sos) Message-Id: <200202121321.g1CDLp596543@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 12 Feb 2002 05:21:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-disk.c ata-disk.h atapi-all.h atapi-cd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2002/02/12 05:21:51 PST Modified files: sys/dev/ata ata-all.c ata-disk.c ata-disk.h atapi-all.h atapi-cd.c Log: Fix buglets in the ATAPI resume code. This also fixes an old bug where some ATAPI devices went into funny mode on an 'atacontrol reinit' command. Revision Changes Path 1.130 +16 -8 src/sys/dev/ata/ata-all.c 1.120 +7 -5 src/sys/dev/ata/ata-disk.c 1.38 +1 -2 src/sys/dev/ata/ata-disk.h 1.42 +1 -1 src/sys/dev/ata/atapi-all.h 1.108 +1 -0 src/sys/dev/ata/atapi-cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message