linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][SERIAL][2.6.10-rc2] Add support for Dell Remote Access Card 4.
@ 2004-11-19 17:50 Tim_T_Murphy
  0 siblings, 0 replies; 2+ messages in thread
From: Tim_T_Murphy @ 2004-11-19 17:50 UTC (permalink / raw)
  To: linux-kernel

Sorry, sent the last one as html.
Here's a patch to include Dell's 4th generation Remote Access Controller ids.

--- linux-2.6.10-rc2.orig/drivers/serial/8250_pci.c	2004-11-19 10:18:46.961572456 -0600
+++ linux-2.6.10-rc2.patched/drivers/serial/8250_pci.c	2004-11-19 09:21:58.000000000 -0600
@@ -2116,6 +2116,13 @@
 		pbn_b0_bt_1_460800 },
 
 	/*
+	 * Dell Remote Access Card 4 - Tim_T_Murphy@Dell.com
+	 */
+	{	PCI_VENDOR_ID_DELL, PCI_DEVICE_ID_DELL_RAC4,
+		PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+		pbn_b1_1_1382400 },
+
+	/*
 	 * Dell Remote Access Card III - Tim_T_Murphy@Dell.com
 	 */
 	{	PCI_VENDOR_ID_DELL, PCI_DEVICE_ID_DELL_RACIII,
--- linux-2.6.10-rc2.orig/include/linux/pci_ids.h	2004-11-19 10:18:22.876233984 -0600
+++ linux-2.6.10-rc2.patched/include/linux/pci_ids.h	2004-11-19 09:24:40.000000000 -0600
@@ -523,6 +523,7 @@
 
 #define PCI_VENDOR_ID_DELL		0x1028
 #define PCI_DEVICE_ID_DELL_RACIII	0x0008
+#define PCI_DEVICE_ID_DELL_RAC4		0x0012
 
 #define PCI_VENDOR_ID_MATROX		0x102B
 #define PCI_DEVICE_ID_MATROX_MGA_2	0x0518

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH][SERIAL][2.6.10-rc2] Add support for Dell Remote Access Card 4.
@ 2004-11-19 17:43 Tim_T_Murphy
  0 siblings, 0 replies; 2+ messages in thread
From: Tim_T_Murphy @ 2004-11-19 17:43 UTC (permalink / raw)
  To: linux-kernel

Here's a patch to include Dell's 4th generation Remote Access Controller ids.

--- linux-2.6.10-rc2.orig/drivers/serial/8250_pci.c	2004-11-19 10:18:46.961572456 -0600
+++ linux-2.6.10-rc2.patched/drivers/serial/8250_pci.c	2004-11-19 09:21:58.000000000 -0600
@@ -2116,6 +2116,13 @@
 		pbn_b0_bt_1_460800 },
 
 	/*
+	 * Dell Remote Access Card 4 - Tim_T_Murphy@Dell.com
+	 */
+	{	PCI_VENDOR_ID_DELL, PCI_DEVICE_ID_DELL_RAC4,
+		PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+		pbn_b1_1_1382400 },
+
+	/*
 	 * Dell Remote Access Card III - Tim_T_Murphy@Dell.com
 	 */
 	{	PCI_VENDOR_ID_DELL, PCI_DEVICE_ID_DELL_RACIII,
--- linux-2.6.10-rc2.orig/include/linux/pci_ids.h	2004-11-19 10:18:22.876233984 -0600
+++ linux-2.6.10-rc2.patched/include/linux/pci_ids.h	2004-11-19 09:24:40.000000000 -0600
@@ -523,6 +523,7 @@
 
 #define PCI_VENDOR_ID_DELL		0x1028
 #define PCI_DEVICE_ID_DELL_RACIII	0x0008
+#define PCI_DEVICE_ID_DELL_RAC4		0x0012
 
 #define PCI_VENDOR_ID_MATROX		0x102B
 #define PCI_DEVICE_ID_MATROX_MGA_2	0x0518

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-11-19 17:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-19 17:50 [PATCH][SERIAL][2.6.10-rc2] Add support for Dell Remote Access Card 4 Tim_T_Murphy
  -- strict thread matches above, loose matches on Subject: below --
2004-11-19 17:43 Tim_T_Murphy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).