summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2000-01-28 13:05:26 +0000
committern_hibma <n_hibma@FreeBSD.org>2000-01-28 13:05:26 +0000
commit76324b32bd6e6db7464d361cb81d03c7597ec37a (patch)
treebdc4a3aece03391c9e7169dc0c7ae231767a6926 /sys/dev
parent5041625e0cf5e36e401ebfed353fce3aec79aaa9 (diff)
downloadFreeBSD-src-76324b32bd6e6db7464d361cb81d03c7597ec37a.zip
FreeBSD-src-76324b32bd6e6db7464d361cb81d03c7597ec37a.tar.gz
Correct the list of error messages. It was incomplete.
Diffstat (limited to 'sys/dev')
-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 0ae4c16..6e11dfe 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
OpenPOWER on IntegriCloud