aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ohci.c
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>2000-01-28 13:05:26 +0000
committerNick Hibma <n_hibma@FreeBSD.org>2000-01-28 13:05:26 +0000
commit031ca4fb231e9cd49394c8b1de14fd5161b64dfd (patch)
tree394e7e926a3528989f6f6dc524765cfcddbf2f59 /sys/dev/usb/ohci.c
parent3306ebd1a5c1a162859e6c8b4e300b6498e4ed17 (diff)
downloadsrc-031ca4fb231e9cd49394c8b1de14fd5161b64dfd.tar.gz
src-031ca4fb231e9cd49394c8b1de14fd5161b64dfd.zip
Correct the list of error messages. It was incomplete.
Notes
Notes: svn path=/head/; revision=56741
Diffstat (limited to 'sys/dev/usb/ohci.c')
-rw-r--r--sys/dev/usb/ohci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c
index 0ae4c16564e4..6e11dfe9cc66 100644
--- a/sys/dev/usb/ohci.c
+++ b/sys/dev/usb/ohci.c
@@ -1084,7 +1084,10 @@ char *ohci_cc_strs[] = {
"DATA_UNDERRUN",
"BUFFER_OVERRUN",
"BUFFER_UNDERRUN",
+ "reserved",
+ "reserved",
"NOT_ACCESSED",
+ "NOT_ACCESSED"
};
#endif