From owner-p4-projects Mon Apr 1 15:24:40 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6293537B41E; Mon, 1 Apr 2002 15:24:11 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D53737B435 for ; Mon, 1 Apr 2002 15:23:53 -0800 (PST) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31NNqY83534 for perforce@freebsd.org; Mon, 1 Apr 2002 15:23:52 -0800 (PST) (envelope-from tmm@freebsd.org) Date: Mon, 1 Apr 2002 15:23:52 -0800 (PST) Message-Id: <200204012323.g31NNqY83534@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to tmm@freebsd.org using -f From: Thomas Moestl Subject: PERFORCE change 8837 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8837 Change 8837 by tmm@tmm_sparc64 on 2002/04/01 15:23:30 Fix a comment. Affected files ... ... //depot/projects/sparc64/sys/boot/sparc64/loader/main.c#21 edit Differences ... ==== //depot/projects/sparc64/sys/boot/sparc64/loader/main.c#21 (text+ko) ==== @@ -407,14 +407,15 @@ case DEVT_DISK: bootdev.d_dev = &ofwdisk; /* - * When booting from a cdrom, a disk label is placed before the - * cd9660 data, with it being in the first slice, while the - * other slices contain pseudo disk labels with embedded boot - * blocks, which are prepended by UFS file systems. - * The firmware will set the boot path to the slice it boots - * from (f in the sun4u case), but we want the kernel to be - * loaded from the cd9660 fs ('a'), so the boot path needs to - * be changed. + * Sun compatible bootable CD-ROMs have a disk label placed + * before the cd9660 data, with the actual file system being + * in the first partition, while the other partitions contain + * pseudo disk labels with embedded boot blocks for different + * architectures, which may be followed by UFS file systems. + * The firmware will set the boot path to the partition it + * boots from ('f' in the sun4u case), but we want the kernel + * to be loaded from the cd9660 fs ('a'), so the boot path + * needs to be altered. */ if (strstr(bootpath, "cdrom") != NULL && bootpath[strlen(bootpath) - 2] == ':') { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message