Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi Fix cut & paste error in comment
details: https://anonhg.NetBSD.org/src/rev/aec27d4c1120
branches: trunk
changeset: 996985:aec27d4c1120
user: tron <tron%NetBSD.org@localhost>
date: Sat Feb 16 23:28:56 2019 +0000
description:
Fix cut & paste error in comment
diffstat:
sys/dev/acpi/xhci_acpi.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r afa16b5adbcf -r aec27d4c1120 sys/dev/acpi/xhci_acpi.c
--- a/sys/dev/acpi/xhci_acpi.c Sat Feb 16 19:09:07 2019 +0000
+++ b/sys/dev/acpi/xhci_acpi.c Sat Feb 16 23:28:56 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xhci_acpi.c,v 1.2 2018/11/16 23:18:17 jmcneill Exp $ */
+/* $NetBSD: xhci_acpi.c,v 1.3 2019/02/16 23:28:56 tron Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci_acpi.c,v 1.2 2018/11/16 23:18:17 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci_acpi.c,v 1.3 2019/02/16 23:28:56 tron Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -50,8 +50,8 @@
#include <dev/acpi/acpi_usb.h>
static const char * const compatible[] = {
- "PNP0D10", /* EHCI-compliant USB controller without standard debug */
- "PNP0D15", /* EHCI-compliant USB controller with standard debug */
+ "PNP0D10", /* XHCI-compliant USB controller without standard debug */
+ "PNP0D15", /* XHCI-compliant USB controller with standard debug */
NULL
};
Home |
Main Index |
Thread Index |
Old Index