From: Thiemo Seufer <ths@networkno.de>
To: "Maciej W. Rozycki" <macro@linux-mips.org>
Cc: Andrew Morton <akpm@osdl.org>,
linux-kernel@vger.kernel.org, linux-mips@linux-mips.org
Subject: Re: [PATCH 2.6.18] dz: Fixes to make it work
Date: Fri, 24 Nov 2006 15:12:05 +0000 [thread overview]
Message-ID: <20061124151205.GA927@networkno.de> (raw)
In-Reply-To: <Pine.LNX.4.64N.0611241420500.20948@blysk.ds.pg.gda.pl>
Maciej W. Rozycki wrote:
> This a set of fixes mostly to make the driver actually work:
>
> 1. Actually select the line for setting parameters and receiver
> disable/enable.
> 2. Select the line for receive and transmit interrupt handling correctly.
> 3. Report the transmitter empty state correctly.
> 4. Set the I/O type of ports correctly.
> 5. Perform polled transmission correctly.
> 6. Don't fix the console line at ttyS3.
> 7. Magic SysRq support.
> 8. Various small bits here and there.
>
> Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
> ---
> Tested with a DECstation 2100 (thanks Flo for making this possible).
>
> Please apply.
>
> Maciej
>
> patch-2.6.18-dz-13
> diff -up --recursive --new-file linux-2.6.18.macro/drivers/char/decserial.c linux-2.6.18/drivers/char/decserial.c
> --- linux-2.6.18.macro/drivers/char/decserial.c 2006-09-20 03:42:06.000000000 +0000
> +++ linux-2.6.18/drivers/char/decserial.c 2006-11-23 18:29:38.000000000 +0000
> @@ -23,20 +23,12 @@
> extern int zs_init(void);
> #endif
>
> -#ifdef CONFIG_DZ
> -extern int dz_init(void);
> -#endif
> -
> #ifdef CONFIG_SERIAL_CONSOLE
>
> #ifdef CONFIG_ZS
> extern void zs_serial_console_init(void);
> #endif
>
> -#ifdef CONFIG_DZ
> -extern void dz_serial_console_init(void);
> -#endif
> -
> #endif
>
> /* rs_init - starts up the serial interface -
> @@ -46,23 +38,11 @@ extern void dz_serial_console_init(void)
>
> int __init rs_init(void)
> {
> -
> -#if defined(CONFIG_ZS) && defined(CONFIG_DZ)
> +#ifdef ONFIG_ZS
^
Minor typo. :-)
next prev parent reply other threads:[~2006-11-24 15:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-24 14:47 [PATCH 2.6.18] dz: Fixes to make it work Maciej W. Rozycki
2006-11-24 15:12 ` Thiemo Seufer [this message]
2006-11-28 13:20 ` Maciej W. Rozycki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061124151205.GA927@networkno.de \
--to=ths@networkno.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=macro@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox