From patchwork Mon Sep 6 07:46:20 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Isaku Yamahata X-Patchwork-Id: 63879 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9AD51B70CD for ; Mon, 6 Sep 2010 17:36:52 +1000 (EST) Received: from localhost ([127.0.0.1]:48118 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsWG0-00020i-2X for incoming@patchwork.ozlabs.org; Mon, 06 Sep 2010 03:36:48 -0400 Received: from [140.186.70.92] (port=37922 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsWCO-0000NL-H9 for qemu-devel@nongnu.org; Mon, 06 Sep 2010 03:33:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OsWCM-0005mJ-GG for qemu-devel@nongnu.org; Mon, 06 Sep 2010 03:33:04 -0400 Received: from mail.valinux.co.jp ([210.128.90.3]:42956) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OsWCM-0005ll-7j for qemu-devel@nongnu.org; Mon, 06 Sep 2010 03:33:02 -0400 Received: from ps.local.valinux.co.jp (vagw.valinux.co.jp [210.128.90.14]) by mail.valinux.co.jp (Postfix) with SMTP id 0138E107A93; Mon, 6 Sep 2010 16:32:57 +0900 (JST) Received: (nullmailer pid 21919 invoked by uid 1000); Mon, 06 Sep 2010 07:46:28 -0000 From: Isaku Yamahata To: qemu-devel@nongnu.org Date: Mon, 6 Sep 2010 16:46:20 +0900 Message-Id: <21943210cbbfef6d1bf9c2fc5864c633f370b56e.1283759074.git.yamahata@valinux.co.jp> X-Mailer: git-send-email 1.7.1.1 In-Reply-To: References: In-Reply-To: References: X-Virus-Scanned: clamav-milter 0.95.2 at va-mail.local.valinux.co.jp X-Virus-Status: Clean X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: skandasa@cisco.com, etmartin@cisco.com, wexu2@cisco.com, mst@redhat.com, adhyas@gmail.com, yamahata@valinux.co.jp Subject: [Qemu-devel] [PATCH 06/14] pci_ids.h: add vendor id of Texus Intesruments. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org add vendor id of Texus Intesruments. Signed-off-by: Isaku Yamahata --- hw/pci_ids.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/pci_ids.h b/hw/pci_ids.h index 39e9f1d..82cba7e 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -57,6 +57,8 @@ #define PCI_VENDOR_ID_AMD 0x1022 #define PCI_DEVICE_ID_AMD_LANCE 0x2000 +#define PCI_VENDOR_ID_TI 0x104c + #define PCI_VENDOR_ID_MOTOROLA 0x1057 #define PCI_DEVICE_ID_MOTOROLA_MPC106 0x0002 #define PCI_DEVICE_ID_MOTOROLA_RAVEN 0x4801