Module Name: src
Committed By: skrll
Date: Tue Oct 20 08:33:18 UTC 2015
Modified Files:
src/sys/dev/usb [nick-nhusb]: ehcivar.h
Log Message:
s/EHCI_DPIPE2SC/EHCI_EPIPE2SC/
To generate a diff of this commit:
cvs rdiff -u -r1.42.14.17 -r1.42.14.18 src/sys/dev/usb/ehcivar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/ehcivar.h
diff -u src/sys/dev/usb/ehcivar.h:1.42.14.17 src/sys/dev/usb/ehcivar.h:1.42.14.18
--- src/sys/dev/usb/ehcivar.h:1.42.14.17 Sat Oct 10 17:18:05 2015
+++ src/sys/dev/usb/ehcivar.h Tue Oct 20 08:33:17 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: ehcivar.h,v 1.42.14.17 2015/10/10 17:18:05 skrll Exp $ */
+/* $NetBSD: ehcivar.h,v 1.42.14.18 2015/10/20 08:33:17 skrll Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -116,7 +116,7 @@ struct ehci_xfer {
#define EHCI_BUS2SC(bus) ((bus)->ub_hcpriv)
#define EHCI_PIPE2SC(pipe) EHCI_BUS2SC((pipe)->up_dev->ud_bus)
#define EHCI_XFER2SC(xfer) EHCI_PIPE2SC((xfer)->ux_pipe)
-#define EHCI_DPIPE2SC(d) EHCI_BUS2SC((d)->pipe.up_dev->ud_bus)
+#define EHCI_EPIPE2SC(epipe) EHCI_BUS2SC((epipe)->pipe.up_dev->ud_bus)
#define EHCI_XFER2EXFER(xfer) ((struct ehci_xfer *)(xfer))