svn commit: r261924 - projects/arm64/sys/boot/common

Andrew Turner andrew at FreeBSD.org
Sat Feb 15 14:32:10 UTC 2014


Author: andrew
Date: Sat Feb 15 14:32:10 2014
New Revision: 261924
URL: http://svnweb.freebsd.org/changeset/base/261924

Log:
  Define DEVT_FS. this should have been included in r261923.

Modified:
  projects/arm64/sys/boot/common/bootstrap.h

Modified: projects/arm64/sys/boot/common/bootstrap.h
==============================================================================
--- projects/arm64/sys/boot/common/bootstrap.h	Sat Feb 15 14:30:19 2014	(r261923)
+++ projects/arm64/sys/boot/common/bootstrap.h	Sat Feb 15 14:32:10 2014	(r261924)
@@ -47,6 +47,7 @@ struct devdesc 
 #define DEVT_NET	2
 #define	DEVT_CD		3
 #define DEVT_ZFS	4
+#define DEVT_FS		5
     int			d_unit;
     void		*d_opendata;
 };


More information about the svn-src-projects mailing list