From owner-cvs-all Mon Nov 8 13:36: 5 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 B3D2114C43; Mon, 8 Nov 1999 13:36:02 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA78697; Mon, 8 Nov 1999 13:36:02 -0800 (PST) (envelope-from sos@FreeBSD.org) Message-Id: <199911082136.NAA78697@freefall.freebsd.org> From: Søren Schmidt Date: Mon, 8 Nov 1999 13:36:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-dma.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1999/11/08 13:36:02 PST Modified files: sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-dma.c Log: Unbreak ATAPI on the Aladdin chipset, only DMA access worked. Try to use a 32bit mask on the IO addresses, this fixes the alpha and hopefully doesn't break on any i386 machines. Try to enable both read & write cache on disks, they should be as default, but better be sure.. Revision Changes Path 1.30 +29 -21 src/sys/dev/ata/ata-all.c 1.14 +4 -2 src/sys/dev/ata/ata-all.h 1.35 +10 -1 src/sys/dev/ata/ata-disk.c 1.17 +24 -41 src/sys/dev/ata/ata-dma.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message