From owner-p4-projects@FreeBSD.ORG Thu Jun 28 16:00:32 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 825F316A46C; Thu, 28 Jun 2007 16:00:32 +0000 (UTC) X-Original-To: perforce@FreeBSD.org Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 366A416A421 for ; Thu, 28 Jun 2007 16:00:32 +0000 (UTC) (envelope-from thioretic@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2602013C455 for ; Thu, 28 Jun 2007 16:00:32 +0000 (UTC) (envelope-from thioretic@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5SG0W6M003393 for ; Thu, 28 Jun 2007 16:00:32 GMT (envelope-from thioretic@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5SG0V3b003388 for perforce@freebsd.org; Thu, 28 Jun 2007 16:00:31 GMT (envelope-from thioretic@FreeBSD.org) Date: Thu, 28 Jun 2007 16:00:31 GMT Message-Id: <200706281600.l5SG0V3b003388@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to thioretic@FreeBSD.org using -f From: Maxim Zhuravlev To: Perforce Change Reviews Cc: Subject: PERFORCE change 122490 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2007 16:00:32 -0000 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 +INTERFACE stackns; + /** * exact args type is defined by namespace itself */