From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LTvxy-0005N7-VM for qemu-devel@nongnu.org; Mon, 02 Feb 2009 05:23:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LTvxx-0005MV-2m for qemu-devel@nongnu.org; Mon, 02 Feb 2009 05:23:46 -0500 Received: from [199.232.76.173] (port=59221 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTvxw-0005MP-Kf for qemu-devel@nongnu.org; Mon, 02 Feb 2009 05:23:44 -0500 Received: from mx2.redhat.com ([66.187.237.31]:47875) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LTvxw-0003gS-5I for qemu-devel@nongnu.org; Mon, 02 Feb 2009 05:23:44 -0500 Message-ID: <4986C99A.3080406@redhat.com> Date: Mon, 02 Feb 2009 11:23:22 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [6490] Update #defines for PCI vendor and device IDs from OpenBIOS and Linux References: <20090201132220.GA13663@miranda.arrow> <20090201151617.GA14073@miranda.arrow> In-Reply-To: <20090201151617.GA14073@miranda.arrow> Content-Type: text/plain; charset=ISO-8859-1 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: Stuart Brady Cc: qemu-devel@nongnu.org >>>> +#define PCI_DEVICE_ID_REALTEK_RTL8029 0x8029 >>>> #define PCI_DEVICE_ID_REALTEK_8139 0x8139 >>> (Also, RTL8029 vs. 8139?...) >> That's what ne2k uses (not 8139). > > Sorry, I wasn't clear -- I was just pointing at the naming i.e. RTL8029 > as opposed to just 8029, but wasn't trying to make a big deal out of it. REALTEK_RTL is somewhat redundant, I'd drop the RTL from the 8029 ... >>> I gather 0x1234/0x1111 was originally chosen by Bochs. Unfortunately, >>> it is apparently allocated to 'Technical Corp.' Would it be possible >>> to use something less confusing instead? >> The IDs could be replaced with some real, original VGA compatible PCI >> card, without any extra features. Bochs extensions should probably be >> disabled then. Any suggestions? Well, you probably have a hard time to find a real VGA card *with* PCI and *without* extra features. > Not sure... perhaps Gerd could help, here? :) I can talk to our PCI guy, shouldn't be a big issue to get an ID for the qemu std vga. Thats certainly better that some random ID grabbed. cheers, Gerd