Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nick-nhusb]: src/sys/dev/usb Provide a UHCI_PIPE2UPIPE that works



details:   https://anonhg.NetBSD.org/src/rev/05c334a6a141
branches:  nick-nhusb
changeset: 334307:05c334a6a141
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Nov 08 14:59:13 2015 +0000

description:
Provide a UHCI_PIPE2UPIPE that works

diffstat:

 sys/dev/usb/uhcivar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1ef2147684bf -r 05c334a6a141 sys/dev/usb/uhcivar.h
--- a/sys/dev/usb/uhcivar.h     Sun Nov 08 14:56:21 2015 +0000
+++ b/sys/dev/usb/uhcivar.h     Sun Nov 08 14:59:13 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhcivar.h,v 1.52.14.14 2015/11/08 14:56:21 skrll Exp $ */
+/*     $NetBSD: uhcivar.h,v 1.52.14.15 2015/11/08 14:59:13 skrll Exp $ */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -75,7 +75,7 @@
 #define UHCI_UPIPE2SC(d)       UHCI_BUS2SC((d)->pipe.up_dev->ud_bus)
 
 #define UHCI_XFER2UXFER(xfer)  ((struct uhci_xfer *)(xfer))
-#define UHCI_PIPE2UPIPE(xfer)  ((struct uhci_pipe *)(pipe))
+#define UHCI_PIPE2UPIPE(pipe)  ((struct uhci_pipe *)(pipe))
 
 /*
  * Extra information that we need for a TD.



Home | Main Index | Thread Index | Old Index