PERFORCE change 122490 for review
Maxim Zhuravlev
thioretic at FreeBSD.org
Thu Jun 28 16:00:32 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=122490
Change 122490 by thioretic at 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
*/
More information about the p4-projects
mailing list