Date: Fri, 2 May 2003 13:14:49 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/bsdlabel bsdlabel.c Message-ID: <200305022014.h42KEnXZ041852@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/05/02 13:14:49 PDT FreeBSD src repository Modified files: sbin/bsdlabel bsdlabel.c Log: Vastly simplify architecture handling: Use properties of label as recorded in global variables, rather than checks on the architecture. Drop horribly code to handle MBR/PC98's embedded in the BSD label area. If you need to have an MBR or PC98 on your disk, you should not overlap it with a BSDLABEL, if you don't need it, this code is nothing but trouble. Revision Changes Path 1.85 +19 -124 src/sbin/bsdlabel/bsdlabel.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305022014.h42KEnXZ041852>