Module Name: src
Committed By: skrll
Date: Thu Dec 4 06:57:29 UTC 2014
Modified Files:
src/sys/dev/usb [nick-nhusb]: xhcivar.h
Log Message:
Remove unused and commented out sc_dma_reserve
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.12.1 src/sys/dev/usb/xhcivar.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/xhcivar.h
diff -u src/sys/dev/usb/xhcivar.h:1.4 src/sys/dev/usb/xhcivar.h:1.4.12.1
--- src/sys/dev/usb/xhcivar.h:1.4 Mon Mar 10 13:12:02 2014
+++ src/sys/dev/usb/xhcivar.h Thu Dec 4 06:57:29 2014
@@ -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 @@ struct xhci_softc {
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;