RE: [PARPORT] parallel-PCI card


Tim Waugh (tim@cyberelk.demon.co.uk)
Sat, 12 Feb 2000 11:52:18 +0000 (GMT)


On Sat, 12 Feb 2000, Olivier Thomas wrote:

> The result of the 'lspci -v' gives me the following about my PCI-parallel
> port card:
> 00:0e.0 Parallel controller: Lava Computer mfg Inc: Unknown device 8800
> (prog-if 01)
> Flags: slow devsel, IRQ 9
> I/O ports at d020
>
> Do you think I need to upgrade to 2.2.14 ?

Yes, but you also need to apply this patch on top of it. Alan, please
could you apply this to your 2.2.15 tree? It's from 2.3.x.

Thanks,
Tim.
*/

diff -durN linux-2.2.15pre7/drivers/misc/parport_pc.c linux/drivers/misc/parport_pc.c
--- linux-2.2.15pre7/drivers/misc/parport_pc.c Sat Feb 12 11:47:57 2000
+++ linux/drivers/misc/parport_pc.c Sat Feb 12 11:48:35 2000
@@ -902,6 +902,8 @@
                   { { 0, -1 }, } },
                 { PCI_VENDOR_ID_LAVA, PCI_DEVICE_ID_LAVA_DUAL_PAR_B, 1,
                   { { 0, -1 }, } },
+ { PCI_VENDOR_ID_LAVA, PCI_DEVICE_ID_LAVA_BOCA_IOPPAR, 1,
+ { { 0, -1 }, } },
                 { 0, }
         };
 
diff -durN linux-2.2.15pre7/include/linux/pci.h linux/include/linux/pci.h
--- linux-2.2.15pre7/include/linux/pci.h Sat Feb 12 11:45:36 2000
+++ linux/include/linux/pci.h Sat Feb 12 11:43:57 2000
@@ -1022,6 +1022,7 @@
 #define PCI_DEVICE_ID_LAVA_PARALLEL 0x8000
 #define PCI_DEVICE_ID_LAVA_DUAL_PAR_A 0x8002 /* The Lava Dual Parallel is */
 #define PCI_DEVICE_ID_LAVA_DUAL_PAR_B 0x8003 /* two PCI devices on a card */
+#define PCI_DEVICE_ID_LAVA_BOCA_IOPPAR 0x8800
 
 #define PCI_VENDOR_ID_SYMPHONY 0x1c1c
 #define PCI_DEVICE_ID_SYMPHONY_101 0x0001

-- To unsubscribe, send mail to: linux-parport-request@torque.net --
-- with the single word "unsubscribe" in the body of the message. --



This archive was generated by hypermail 2.0b3 on Sat 12 Feb 2000 - 07:26:40 EST