From owner-cvs-all Mon May 17 8:58:53 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 6DE491567D; Mon, 17 May 1999 08:58:49 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA90198; Mon, 17 May 1999 08:58:49 -0700 (PDT) (envelope-from sos@FreeBSD.org) Message-Id: <199905171558.IAA90198@freefall.freebsd.org> From: Søren Schmidt Date: Mon, 17 May 1999 08:58:48 -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-all.h atapi-cd.c atapi-fd.c atapi-tape.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1999/05/17 08:58:48 PDT Modified files: sys/dev/ata ata-all.c ata-disk.c ata-dma.c atapi-all.c atapi-all.h atapi-cd.c atapi-fd.c atapi-tape.c Log: Seventh update to the new ATA/ATAPI driver: Fixed problems: LS120 drives currupted data. The workaround for drives not supporting upto 64K transfers has been reworked. It works now both on LS120 & ZIP drives. ISA only configs wont compile. Fixed. The ATA driver wont share interrupts. Fixed. The "unwanted interrupt" warning gave wrong controller. Another lun<>unit messup from the newbus integration. Some minor cleanups and rearrangements as well. As usual USE AT YOUR OWN RISK!!, this is still pre alpha level code. Especially the DMA support can hose your disk real bad if anything goes wrong, again you have been warned :) Notebook owners should be carefull that their machines dont suspend as this might cause trouble... But please tell me how it works for you! Enjoy! -Søren Revision Changes Path 1.13 +20 -14 src/sys/dev/ata/ata-all.c 1.11 +2 -5 src/sys/dev/ata/ata-disk.c 1.7 +11 -9 src/sys/dev/ata/ata-dma.c 1.8 +4 -1 src/sys/dev/ata/atapi-all.c 1.5 +2 -1 src/sys/dev/ata/atapi-all.h 1.8 +3 -3 src/sys/dev/ata/atapi-cd.c 1.7 +9 -7 src/sys/dev/ata/atapi-fd.c 1.8 +2 -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