* include/grub/arc/arc.h: Account for missing "other" peripheral on
ARCS. All users updated.
This commit is contained in:
parent
aa7bcb99df
commit
583e5b645c
4 changed files with 17 additions and 6 deletions
|
@ -45,7 +45,11 @@ const char *type_names[] = {
|
|||
"eisa", "tc", "scsi", "dti", "multi", "disk", "tape", "cdrom", "worm",
|
||||
"serial", "net", "video", "par", "point", "key", "audio", "other",
|
||||
"rdisk", "fdisk", "tape", "modem", "monitor", "print", "pointer",
|
||||
"keyboard", "term", "other", "line", "network", NULL
|
||||
"keyboard", "term",
|
||||
#ifndef GRUB_CPU_WORDS_BIGENDIAN
|
||||
"other",
|
||||
#endif
|
||||
"line", "network", NULL
|
||||
};
|
||||
|
||||
static int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue