diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2000-01-28 13:05:26 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2000-01-28 13:05:26 +0000 |
commit | 76324b32bd6e6db7464d361cb81d03c7597ec37a (patch) | |
tree | bdc4a3aece03391c9e7169dc0c7ae231767a6926 /sys/dev/usb/ohci.c | |
parent | 5041625e0cf5e36e401ebfed353fce3aec79aaa9 (diff) | |
download | FreeBSD-src-76324b32bd6e6db7464d361cb81d03c7597ec37a.zip FreeBSD-src-76324b32bd6e6db7464d361cb81d03c7597ec37a.tar.gz |
Correct the list of error messages. It was incomplete.
Diffstat (limited to 'sys/dev/usb/ohci.c')
-rw-r--r-- | sys/dev/usb/ohci.c | 3 |
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 |