svn commit: r200557 - head/sys/sys

Rui Paulo rpaulo at FreeBSD.org
Mon Dec 14 14:47:10 PST 2009


Author: rpaulo
Date: Mon Dec 14 22:47:09 2009
New Revision: 200557
URL: http://svn.freebsd.org/changeset/base/200557

Log:
  Add apple-boot and apple-ufs.
  
  Submitted by:	nwhitehorn

Modified:
  head/sys/sys/apm.h

Modified: head/sys/sys/apm.h
==============================================================================
--- head/sys/sys/apm.h	Mon Dec 14 22:38:51 2009	(r200556)
+++ head/sys/sys/apm.h	Mon Dec 14 22:47:09 2009	(r200557)
@@ -61,6 +61,8 @@ struct apm_ent {
 #define	APM_ENT_TYPE_FREEBSD_VINUM	"FreeBSD-Vinum"
 #define	APM_ENT_TYPE_FREEBSD_ZFS	"FreeBSD-ZFS"
 
+#define	APM_ENT_TYPE_APPLE_BOOT		"Apple_Bootstrap"
 #define	APM_ENT_TYPE_APPLE_HFS		"Apple_HFS"
+#define	APM_ENT_TYPE_APPLE_UFS		"Apple_UNIX_SVR2"
 
 #endif /* _SYS_APM_H_ */


More information about the svn-src-head mailing list