From owner-cvs-all@FreeBSD.ORG Thu Feb 16 17:09:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 B5CD916A420; Thu, 16 Feb 2006 17:09:25 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 710A343D45; Thu, 16 Feb 2006 17:09:25 +0000 (GMT) (envelope-from sos@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 k1GH9Pn6042870; Thu, 16 Feb 2006 17:09:25 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1GH9Pm9042869; Thu, 16 Feb 2006 17:09:25 GMT (envelope-from sos) Message-Id: <200602161709.k1GH9Pm9042869@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 16 Feb 2006 17:09:25 +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-chipset.c ata-pci.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, 16 Feb 2006 17:09:25 -0000 sos 2006-02-16 17:09:25 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h Log: Add support for the JMicron JMB363 dual SATA + single PATA controller. Documentation and HW kindly provided by JMicron. Revision Changes Path 1.159 +97 -31 src/sys/dev/ata/ata-chipset.c 1.116 +1 -4 src/sys/dev/ata/ata-pci.c 1.63 +2 -0 src/sys/dev/ata/ata-pci.h