From owner-cvs-src@FreeBSD.ORG Sun Feb 24 14:14:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B55B316A403; Sun, 24 Feb 2008 14:14:40 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B77E13C478; Sun, 24 Feb 2008 14:14:40 +0000 (UTC) (envelope-from remko@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 m1OEEeEJ046407; Sun, 24 Feb 2008 14:14:40 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1OEEemJ046406; Sun, 24 Feb 2008 14:14:40 GMT (envelope-from remko) Message-Id: <200802241414.m1OEEemJ046406@repoman.freebsd.org> From: Remko Lodder Date: Sun, 24 Feb 2008 14:14:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ichwd ichwd.c ichwd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2008 14:14:40 -0000 remko 2008-02-24 14:14:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ichwd ichwd.c ichwd.h Log: MFC rev 1.11 to 1.14 for ichwd.c rev 1.11 Add PCI device support for Intel S7000FC4UR in usb and ichwd, systems will not install without the usb changes in the install kernel, so I would like to MFC this in time for 7.0 RC MFC: 3 days rev 1.12 Tabify rev 1.13 Add device IDs for the ICH9 family. PR: i386/119126 Submitted by: Dan Lukes MFC after: 1 week rev 1.14 Add support for ICH8M. PR: kern/119351 Submitted by: Takeharu KATO MFC after: 1 week MFC rev 1.5 to 1.8 for ichwd.h rev 1.5 Add PCI device support for Intel S7000FC4UR in usb and ichwd, systems will not install without the usb changes in the install kernel, so I would like to MFC this in time for 7.0 RC MFC: 3 days rev 1.6 Tabify. rev 1.7 Add device IDs for the ICH9 family. PR: i386/119126 Submitted by: Dan Lukes MFC after: 1 week rev 1.8 Add support for ICH8M. PR: kern/119351 Submitted by: Takeharu KATO MFC after: 1 week Approved by: imp (mentor, implicit for trivial changes), des ( I am doing some MFC's for him) Revision Changes Path 1.5.2.5 +24 -18 src/sys/dev/ichwd/ichwd.c 1.2.2.3 +7 -1 src/sys/dev/ichwd/ichwd.h