From owner-cvs-all@FreeBSD.ORG Thu Apr 7 14:26:35 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19AC316A4CE; Thu, 7 Apr 2005 14:26:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEB8043D1F; Thu, 7 Apr 2005 14:26:34 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j37EQYiw050505; Thu, 7 Apr 2005 14:26:34 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j37EQY9g050504; Thu, 7 Apr 2005 14:26:34 GMT (envelope-from kensmith) Message-Id: <200504071426.j37EQY9g050504@repoman.freebsd.org> From: Ken Smith Date: Thu, 7 Apr 2005 14:26:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/share/man/man4 ata.4 src/sys/dev/ata ata-all.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 07 Apr 2005 14:26:35 -0000 kensmith 2005-04-07 14:26:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) share/man/man4 ata.4 sys/dev/ata ata-all.c Log: MFR5 changing the hw.ata.atapi_dma default setting so ATAPI drives run in PIO mode: > sys/dev/ata/ata-all.c: > revision 1.222.2.11 > date: 2005/04/04 16:42:35; author: kensmith; state: Exp; lines: +1 -1 > Change the default for hw.ata.atapi_dma so that DMA is off. We are > seeing a lot of install problems that get fixed by turning DMA > off. The sparc64 mailing list sees the most reports of this but it > does come up on others. Changing the default should give us a more > robust install, at the expense of people who need DMA for burning > CDs needing to turn it on (maybe). > > The same change will be made in HEAD shortly by the ata maintainer. > > Discussed with: sos, scottl > > --------- > > share/man/man4/ata.4 > revision 1.46.2.3 > date: 2005/04/04 17:23:16; author: kensmith; state: Exp; lines: +1 -1 > Default for hw.ata.atapi_dma is now PIO. > > Reminded by: Joel Dahl Approved by: re (scottl) Revision Changes Path 1.46.2.2.2.1 +1 -1 src/share/man/man4/ata.4 1.222.2.10.2.1 +1 -1 src/sys/dev/ata/ata-all.c