From owner-freebsd-stable@FreeBSD.ORG Mon Mar 24 23:24:13 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B764F1065674; Mon, 24 Mar 2008 23:24:13 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.freebsd.org (Postfix) with ESMTP id 76AE38FC25; Mon, 24 Mar 2008 23:24:13 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 3A826DBAAD; Mon, 24 Mar 2008 19:24:13 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 24 Mar 2008 19:24:13 -0400 X-Sasl-enc: CwqAdLzG5uJw+15Q4oSADmKURBtmOi3PnRBl66zUKNQe 1206401052 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 7C5E95CD3; Mon, 24 Mar 2008 19:24:12 -0400 (EDT) Message-ID: <47E8381B.5060100@FreeBSD.org> Date: Mon, 24 Mar 2008 23:24:11 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.9 (X11/20080207) MIME-Version: 1.0 To: John Baldwin References: <47E7D003.3070009@incunabulum.net> <200803241407.24749.jhb@freebsd.org> <47E8333E.20900@incunabulum.net> In-Reply-To: <47E8333E.20900@incunabulum.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Cc: nsouch@freebsd.org, freebsd-stable@freebsd.org Subject: Re: lpbb broken in 6.x? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2008 23:24:13 -0000 Bruce M Simpson wrote: > > I used devinfo to check if other devices were attached to the ppbus=20 > parent. ppc0 always has a single child ppbus0. In the first case ppi0=20 > was attached. In the second case only lpbb appeared to be attached, no = > other direct children of ppbus0, printing the same message when=20 > attempting to use the bus ("device not configured"). Whoops, I meant "can't allocate ppbus" here, trying to avoid confusion=B7= I can't seem to kldunload lpbb or other ppbus modules (if they are=20 loaded) after they are loaded, this generates a "device not configured"=20 message. cheers BMS