Don't turn on RB_CDROM if the rootdev is a BIOS cd device for now as this

breaks when cdboot is used with an MFS root.
This commit is contained in:
John Baldwin 2002-01-04 07:59:27 +00:00
parent a262ae8267
commit db283fd6d5
3 changed files with 0 additions and 6 deletions

View File

@ -284,8 +284,6 @@ bi_load(char *args, int *howtop, int *bootdevp, vm_offset_t *bip)
/* Pass in BIOS device number. */
bi.bi_bios_dev = bc_unit2bios(rootdev->d_kind.bioscd.unit);
bootdevnr = bc_getdev(rootdev);
if (bootdevnr != -1)
*howtop |= RB_CDROM;
break;
case DEVT_DISK:

View File

@ -284,8 +284,6 @@ bi_load(char *args, int *howtop, int *bootdevp, vm_offset_t *bip)
/* Pass in BIOS device number. */
bi.bi_bios_dev = bc_unit2bios(rootdev->d_kind.bioscd.unit);
bootdevnr = bc_getdev(rootdev);
if (bootdevnr != -1)
*howtop |= RB_CDROM;
break;
case DEVT_DISK:

View File

@ -284,8 +284,6 @@ bi_load(char *args, int *howtop, int *bootdevp, vm_offset_t *bip)
/* Pass in BIOS device number. */
bi.bi_bios_dev = bc_unit2bios(rootdev->d_kind.bioscd.unit);
bootdevnr = bc_getdev(rootdev);
if (bootdevnr != -1)
*howtop |= RB_CDROM;
break;
case DEVT_DISK: