Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Commit second half of rate limit change.
details: https://anonhg.NetBSD.org/src/rev/ee81d213234f
branches: trunk
changeset: 503004:ee81d213234f
user: augustss <augustss%NetBSD.org@localhost>
date: Sun Jan 28 19:01:20 2001 +0000
description:
Commit second half of rate limit change.
diffstat:
sys/dev/usb/ohcivar.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r ddfcc92a153b -r ee81d213234f sys/dev/usb/ohcivar.h
--- a/sys/dev/usb/ohcivar.h Sun Jan 28 18:45:59 2001 +0000
+++ b/sys/dev/usb/ohcivar.h Sun Jan 28 19:01:20 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohcivar.h,v 1.24 2000/06/01 14:28:58 augustss Exp $ */
+/* $NetBSD: ohcivar.h,v 1.25 2001/01/28 19:01:20 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/ohcivar.h,v 1.13 1999/11/17 22:33:41 n_hibma Exp $ */
/*
@@ -125,6 +125,9 @@
void *sc_shutdownhook; /* cookie from shutdown hook */
#endif
+ u_int sc_overrun_cnt;
+ struct timeval sc_overrun_ntc;
+
device_ptr_t sc_child;
char sc_dying;
Home |
Main Index |
Thread Index |
Old Index