Received: by mail.netbsd.org (Postfix, from userid 605) id 05E4F84D7B; Fri, 26 Oct 2018 23:33:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 01AAE84D65 for ; Fri, 26 Oct 2018 23:33:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Qoz5e0zYOAkW for ; Fri, 26 Oct 2018 23:33:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7B3BC84C77 for ; Fri, 26 Oct 2018 23:33:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A183EFBEE; Fri, 26 Oct 2018 23:33:38 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 26 Oct 2018 23:33:38 +0000 From: "Jared D. McNeill" Subject: CVS commit: src/sys/dev/acpi To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20181026233338.A183EFBEE@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Jared D. McNeill" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: jmcneill Date: Fri Oct 26 23:33:38 UTC 2018 Modified Files: src/sys/dev/acpi: ehci_acpi.c files.acpi Added Files: src/sys/dev/acpi: acpi_usb.c acpi_usb.h xhci_acpi.c Log Message: Add xhci at acpi glue To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/dev/acpi/acpi_usb.c \ src/sys/dev/acpi/acpi_usb.h src/sys/dev/acpi/xhci_acpi.c cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/ehci_acpi.c cvs rdiff -u -r1.112 -r1.113 src/sys/dev/acpi/files.acpi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.