Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Correct error message list. From Nick Hibma.
details: https://anonhg.NetBSD.org/src/rev/09844a211aca
branches: trunk
changeset: 481410:09844a211aca
user: augustss <augustss%NetBSD.org@localhost>
date: Fri Jan 28 13:32:55 2000 +0000
description:
Correct error message list. From Nick Hibma.
diffstat:
sys/dev/usb/ohci.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 0cca0cb8cd02 -r 09844a211aca sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c Fri Jan 28 13:27:29 2000 +0000
+++ b/sys/dev/usb/ohci.c Fri Jan 28 13:32:55 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohci.c,v 1.66 2000/01/28 10:19:48 augustss Exp $ */
+/* $NetBSD: ohci.c,v 1.67 2000/01/28 13:32:55 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/ohci.c,v 1.22 1999/11/17 22:33:40 n_hibma Exp $ */
/*
@@ -1058,6 +1058,9 @@
"DATA_UNDERRUN",
"BUFFER_OVERRUN",
"BUFFER_UNDERRUN",
+ "reserved",
+ "reserved",
+ "NOT_ACCESSED",
"NOT_ACCESSED",
};
#endif
Home |
Main Index |
Thread Index |
Old Index