From owner-freebsd-arch@FreeBSD.ORG Sun Sep 28 11:55:24 2008 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7EA510656C2 for ; Sun, 28 Sep 2008 11:55:24 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.swip.net [212.247.154.97]) by mx1.freebsd.org (Postfix) with ESMTP id 612078FC2A for ; Sun, 28 Sep 2008 11:55:24 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=R1wMmuKHYjIA:10 a=6lIswPyQL5gA:10 a=uUmtgKHQwvA07F2yBopI6A==:17 a=fGEZHhlHCNKiM2qep1sA:9 a=X9Uy50w_mSvlSv1NTV-iMCvwihUA:4 a=LY0hPdMaydYA:10 Received: from [62.113.135.118] (account mc467741@c2i.net [62.113.135.118] verified) by mailfe04.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1093105826; Sun, 28 Sep 2008 12:55:21 +0200 From: Hans Petter Selasky To: freebsd-arch@freebsd.org Date: Sun, 28 Sep 2008 12:57:17 +0200 User-Agent: KMail/1.9.7 References: <20080928100731.GA49323@onelab2.iet.unipi.it> In-Reply-To: <20080928100731.GA49323@onelab2.iet.unipi.it> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809281257.18248.hselasky@c2i.net> Cc: Subject: Re: dynamic update of usb/pci/quirks tables X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 11:55:24 -0000 On Sunday 28 September 2008, Luigi Rizzo wrote: > Of course patching the live kernel is dangerous Why can't you put all the quirks in a loadable module like in USB2, that can be unloaded and loaded at any time ? --HPS