Date: Sat, 8 Feb 2003 18:46:44 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 24865 for review Message-ID: <200302090246.h192kiYi001938@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=24865 Change 24865 by jmallett@jmallett_dalek on 2003/02/08 18:46:12 Add a preliminary GEOM module capable of reading an fx-labelled disk. Enough to recognise an md(4) on i386. Affected files ... .. //depot/projects/mips/sys/conf/files#14 edit .. //depot/projects/mips/sys/conf/options#13 edit .. //depot/projects/mips/sys/geom/geom_fx.c#1 add Differences ... ==== //depot/projects/mips/sys/conf/files#14 (text+ko) ==== @@ -875,6 +875,7 @@ geom/geom_dump.c standard geom/geom_enc.c standard geom/geom_event.c standard +geom/geom_fx.c optional geom_fx geom/geom_gpt.c optional geom_gpt geom/geom_io.c standard geom/geom_kern.c standard ==== //depot/projects/mips/sys/conf/options#13 (text+ko) ==== @@ -90,6 +90,7 @@ GEOM_AES opt_geom.h GEOM_BDE opt_geom.h GEOM_BSD opt_geom.h +GEOM_FX opt_geom.h GEOM_GPT opt_geom.h GEOM_MBR opt_geom.h GEOM_MIRROR opt_geom.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302090246.h192kiYi001938>