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 <[EMAIL PROTECTED]>

===== 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


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to