From owner-cvs-all@FreeBSD.ORG Fri Aug 22 08:09:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DBD81065740; Fri, 22 Aug 2008 08:09:27 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6BBE98FC14; Fri, 22 Aug 2008 08:09:27 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7M89Rse007509; Fri, 22 Aug 2008 08:09:27 GMT (envelope-from philip@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7M89R9f007508; Fri, 22 Aug 2008 08:09:27 GMT (envelope-from philip@repoman.freebsd.org) Message-Id: <200808220809.m7M89R9f007508@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to philip@repoman.freebsd.org using -f From: Philip Paeps Date: Fri, 22 Aug 2008 08:09:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 22 Aug 2008 08:09:27 -0000 philip 2008-08-22 08:09:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ata ata-all.c ata-all.h ata-chipset.c Log: SVN rev 181995 on 2008-08-22 08:09:13Z by philip MFC r181753: Introduce a new loader tunable "hw.ata.ata_dma_check_80pin", defaulting to 1. This can be used to disable the 80pin cable check on systems which forget to set the bit -- such as certain laptops and Soekris boards. Revision Changes Path 1.280.2.3 +5 -0 src/sys/dev/ata/ata-all.c 1.124.2.5 +2 -1 src/sys/dev/ata/ata-all.h 1.202.2.12 +6 -0 src/sys/dev/ata/ata-chipset.c