From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVvI0-00024j-IW for qemu-devel@nongnu.org; Thu, 03 Jun 2004 12:42:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVvHy-00024X-LR for qemu-devel@nongnu.org; Thu, 03 Jun 2004 12:42:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVvHy-00024U-I2 for qemu-devel@nongnu.org; Thu, 03 Jun 2004 12:41:58 -0400 Received: from [193.252.22.29] (helo=mwinf0204.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BVvHY-0001WR-E0 for qemu-devel@nongnu.org; Thu, 03 Jun 2004 12:41:32 -0400 Received: from bellard.org (ATuileries-112-1-2-134.w80-14.abo.wanadoo.fr [80.14.188.134]) by mwinf0204.wanadoo.fr (SMTP Server) with ESMTP id B9042A000293 for ; Thu, 3 Jun 2004 18:41:31 +0200 (CEST) Message-ID: <40BF554E.80101@bellard.org> Date: Thu, 03 Jun 2004 18:43:58 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH]: PCI ROM support. References: <1086134382.21903.84.camel@sherbert> <40BF318B.6020109@bellard.org> <1086278819.21903.108.camel@sherbert> In-Reply-To: <1086278819.21903.108.camel@sherbert> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Gianni Tedesco wrote: > However this still isn't solving my wierd problem with lspci on Linux > showing all devices as having a 2KB unassigned, disabled ROM chip where > normally it wouldnt print anything. In the config space the ROM bar is > 0x00000000... It is fixed now (an unassigned BAR/ROM should be hardwired to zero). > How are the BARs sized, by writing 0xffffffff over them then re-reading > once? Yes. Fabrice.