From owner-cvs-src-old@FreeBSD.ORG Thu Oct 29 13:27:27 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D15E810657DD for ; Thu, 29 Oct 2009 13:27:27 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BF1A98FC16 for ; Thu, 29 Oct 2009 13:27:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9TDRRTP083523 for ; Thu, 29 Oct 2009 13:27:27 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9TDRRpV083522 for cvs-src-old@freebsd.org; Thu, 29 Oct 2009 13:27:27 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <200910291327.n9TDRRpV083522@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Thu, 29 Oct 2009 13:27:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-all.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 13:27:27 -0000 nwhitehorn 2009-10-29 13:27:14 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h Log: SVN rev 198582 on 2009-10-29 13:27:14Z by nwhitehorn Turn off use of ATA_A_4BIT on modern hardware. This flag was already obsoleted in 1996 by ATA-2, and crashes some modern hardware like some revisions of the Serverworks K2 SATA controller. Even very ancient hardware seems not to require it. In the unlikely event this causes problems, the previous behavior can be re-enabled by defining ATA_LEGACY_SUPPORT at the top of this file. Reviewed by: Alexander Motin Revision Changes Path 1.147 +10 -1 src/sys/dev/ata/ata-all.h