diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-01-04 07:59:27 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-01-04 07:59:27 +0000 |
| commit | db283fd6d5265fbbe4ec951bc2a5297e48eb6dec (patch) | |
| tree | 4877e3bbec34e791986dfdd72f33d6fd4b52b003 /sys/boot | |
| parent | a262ae82677f305d1788dc859ecdf48944bfc190 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/libi386/bootinfo.c | 2 | ||||
| -rw-r--r-- | sys/boot/i386/libi386/bootinfo32.c | 2 | ||||
| -rw-r--r-- | sys/boot/i386/libi386/bootinfo64.c | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/sys/boot/i386/libi386/bootinfo.c b/sys/boot/i386/libi386/bootinfo.c index 1c6b1d23e2281..448bb5b059f7f 100644 --- a/sys/boot/i386/libi386/bootinfo.c +++ b/sys/boot/i386/libi386/bootinfo.c @@ -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: diff --git a/sys/boot/i386/libi386/bootinfo32.c b/sys/boot/i386/libi386/bootinfo32.c index 1c6b1d23e2281..448bb5b059f7f 100644 --- a/sys/boot/i386/libi386/bootinfo32.c +++ b/sys/boot/i386/libi386/bootinfo32.c @@ -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: diff --git a/sys/boot/i386/libi386/bootinfo64.c b/sys/boot/i386/libi386/bootinfo64.c index 1c6b1d23e2281..448bb5b059f7f 100644 --- a/sys/boot/i386/libi386/bootinfo64.c +++ b/sys/boot/i386/libi386/bootinfo64.c @@ -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: |
