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/f997bffe1bc8
branches:  trunk
changeset: 448969:f997bffe1bc8
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 1c297b1ff846 -r f997bffe1bc8 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