diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-01-07 07:37:52 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-01-07 07:37:52 +0000 |
| commit | ff8018c3928ebea1c9fb3256878740ec75b684bf (patch) | |
| tree | 18f5d88db3aa3d553cb85516d6f9d0e0aa2e4bfd /sys/boot | |
| parent | 0266b35ff577ad75733df7230601bae707ba86f5 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/libi386/bootinfo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/i386/libi386/bootinfo.c b/sys/boot/i386/libi386/bootinfo.c index 93783eeda303..426726faa67c 100644 --- a/sys/boot/i386/libi386/bootinfo.c +++ b/sys/boot/i386/libi386/bootinfo.c @@ -281,8 +281,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: |
