Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/cavium/dev g/c usb_dma_reserve



details:   https://anonhg.NetBSD.org/src/rev/377729c33e7c
branches:  trunk
changeset: 815029:377729c33e7c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Apr 26 09:23:33 2016 +0000

description:
g/c usb_dma_reserve

diffstat:

 sys/arch/mips/cavium/dev/octeon_usbcvar.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r c324b5136251 -r 377729c33e7c sys/arch/mips/cavium/dev/octeon_usbcvar.h
--- a/sys/arch/mips/cavium/dev/octeon_usbcvar.h Tue Apr 26 09:22:36 2016 +0000
+++ b/sys/arch/mips/cavium/dev/octeon_usbcvar.h Tue Apr 26 09:23:33 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: octeon_usbcvar.h,v 1.2 2016/04/26 09:22:36 skrll Exp $ */
+/*     $NetBSD: octeon_usbcvar.h,v 1.3 2016/04/26 09:23:33 skrll Exp $ */
 
 /*
  * Copyright (c) 2007 Internet Initiative Japan, Inc.
@@ -229,9 +229,6 @@
        device_ptr_t sc_child;                  /* /dev/usb# device */
 #endif
        char sc_dying;
-#ifdef __NetBSD__
-       struct usb_dma_reserve sc_dma_reserve;
-#endif
 
        u_int8_t sc_port_speed;
 #ifndef USBC_HPRT_PRTSPD_HIGH



Home | Main Index | Thread Index | Old Index