Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 2010 03:12:42 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r211262 - projects/ofed/head/sys/sys
Message-ID:  <201008130312.o7D3Cgq0076568@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jeff
Date: Fri Aug 13 03:12:42 2010
New Revision: 211262
URL: http://svn.freebsd.org/changeset/base/211262

Log:
   - Add a "DEV" filetype for use with uverbs.  uverbs constructs a special
     fd after a device ioctl and returns it to the user.
  
  Sponsored by:	Isilon Systems, iX Systems, and Panasas.

Modified:
  projects/ofed/head/sys/sys/file.h

Modified: projects/ofed/head/sys/sys/file.h
==============================================================================
--- projects/ofed/head/sys/sys/file.h	Fri Aug 13 03:11:33 2010	(r211261)
+++ projects/ofed/head/sys/sys/file.h	Fri Aug 13 03:12:42 2010	(r211262)
@@ -63,6 +63,7 @@ struct socket;
 #define	DTYPE_SHM	8	/* swap-backed shared memory */
 #define	DTYPE_SEM	9	/* posix semaphore */
 #define	DTYPE_PTS	10	/* pseudo teletype master device */
+#define	DTYPE_DEV	11	/* Device specific fd type */
 
 #ifdef _KERNEL
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008130312.o7D3Cgq0076568>