From owner-freebsd-current@FreeBSD.ORG Fri Sep 10 10:59:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5544A16A4CE for ; Fri, 10 Sep 2004 10:59:46 +0000 (GMT) Received: from shub-internet.kew.com (h00062574bf3c.ne.client2.attbi.com [66.30.223.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EB2A43D58 for ; Fri, 10 Sep 2004 10:59:46 +0000 (GMT) (envelope-from ahd@kew.com) Received: by shub-internet.kew.com (Postfix, from userid 1015) id ADFEB12325; Fri, 10 Sep 2004 06:59:45 -0400 (EDT) Received: from kendra (kendra.hh.kew.com [192.168.203.132]) by shub-internet.kew.com (Postfix) with ESMTP id 7CCD1122DE; Fri, 10 Sep 2004 06:59:43 -0400 (EDT) From: "Andrew H. Derbyshire" To: "'Bruce Evans'" , "'M. Warner Losh'" Date: Fri, 10 Sep 2004 06:59:42 -0400 Organization: Kendra Electronic Wonderworks, Stoneham, MA (http://www.kew.com) Message-ID: <00a701c49725$465caf80$84cba8c0@hh.kew.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <20040910180421.Y1368@epsplex.bde.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal cc: freebsd-current@freebsd.org Subject: RE: PCI SIO devices hog interrupts, cause lock order problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 10:59:46 -0000 >> > Does the distributed GENERIC > > : kernel have room for the PUC device? Are there side > effects that PUC should > > : be excluded from GENERIC? > > > > puc should be in GENERIC, imho. > > I agree. It is too large due to its sparse data structures, > but since the > sparse data compresses very well, it doesn't take any more space on > boot media than most drivers in GENERIC. I opened kern/71198 requesting this add last week. -ahd-