From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Li9XV-0007gy-0u for qemu-devel@nongnu.org; Fri, 13 Mar 2009 11:43:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Li9XP-0007Z4-3E for qemu-devel@nongnu.org; Fri, 13 Mar 2009 11:43:11 -0400 Received: from [199.232.76.173] (port=55366 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Li9XO-0007Ym-Rp for qemu-devel@nongnu.org; Fri, 13 Mar 2009 11:43:06 -0400 Received: from hobi.com ([130.94.185.247]:1782) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Li9XO-0005BA-9r for qemu-devel@nongnu.org; Fri, 13 Mar 2009 11:43:06 -0400 Received: from unknown (HELO ricklap.localnet) ([68.23.60.237]) (envelope-sender ) by 130.94.185.247 (qmail-ldap-1.03) with SMTP for ; 13 Mar 2009 15:43:03 -0000 From: Rick Vernam Subject: Re: [Qemu-devel] [6841] Add and use remaining #defines for PCI device IDs (Stuart Brady) Date: Fri, 13 Mar 2009 10:43:02 -0500 References: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="Boundary-00=_G8nuJ0bGXmr2E1S" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903131043.02615.rickv@hobi.com> 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 --Boundary-00=_G8nuJ0bGXmr2E1S Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Friday 13 March 2009 10:02:23 am Anthony Liguori wrote: > Revision: 6841 > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6841 > Author: aliguori > Date: 2009-03-13 15:02:23 +0000 (Fri, 13 Mar 2009) > Log Message: > ----------- > Add and use remaining #defines for PCI device IDs (Stuart Brady) > > This patch adds and uses #defines for the remaining hardcoded PCI > device IDs. It also moves definitions taken from linux/pci_ids.h > into a separate header (hw/pci_ids.h), removes the 'RTL' from > PCI_DEVICE_ID_REALTEK_RTL8029, and renames PCI_DEVICE_ID_FSL_E500 > to PCI_DEVICE_ID_MPC8533E to match Linux's definition. > > Changes in v2: > * Don't use C99-style comments > * Move definitions from linux/pci_ids.h into a separate header > * Rename PCI_DEVICE_ID_FSL_E500 to PCI_DEVICE_ID_MPC8533E > > Signed-off-by: Stuart Brady > Signed-off-by: Anthony Liguori > > Modified Paths: > -------------- > trunk/hw/eepro100.c > trunk/hw/gt64xxx.c > trunk/hw/ne2000.c > trunk/hw/pci.h > trunk/hw/ppc4xx_pci.c > trunk/hw/ppce500_pci.c > trunk/hw/sh_pci.c > trunk/hw/usb-ohci.c > trunk/hw/versatile_pci.c > it seems that hw/pci_ids.h might have been skipped? --Boundary-00=_G8nuJ0bGXmr2E1S Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 7bit On Friday 13 March 2009 10:02:23 am Anthony Liguori wrote:
> Revision: 6841
> http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6841
> Author: aliguori
> Date: 2009-03-13 15:02:23 +0000 (Fri, 13 Mar 2009)
> Log Message:
> -----------
> Add and use remaining #defines for PCI device IDs (Stuart Brady)
>
> This patch adds and uses #defines for the remaining hardcoded PCI
> device IDs. It also moves definitions taken from linux/pci_ids.h
> into a separate header (hw/pci_ids.h), removes the 'RTL' from
> PCI_DEVICE_ID_REALTEK_RTL8029, and renames PCI_DEVICE_ID_FSL_E500
> to PCI_DEVICE_ID_MPC8533E to match Linux's definition.
>
> Changes in v2:
> * Don't use C99-style comments
> * Move definitions from linux/pci_ids.h into a separate header
> * Rename PCI_DEVICE_ID_FSL_E500 to PCI_DEVICE_ID_MPC8533E
>
> Signed-off-by: Stuart Brady <stuart.brady@gmail.com>
> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
>
> Modified Paths:
> --------------
> trunk/hw/eepro100.c
> trunk/hw/gt64xxx.c
> trunk/hw/ne2000.c
> trunk/hw/pci.h
> trunk/hw/ppc4xx_pci.c
> trunk/hw/ppce500_pci.c
> trunk/hw/sh_pci.c
> trunk/hw/usb-ohci.c
> trunk/hw/versatile_pci.c
>


it seems that hw/pci_ids.h might have been skipped?

--Boundary-00=_G8nuJ0bGXmr2E1S--