From owner-svn-src-all@freebsd.org Wed Mar 2 15:25:18 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3197AC1E45 for ; Wed, 2 Mar 2016 15:25:18 +0000 (UTC) (envelope-from bms@fastmail.net) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE8C31DB5 for ; Wed, 2 Mar 2016 15:25:18 +0000 (UTC) (envelope-from bms@fastmail.net) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 33FA320C27 for ; Wed, 2 Mar 2016 10:25:07 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 02 Mar 2016 10:25:07 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=/Brd13UR5jlwi0ama9XDGO08s0E=; b=Uh2il0 oatuT3vGdQfDdYIw4U3XXwRcUbOfFn/POTyE8+8iyZaHppWk5b+77s1gFKUBgEsH nKIJ6v9uqiyoeXGZ3oCWzhfFGMgpKUvITmpf9PHi8AIcmcG6SyjI52j+/d9wjbPr Zz1lDSVac6nYKCPL2RcbrAreE3+ln/8JB68k0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=/Brd13UR5jlwi0a ma9XDGO08s0E=; b=PWh8ATzYXwDMgTuSAkynp7nlRT2fd7Ukq8NGkpa80w18u6m bw96D0ivW5oRv9k9nuvf24XQ2mzdSwj5c55547DSP7dO4a9aERh/sQw+xitmFFc2 BS6Sxu02kmYGG5NXIzckLxc+ptW69lkQFJnSXNV/4fdH+v6m5arFnhAS58ZE= X-Sasl-enc: iaFu6upZQ5bSIYW2f+YQQPauk4TtHAkwKToPFwOM6jYI 1456932306 Received: from pion.local (cpc95050-newt40-2-0-cust433.19-3.cable.virginm.net [94.175.27.178]) by mail.messagingengine.com (Postfix) with ESMTPA id 83361680119; Wed, 2 Mar 2016 10:25:06 -0500 (EST) Subject: Re: svn commit: r296261 - in head/sys: kern sys To: Svatopluk Kraus , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201603011057.u21AvU1a040987@repo.freebsd.org> From: Bruce Simpson Message-ID: <56D705D1.504@fastmail.net> Date: Wed, 2 Mar 2016 15:25:05 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <201603011057.u21AvU1a040987@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2016 15:25:19 -0000 All, On 01/03/16 10:57, Svatopluk Kraus wrote: > Author: skra Date: Tue Mar 1 10:57:29 2016 New Revision: 296261 URL: > https://svnweb.freebsd.org/changeset/base/296261 > > Log: Mark other parts of interrupt framework as INTR_SOLO option > specific. IMHO... The general rationalisation of the FreeBSD kernel-mode driver API surface probably warrants updating this document: https://www.freebsd.org/doc/en/books/arch-handbook/ Describing the general case in terms of ISA device drivers is probably confusing these days, although it reflects how the code has evolved. cheers Bruce