From owner-cvs-all Sat Apr 10 11:55:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D17C153B0; Sat, 10 Apr 1999 11:55:49 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA46668; Sat, 10 Apr 1999 11:53:37 -0700 (PDT) (envelope-from sos@FreeBSD.org) Message-Id: <199904101853.LAA46668@freefall.freebsd.org> From: Søren Schmidt Date: Sat, 10 Apr 1999 11:53:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-disk.c ata-dma.c atapi-all.c atapi-cd.c atapi-fd.c atapi-tape.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1999/04/10 11:53:37 PDT Modified files: sys/dev/ata ata-all.c ata-disk.c ata-dma.c atapi-all.c atapi-cd.c atapi-fd.c atapi-tape.c Log: Sixth update to the new ATA/ATAPI driver: Fixed problems: Promise controllers was not always set up correctly. Parantheses are a good thing, fixed. Some older CDROM's could hang the probe. Proberly wait for the drive to catch its breath after IDENTIFY. Some CD writers fails because they dont support rezero. Rearranged the code to not use rezero. Warnings now that we use EGCS. Fixed. Revision Changes Path 1.6 +18 -11 src/sys/dev/ata/ata-all.c 1.6 +8 -11 src/sys/dev/ata/ata-disk.c 1.4 +3 -6 src/sys/dev/ata/ata-dma.c 1.6 +12 -6 src/sys/dev/ata/atapi-all.c 1.5 +8 -26 src/sys/dev/ata/atapi-cd.c 1.5 +2 -2 src/sys/dev/ata/atapi-fd.c 1.6 +3 -2 src/sys/dev/ata/atapi-tape.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message