Correct the list of error messages. It was incomplete.

This commit is contained in:
Nick Hibma 2000-01-28 13:05:26 +00:00
parent 3306ebd1a5
commit 031ca4fb23
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56741

View File

@ -1084,7 +1084,10 @@ char *ohci_cc_strs[] = {
"DATA_UNDERRUN",
"BUFFER_OVERRUN",
"BUFFER_UNDERRUN",
"reserved",
"reserved",
"NOT_ACCESSED",
"NOT_ACCESSED"
};
#endif