public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* OK, who broke the serial driver in 2.4.19-pre7?
@ 2002-04-16 17:12 Richard Gooch
  2002-04-16 17:57 ` Alan Cox
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Gooch @ 2002-04-16 17:12 UTC (permalink / raw)
  To: linux-kernel; +Cc: Marcelo Tosatti, khalid_aziz

  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:
ttyS00 at 0x03f8 (irq = 4) is a 16550A 
ttyS01 at 0x02f8 (irq = 3) is a 16550A 

With 2.4.19-pre7, my first serial port is ttyS1 (4, 65), and I get:
ttyS01 at 0x03f8 (irq = 4) is a 16550A
ttyS02 at 0x02f8 (irq = 3) is a 16550A

Was this broken by the HCDP serial ports changes?

				Regards,

					Richard....
Permanent: rgooch@atnf.csiro.au
Current:   rgooch@ras.ucalgary.ca

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: OK, who broke the serial driver in 2.4.19-pre7?
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Cox @ 2002-04-16 17:57 UTC (permalink / raw)
  To: Richard Gooch; +Cc: linux-kernel, Marcelo Tosatti, khalid_aziz

>   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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: OK, who broke the serial driver in 2.4.19-pre7?
  2002-04-16 17:57 ` Alan Cox
@ 2002-04-16 18:06   ` Khalid Aziz
  0 siblings, 0 replies; 3+ messages in thread
From: Khalid Aziz @ 2002-04-16 18:06 UTC (permalink / raw)
  To: Alan Cox; +Cc: Richard Gooch, linux-kernel, Marcelo Tosatti

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-04-16 18:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox