mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
Correct the list of error messages. It was incomplete.
This commit is contained in:
parent
3306ebd1a5
commit
031ca4fb23
1 changed files with 3 additions and 0 deletions
|
|
@ -1084,7 +1084,10 @@ char *ohci_cc_strs[] = {
|
|||
"DATA_UNDERRUN",
|
||||
"BUFFER_OVERRUN",
|
||||
"BUFFER_UNDERRUN",
|
||||
"reserved",
|
||||
"reserved",
|
||||
"NOT_ACCESSED",
|
||||
"NOT_ACCESSED"
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue