linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* serial module in 2.3.x?
@ 2000-03-06 14:20 Andreas Tobler
  2000-03-06 22:17 ` Andreas Tobler
  0 siblings, 1 reply; 7+ messages in thread
From: Andreas Tobler @ 2000-03-06 14:20 UTC (permalink / raw)
  To: Dev-Linux


Hi,
has anybody seen the same? I'd like to include the serial.o module into
recent kernels (2.3.x). No luck, I always get a machine check. I'm not
sure where it is.
This happens up to 2.3.50-pre2. I suppose it has to do with the
SHARE_IRQ etc.
Any ideas?

Thanks
Andreas

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: serial module in 2.3.x?
  2000-03-06 22:17 ` Andreas Tobler
@ 2000-03-06 17:39   ` David Riley
  2000-03-06 22:32   ` Tom Rini
  2000-03-06 22:52   ` Andreas Tobler
  2 siblings, 0 replies; 7+ messages in thread
From: David Riley @ 2000-03-06 17:39 UTC (permalink / raw)
  To: toa; +Cc: Dev-Linux


Andreas Tobler wrote:
>
> Some follow up,
>
> I hang in the procedure autoconfig from serial.c, I get out the msg.
> 'Testing ttysx'.
> this happens on a wallstreet & on a pm7200.
> It takes a lot of time to find out where, since each freeze needs about
> 10' to reboot (fsck)
>
> Thanks for any hint!!
>
> Andreas Tobler wrote:
> >
> > Hi,
> > has anybody seen the same? I'd like to include the serial.o module into
> > recent kernels (2.3.x). No luck, I always get a machine check. I'm not
> > sure where it is.
> > This happens up to 2.3.50-pre2. I suppose it has to do with the
> > SHARE_IRQ etc.
> > Any ideas?
>
> Andreas

Isn't serial.c for the Intel-compatible serial ports (like the 16550's
on most PC's)?  I think you might want macserial.c.  Back in my early
Linux days, I used to try to include "dumb" serial ports, but it always
crashed because I should have done "Powermac serial ports".  Did they
try to merge sources?

--
"Your mouse has been moved.  Windows 95 must be restarted for change to
take effect."

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: serial module in 2.3.x?
  2000-03-06 14:20 serial module in 2.3.x? Andreas Tobler
@ 2000-03-06 22:17 ` Andreas Tobler
  2000-03-06 17:39   ` David Riley
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andreas Tobler @ 2000-03-06 22:17 UTC (permalink / raw)
  To: Dev-Linux


Some follow up,

I hang in the procedure autoconfig from serial.c, I get out the msg.
'Testing ttysx'.
this happens on a wallstreet & on a pm7200.
It takes a lot of time to find out where, since each freeze needs about
10' to reboot (fsck)

Thanks for any hint!!

Andreas Tobler wrote:
>
> Hi,
> has anybody seen the same? I'd like to include the serial.o module into
> recent kernels (2.3.x). No luck, I always get a machine check. I'm not
> sure where it is.
> This happens up to 2.3.50-pre2. I suppose it has to do with the
> SHARE_IRQ etc.
> Any ideas?

Andreas

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: serial module in 2.3.x?
  2000-03-06 22:17 ` Andreas Tobler
  2000-03-06 17:39   ` David Riley
@ 2000-03-06 22:32   ` Tom Rini
  2000-03-06 23:00     ` Andreas Tobler
  2000-03-06 22:52   ` Andreas Tobler
  2 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2000-03-06 22:32 UTC (permalink / raw)
  To: Andreas Tobler; +Cc: Dev-Linux


On Mon, Mar 06, 2000 at 11:17:40PM +0100, Andreas Tobler wrote:

> Some follow up,
>
> I hang in the procedure autoconfig from serial.c, I get out the msg.
> 'Testing ttysx'.
> this happens on a wallstreet & on a pm7200.
> It takes a lot of time to find out where, since each freeze needs about
> 10' to reboot (fsck)

Well, don't do that.  serial.o (from drivers/char/serial.c) is for PC-style
serial ports.  What you want to say Y to is CONFIG_MAC_SERIAL, or there abouts.

---
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: serial module in 2.3.x?
  2000-03-06 22:17 ` Andreas Tobler
  2000-03-06 17:39   ` David Riley
  2000-03-06 22:32   ` Tom Rini
@ 2000-03-06 22:52   ` Andreas Tobler
  2 siblings, 0 replies; 7+ messages in thread
From: Andreas Tobler @ 2000-03-06 22:52 UTC (permalink / raw)
  To: Dev-Linux, Benjamin Herrenschmidt, Paul Mackerras



Additional follow up,
I enabled the xmon without video driver enabled:

It works but, I can't see the output, only the line breaks. Means, if I
type 't' for bt I get some line breaks but no screen output.
This is done under 2.3.50-pre2, which is the same, more or less as
2.3.49 from bk.
The behaviour of not showing me the xmon output I saw under 2.3.48 lc,
bk and stock.

Andreas Tobler wrote:
>
> Some follow up,
>
> I hang in the procedure autoconfig from serial.c, I get out the msg.
> 'Testing ttysx'.
> this happens on a wallstreet & on a pm7200.
> It takes a lot of time to find out where, since each freeze needs about
> 10' to reboot (fsck)
>
> Thanks for any hint!!
>
> Andreas Tobler wrote:
> >
> > Hi,
> > has anybody seen the same? I'd like to include the serial.o module into
> > recent kernels (2.3.x). No luck, I always get a machine check. I'm not
> > sure where it is.
> > This happens up to 2.3.50-pre2. I suppose it has to do with the
> > SHARE_IRQ etc.
> > Any ideas?
>
> Andreas

--
| Andreas Tobler
| CH-8004 Zuerich
| E-Mail:   a.tobler@schweiz.ch
-----------------------------------------------


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: serial module in 2.3.x?
  2000-03-06 22:32   ` Tom Rini
@ 2000-03-06 23:00     ` Andreas Tobler
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Tobler @ 2000-03-06 23:00 UTC (permalink / raw)
  To: Tom Rini; +Cc: Dev-Linux




Tom Rini wrote:
>
> On Mon, Mar 06, 2000 at 11:17:40PM +0100, Andreas Tobler wrote:
>
> > Some follow up,
> >
> > I hang in the procedure autoconfig from serial.c, I get out the msg.
> > 'Testing ttysx'.
> > this happens on a wallstreet & on a pm7200.
> > It takes a lot of time to find out where, since each freeze needs about
> > 10' to reboot (fsck)
>
> Well, don't do that.  serial.o (from drivers/char/serial.c) is for PC-style
> serial ports.  What you want to say Y to is CONFIG_MAC_SERIAL, or there abouts.
>

Well, it worked under 2.2.x, I need it for PCMCIA/CARDUS 'register
serial/unregister serial....' at least..


Thx
Andreas

Or, how do you enable pcmcia stuff??

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: serial module in 2.3.x?
@ 2000-03-07  4:01 Dan Bethe
  0 siblings, 0 replies; 7+ messages in thread
From: Dan Bethe @ 2000-03-07  4:01 UTC (permalink / raw)
  To: linuxppc-dev


> It takes a lot of time to find out where, since each freeze needs
> about
> 10' to reboot (fsck)

	You might see how much of your storage you can mount read-only, if you
know it's unstable.  Then there'll be no fsck needed  ;->
	There's a true Wintel-style workaround mentality for ya!

=====
"Don't expect your own messiah; this neverworld which you desire is
only in your mind." -- http://www.dreamtheater.net/songb4.htm#IV5

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2000-03-07  4:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-03-06 14:20 serial module in 2.3.x? Andreas Tobler
2000-03-06 22:17 ` Andreas Tobler
2000-03-06 17:39   ` David Riley
2000-03-06 22:32   ` Tom Rini
2000-03-06 23:00     ` Andreas Tobler
2000-03-06 22:52   ` Andreas Tobler
  -- strict thread matches above, loose matches on Subject: below --
2000-03-07  4:01 Dan Bethe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).