From owner-cvs-all@FreeBSD.ORG Thu Oct 4 19:17:16 2007 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 9273616A419; Thu, 4 Oct 2007 19:17:16 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7551C13C4B5; Thu, 4 Oct 2007 19:17:16 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l94JHGBp057466; Thu, 4 Oct 2007 19:17:16 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l94JHGPe057465; Thu, 4 Oct 2007 19:17:16 GMT (envelope-from sos) Message-Id: <200710041917.l94JHGPe057465@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 4 Oct 2007 19:17:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-all.c ata-chipset.c ata-pci.h 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: Thu, 04 Oct 2007 19:17:16 -0000 sos 2007-10-04 19:17:16 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-chipset.c ata-pci.h Log: Add support for the VIA 8237S Fix the LBA28/LBA48 crossover bug. Approved by: re@ Revision Changes Path 1.280 +1 -1 src/sys/dev/ata/ata-all.c 1.201 +2 -0 src/sys/dev/ata/ata-chipset.c 1.80 +1 -0 src/sys/dev/ata/ata-pci.h