public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@hp.com>
To: rmk+serial@arm.linux.org.uk
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] new hp diva console port
Date: Fri, 18 Mar 2005 09:30:22 -0700	[thread overview]
Message-ID: <1111163422.6693.6.camel@tdi> (raw)


   The patch below adds IDs and setup for a new PCI Diva console port.
This device provides a single UART described by PCI Bar 1.  ID already
submitted to pciids.sf.net.  Please apply.  Thanks,

	Alex


Signed-off-by: Alex Williamson <alex.williamson@hp.com>

===== drivers/pci/pci.ids 1.74 vs edited =====
--- 1.74/drivers/pci/pci.ids	2005-03-15 08:33:16 -07:00
+++ edited/drivers/pci/pci.ids	2005-03-17 10:54:25 -07:00
@@ -1812,6 +1812,7 @@
 		103c 1226  Keystone SP2
 		103c 1227  Powerbar SP2
 		103c 1282  Everest SP2
+		103c 1301  Diva RMP3
 	1054  PCI Local Bus Adapter
 	1064  79C970 PCnet Ethernet Controller
 	108b  Visualize FXe
===== drivers/serial/8250_pci.c 1.51 vs edited =====
--- 1.51/drivers/serial/8250_pci.c	2005-03-08 15:08:47 -07:00
+++ edited/drivers/serial/8250_pci.c	2005-03-17 10:54:26 -07:00
@@ -2185,6 +2185,9 @@
 	 * HP Diva card
 	 */
 	{	PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_DIVA,
+		PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_DIVA_RMP3, 0, 0,
+		pbn_b1_1_115200 },
+	{	PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_DIVA,
 		PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 		pbn_b0_5_115200 },
 	{	PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_DIVA_AUX,
===== include/linux/pci_ids.h 1.208 vs edited =====
--- 1.208/include/linux/pci_ids.h	2005-03-15 08:27:33 -07:00
+++ edited/include/linux/pci_ids.h	2005-03-17 10:56:15 -07:00
@@ -709,6 +709,7 @@
 #define PCI_DEVICE_ID_HP_SX1000_IOC	0x127c
 #define PCI_DEVICE_ID_HP_DIVA_EVEREST	0x1282
 #define PCI_DEVICE_ID_HP_DIVA_AUX	0x1290
+#define PCI_DEVICE_ID_HP_DIVA_RMP3	0x1301
 #define PCI_DEVICE_ID_HP_CISSA		0x3220
 #define PCI_DEVICE_ID_HP_CISSB		0x3230
 #define PCI_DEVICE_ID_HP_ZX2_IOC	0x4031



             reply	other threads:[~2005-03-18 16:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-18 16:30 Alex Williamson [this message]
2005-03-19 16:06 ` [PATCH] new hp diva console port Russell King
  -- strict thread matches above, loose matches on Subject: below --
2005-10-22  0:30 Chen, Justin
2005-10-24 18:32 ` Bjorn Helgaas
2005-10-24 21:38 Chen, Justin
2005-10-24 22:35 ` Russell King

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=1111163422.6693.6.camel@tdi \
    --to=alex.williamson@hp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rmk+serial@arm.linux.org.uk \
    /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