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 Remove unused and commented out sc_dma_reserve



details:   https://anonhg.NetBSD.org/src/rev/111027bcdc87
branches:  nick-nhusb
changeset: 334073:111027bcdc87
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Dec 04 06:57:29 2014 +0000

description:
Remove unused and commented out sc_dma_reserve

diffstat:

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

diffs (18 lines):

diff -r f618d7c86693 -r 111027bcdc87 sys/dev/usb/xhcivar.h
--- a/sys/dev/usb/xhcivar.h     Wed Dec 03 23:05:06 2014 +0000
+++ b/sys/dev/usb/xhcivar.h     Thu Dec 04 06:57:29 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xhcivar.h,v 1.4 2014/03/10 13:12:02 skrll Exp $        */
+/*     $NetBSD: xhcivar.h,v 1.4.12.1 2014/12/04 06:57:29 skrll Exp $   */
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -103,8 +103,6 @@
        usb_dma_t sc_spbufarray_dma;
        usb_dma_t *sc_spbuf_dma;
 
-       //struct usb_dma_reserve sc_dma_reserve;
-
        kcondvar_t sc_command_cv;
        bus_addr_t sc_command_addr;
        struct xhci_trb sc_result_trb;



Home | Main Index | Thread Index | Old Index