From: Khalid Aziz <khalid_aziz@hp.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Richard Gooch <rgooch@ras.ucalgary.ca>,
linux-kernel@vger.kernel.org,
Marcelo Tosatti <marcelo@conectiva.com.br>
Subject: Re: OK, who broke the serial driver in 2.4.19-pre7?
Date: Tue, 16 Apr 2002 12:06:49 -0600 [thread overview]
Message-ID: <3CBC6839.10DA4779@hp.com> (raw)
In-Reply-To: <E16xXCg-0000T7-00@the-village.bc.nu>
Alan Cox wrote:
>
> > Hi, all. 2.4.19-pre7 has broken the serial driver. With 2.4.19-pre6
> > and before, my first serial port was ttyS0 (4, 64), and I got these
> > kernel messages:
> > Was this broken by the HCDP serial ports changes?
>
> Yes. Someone put the HCDP below not above the basic x86 ports. Tweak
> include/asm-i386/serial.h and that should be well.
>
> Alan
>
Sorry, that was my fault. Here is a patch to fix it.
--
Khalid
--- linux-2.4.18-hcdpold/include/asm-i386/serial.h Tue Apr 16
12:05:27 2002
+++ linux-2.4.18-hcdp/include/asm-i386/serial.h Tue Apr 16 12:02:54 2002
@@ -140,8 +140,8 @@
#endif
#define SERIAL_PORT_DFNS \
- HCDP_SERIAL_PORT_DEFNS \
STD_SERIAL_PORT_DEFNS \
+ HCDP_SERIAL_PORT_DEFNS \
EXTRA_SERIAL_PORT_DEFNS \
HUB6_SERIAL_PORT_DFNS \
MCA_SERIAL_PORT_DFNS
====================================================================
Khalid Aziz Linux Systems Operation R&D
(970)898-9214 Hewlett-Packard
khalid@fc.hp.com Fort Collins, CO
prev parent reply other threads:[~2002-04-16 18:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-16 17:12 OK, who broke the serial driver in 2.4.19-pre7? Richard Gooch
2002-04-16 17:57 ` Alan Cox
2002-04-16 18:06 ` Khalid Aziz [this message]
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=3CBC6839.10DA4779@hp.com \
--to=khalid_aziz@hp.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
--cc=rgooch@ras.ucalgary.ca \
/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