12 Jul 2010 17:49
[PATCH 2/2] parport/serial: add support for Timedia/SUNIX cards to parport_serial
Frédéric Brière <fbriere <at> fbriere.net>
2010-07-12 15:49:43 GMT
2010-07-12 15:49:43 GMT
Timedia/SUNIX PCI cards with both serial and parallel ports are
currently supported by 8250_pci and parport_pc individually. Moving
that support into parport_serial allows using both types of ports at the
same time.
This was successfully tested with a SUNIX 4079T.
Signed-off-by: Frédéric Brière <fbriere <at> fbriere.net>
---
drivers/parport/parport_pc.c | 54 -------------
drivers/parport/parport_serial.c | 163 ++++++++++++++++++++++++++++++++++++++
drivers/serial/8250_pci.c | 23 ++++++
3 files changed, 186 insertions(+), 54 deletions(-)
diff --git a/drivers/parport/parport_pc.c b/drivers/parport/parport_pc.c
index 0950fa4..e5d1d2f 100644
--- a/drivers/parport/parport_pc.c
+++ b/drivers/parport/parport_pc.c
<at> <at> -2866,24 +2866,6 <at> <at> enum parport_pc_pci_cards {
lava_parallel_dual_b,
boca_ioppar,
plx_9050,
- timedia_4078a,
- timedia_4079h,
- timedia_4085h,
- timedia_4088a,
- timedia_4089a,
- timedia_4095a,
- timedia_4096a,
- timedia_4078u,
(Continue reading)
RSS Feed