Re: [PATCH] cyclades async driver update

From: Marcelo Tosatti
Date: Thu Feb 26 2004 - 15:34:04 EST




On Thu, 26 Feb 2004, Marcelo Tosatti wrote:

>
> Hi,
>
> The following patch is the first of several planned fixes for the cyclades
> multiserial cards driver.
>
> Its mostly a sync with in-house driver:
>
> - Prevent users from opening non-existing Z ports
> - Implement special XON/XOFF character handling in Z cards
> - Prevent data-loss on Z cards
> - Throttling fix for Z card
> - Only throttle if CTS/RTS are set
> - Fix accounting of received data
>
> Kudos to Cyclades R&D
>
> Please apply.

Patch adds unused variables, please apply this on top (my bad):

--- linux-2.6.3/include/linux/cyclades.h.orig 2004-02-26 17:14:30.000000000 -0300
+++ linux-2.6.3/include/linux/cyclades.h 2004-02-26 17:12:53.000000000 -0300
@@ -111,8 +111,6 @@
#define CYGETCARDINFO 0x435911
#define CYSETWAIT 0x435912
#define CYGETWAIT 0x435913
-#define CYSETHIGHWATERMARK 0x435914
-#define CYGETHIGHWATERMARK 0x435915


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