From owner-cvs-src@FreeBSD.ORG Sun Sep 18 11:45:39 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A652916A41F; Sun, 18 Sep 2005 11:45:39 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77DBE43D48; Sun, 18 Sep 2005 11:45:39 +0000 (GMT) (envelope-from netchild@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 j8IBjdkH024599; Sun, 18 Sep 2005 11:45:39 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8IBjdHN024598; Sun, 18 Sep 2005 11:45:39 GMT (envelope-from netchild) Message-Id: <200509181145.j8IBjdHN024598@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 18 Sep 2005 11:45:39 +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/usb ehci_pci.c ehcireg.h ehcivar.h usb_port.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, 18 Sep 2005 11:45:39 -0000 netchild 2005-09-18 11:45:39 UTC FreeBSD src repository Modified files: sys/dev/usb ehci_pci.c ehcireg.h ehcivar.h usb_port.h Log: ehcivar.h: Synchronise with NetBSD upto rev 1.19: - Allow 32 chars in the saved vendor string. - Some NetBSD-only changes. - Some missing parts (define, variable). ehci_pci.c: Add vendor ids for ATI and Philips. Add identification strings for the following: o ALi's M5239 o AMD 8111 o ATI SB200, SB400 o Intel 6300ESB, ICH4, ICH5, ICH7 o NVIDIA nForce 2, nForce 3, nForce 4 o Philips ISP156x ehcireg.h: We're at the same level as rev 1.18 from NetBSD. usb_port.h: NetBSD/OpenBSD specific things Obtained from: NetBSD via DragonFly No comment from: usb@ Revision Changes Path 1.19 +75 -5 src/sys/dev/usb/ehci_pci.c 1.8 +1 -1 src/sys/dev/usb/ehcireg.h 1.10 +7 -2 src/sys/dev/usb/ehcivar.h 1.75 +17 -4 src/sys/dev/usb/usb_port.h