From: Eli Billauer <eli.billauer@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: arnd@arndb.de, gregkh@linuxfoundation.org,
Eli Billauer <eli.billauer@gmail.com>
Subject: [PATCH v2 1/2] pci_ids: Added FPGA-related entries
Date: Fri, 30 Nov 2012 16:51:51 +0200 [thread overview]
Message-ID: <1354287112-18159-1-git-send-email-eli.billauer@gmail.com> (raw)
These are Vendor IDs to FPGA manufacturers, and are necessary for the Xillybus
driver. Even though no other driver uses them currently, I believe their
place is in the general list for future use. The PCIe interface is
popular among these FPGAs, and Linux is used often.
Signed-off-by: Eli Billauer <eli.billauer@gmail.com>
---
include/linux/pci_ids.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 9d36b82..09fcb46 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -1320,6 +1320,10 @@
#define PCI_DEVICE_ID_REALTEK_8139 0x8139
#define PCI_VENDOR_ID_XILINX 0x10ee
+#define PCI_VENDOR_ID_ALTERA 0x1172
+#define PCI_VENDOR_ID_ACTEL 0x11aa
+#define PCI_VENDOR_ID_LATTICE 0x1204
+
#define PCI_DEVICE_ID_RME_DIGI96 0x3fc0
#define PCI_DEVICE_ID_RME_DIGI96_8 0x3fc1
#define PCI_DEVICE_ID_RME_DIGI96_8_PRO 0x3fc2
--
1.7.2.3
next reply other threads:[~2012-11-30 14:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-30 14:51 Eli Billauer [this message]
2012-11-30 14:51 ` [PATCH v2 2/2] New driver: Xillybus generic interface for FPGA (programmable logic) Eli Billauer
2012-11-30 15:09 ` Greg KH
2012-11-30 15:27 ` Eli Billauer
2012-11-30 16:35 ` Greg KH
2012-11-30 15:08 ` [PATCH v2 1/2] pci_ids: Added FPGA-related entries Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1354287112-18159-1-git-send-email-eli.billauer@gmail.com \
--to=eli.billauer@gmail.com \
--cc=arnd@arndb.de \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox