Add a catch-all for miscellaneous RAID volumes while seeking a better
solution here. It would really help if CAM devices were part of newbus.
This commit is contained in:
parent
25a9cfc9e8
commit
84203a03b7
@ -127,7 +127,8 @@ boot_disk(struct gmesh *mesh)
|
||||
else if (strncmp(pp->lg_name, "cd", 2) == 0) {
|
||||
n--;
|
||||
continue;
|
||||
}
|
||||
} else
|
||||
strcat(diskdesc, " Hard Disk");
|
||||
disks[n-1].text = strdup(diskdesc);
|
||||
disks[n-1].help = NULL;
|
||||
disks[n-1].state = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user