lkml.org 
[lkml]   [2004]   [Aug]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: netmos patches
Date

Hi Andrew,

> I don't have a clue what's going on here. Please send a clean
> patch against 2.6.8-rc3 or later, thanks.

Seems you're confused. (-; The patch came in two parts, one that is
stable and tested, and an experimental one I don't have the hardware
for to test it.

But since you ask for, here we go: The following is a patch against
2.6.8-rc4 to add support for all NetMOS devices I could get hold of:

/* snip */

--- parport_pc.c.old Tue Aug 10 10:53:38 2004
+++ parport_pc.c Tue Aug 10 10:55:15 2004
@@ -2625,7 +2625,13 @@
syba_2p_epp,
syba_1p_ecp,
titan_010l,
+ titan_1284p1,
titan_1284p2,
+ netmos_9705, /* thor: a couple of experimental netmos drivers follow... */
+ netmos_9735,
+ netmos_9715,
+ netmos_9835,
+ netmos_9755, /* thor: netmos modifications end */
avlab_1p,
avlab_2p,
oxsemi_954,
@@ -2696,7 +2702,15 @@
/* syba_2p_epp AP138B */ { 2, { { 0, 0x078 }, { 0, 0x178 }, } },
/* syba_1p_ecp W83787 */ { 1, { { 0, 0x078 }, } },
/* titan_010l */ { 1, { { 3, -1 }, } },
+ /* titan_1284p1 */ { 1, { { 0, 1 }, } },
/* titan_1284p2 */ { 2, { { 0, 1 }, { 2, 3 }, } },
+ /* thor: untested experimental netmos cards follow */
+ /* netmos 9705 */ { 1, { { 0, 1 }, } },
+ /* netmos 9735 */ { 1, { { 2, 3 }, } },
+ /* netmos 9715 */ { 2, { { 0, 1}, { 2, 3 },} },
+ /* netmos 9835 */ { 1, { { 2, 3 }, } },
+ /* netmos 9755 */ { 2, { { 0, 1}, { 2, 3 },} },
+ /* thor: netmos addons end */
/* avlab_1p */ { 1, { { 0, 1}, } },
/* avlab_2p */ { 2, { { 0, 1}, { 2, 3 },} },
/* The Oxford Semi cards are unusual: 954 doesn't support ECP,
@@ -2767,7 +2781,15 @@
PCI_ANY_ID, PCI_ANY_ID, 0, 0, syba_1p_ecp },
{ PCI_VENDOR_ID_TITAN, PCI_DEVICE_ID_TITAN_010L,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, titan_010l },
+ { 0x9710, 0x9805, 0x1000, 0x0010, 0, 0, titan_1284p1 },
{ 0x9710, 0x9815, 0x1000, 0x0020, 0, 0, titan_1284p2 },
+ /* thor: Untested, experimental netmos based cards follow */
+ { 0x9710, 0x9705, PCI_ANY_ID, PCI_ANY_ID, 0, 0, netmos_9705 },
+ { 0x9710, 0x9735, PCI_ANY_ID, PCI_ANY_ID, 0, 0, netmos_9735 },
+ { 0x9710, 0x9715, PCI_ANY_ID, PCI_ANY_ID, 0, 0, netmos_9715 },
+ { 0x9710, 0x9835, PCI_ANY_ID, PCI_ANY_ID, 0, 0, netmos_9835 },
+ { 0x9710, 0x9755, PCI_ANY_ID, PCI_ANY_ID, 0, 0, netmos_9755 },
+ /* thor: netmos support end */
/* PCI_VENDOR_ID_AVLAB/Intek21 has another bunch of cards ...*/
{ 0x14db, 0x2120, PCI_ANY_ID, PCI_ANY_ID, 0, 0, avlab_1p}, /* AFAVLAB_TK9902 */
{ 0x14db, 0x2121, PCI_ANY_ID, PCI_ANY_ID, 0, 0, avlab_2p},
/* snip */
Ok, the support for the 9805, aka titan_1284p1 is tested and works.
(That was the first patch). Support for the NetMOS 9815 is already in
for a while - that's the two-port version of the 9805.

What is experimental is the support for all other netmos devices, namely
the 9705, 9735, 9715, 9835 and 9755. Specifically, I don't have the full
PCI id's and replaced the vendor IDs by PCI_ID_ANY, which should *hopefully*
work out. In other words, this really requires some testing, at best by
someone who has the mentioned boards. The 9805 based board is sold here
in Germany in "every store round the corner". All others - I don't know -
might also come with additional serial ports.

Greetings,
Thomas

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

\
 
 \ /
  Last update: 2005-03-22 14:05    [W:0.043 / U:0.372 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site