From owner-freebsd-questions@FreeBSD.ORG Tue Mar 11 16:22:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF42D1065670 for ; Tue, 11 Mar 2008 16:22:57 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [206.29.77.83]) by mx1.freebsd.org (Postfix) with ESMTP id 8B16B8FC17 for ; Tue, 11 Mar 2008 16:22:57 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 4526C5DDE5B for ; Tue, 11 Mar 2008 11:03:30 -0500 (CDT) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PPKriwINaV9u for ; Tue, 11 Mar 2008 11:03:24 -0500 (CDT) Received: from janus.daycos.com (janus.daycos.com [10.45.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTPSA id 0561E5F0CA8 for ; Tue, 11 Mar 2008 09:24:56 -0500 (CDT) From: Kirk Strauser To: freebsd-questions@freebsd.org Date: Tue, 11 Mar 2008 09:24:51 -0500 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) References: <47D4E766.6060005@p6m7g8.com> <47D4EC0C.9010300@otenet.gr> <47D4F25F.5050109@p6m7g8.com> In-Reply-To: <47D4F25F.5050109@p6m7g8.com> X-Face: T+/_{qmjgbosI0J/e83I~w[&VF'w)!((xEpj///^bA/6?jHHS?nq+T8_+`nh"WnEWCWG, \}]Y2$)) =?utf-8?q?vLVz4ACChrEcb=7DCO=5EtYmMG=5C=0A=09ts=2Em=3F=5B7=5B6OwE*dAJ*9f+m?= =?utf-8?q?X=2E7R32qeN=5EDJ=5C?=(k@evW?IRQCy.^ MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3925195.Fu8P5Yvnhz"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200803110924.55142.kirk@strauser.com> Subject: Re: atacontrol mode D PIO4 persist across reboots X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 16:22:58 -0000 --nextPart3925195.Fu8P5Yvnhz Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 10 March 2008, Philip M. Gollucci wrote: > This sets it for all controllers I only want to set it for ata1 which > contains ad2. Thanks for the tip though. Globally disable it on boot, then write a script named /etc/rc.local that=20 selectively re-enables it for certain drives. Here's mine: =2D--------- #!/bin/sh echo echo 'Setting controllers to DMA mode' atacontrol mode acd1 udma33 =2D--------- I had to do that because my DVD-ROM would autodetect UDMA66 or higher and=20 hang. =2D-=20 Kirk Strauser --nextPart3925195.Fu8P5Yvnhz Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- iD8DBQBH1pY35sRg+Y0CpvERAoByAJ0di4MnRZWxDbDGvBnhSgOLJa6NpQCdHf6F H6jfyl5YMwvFcs7t3BsnabQ= =wMGB -----END PGP SIGNATURE----- --nextPart3925195.Fu8P5Yvnhz--