Date: Fri, 15 Mar 2002 13:44:08 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/geom geom_sunlabel.c Message-ID: <200203152144.g2FLi8n83413@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/03/15 13:44:08 PST Modified files: sys/conf files Added files: sys/geom geom_sunlabel.c Log: Teach GEOM about Sun disklabel formats. The detection code in this method is written so that it should work on all architectures which means that you can plug a Sun disk into a i386 now and access the partitions. We still need an endian-agnostic ufs/ffs before this is really interresting, but the main focus was to get sparc64 onto the GEOM trail. Revision Changes Path 1.610 +1 -0 src/sys/conf/files 1.1 +209 -0 src/sys/geom/geom_sunlabel.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203152144.g2FLi8n83413>