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:
Nathan Whitehorn 2011-02-23 13:51:41 +00:00
parent 25a9cfc9e8
commit 84203a03b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218973

View File

@ -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;