]> Zhao Yanbai Git Server - minix.git/commitdiff
DEV_BOOT is obsolete.
authorBen Gras <ben@minix3.org>
Thu, 11 Dec 2008 16:50:11 +0000 (16:50 +0000)
committerBen Gras <ben@minix3.org>
Thu, 11 Dec 2008 16:50:11 +0000 (16:50 +0000)
boot/boot.c

index 3c9d7040ce8a0b361b44a4e33154cb6a05f5757d..bd0b7754e513e2186db70ee47dd433b6fc303548 100755 (executable)
@@ -1088,9 +1088,6 @@ dev_t name2dev(char *name)
        if (strcmp(n, "ram") == 0) {
                dev= DEV_RAM;
        } else
-       if (strcmp(n, "boot") == 0) {
-               dev= DEV_BOOT;
-       } else
        if (n[0] == 'f' && n[1] == 'd' && numeric(n+2)) {
                /* Floppy. */
                tmpdev.device= a2l(n+2);