Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2007 16:00:31 GMT
From:      Maxim Zhuravlev <thioretic@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 122490 for review
Message-ID:  <200706281600.l5SG0V3b003388@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=122490

Change 122490 by thioretic@thioretic on 2007/06/28 16:00:06

	Start drivers stack namespace implementation

Affected files ...

.. //depot/projects/soc2007/thioretic_gidl/TODO#3 edit
.. //depot/projects/soc2007/thioretic_gidl/kern/sns_drivers.c#1 add
.. //depot/projects/soc2007/thioretic_gidl/kern/stackns_if.m#2 edit

Differences ...

==== //depot/projects/soc2007/thioretic_gidl/TODO#3 (text+ko) ====

@@ -43,3 +43,6 @@
 		#	[int state]	lets drivers to influence on i/o request 
 		# lifecycle.
 		#	...  
+3. Implement *drivers* stack namespace.
+	SOLUTION: define stack namespace methods suitable for drivers
+	FILE(S) AFFECTED: kern/sns_drivers.c  
==== //depot/projects/soc2007/thioretic_gidl/kern/stackns_if.m#2 (text+ko) ====

@@ -1,5 +1,7 @@
 #include <sys/bus.h>
 
+INTERFACE stackns;
+
 /**
  * exact args type is defined by namespace itself
  */



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