Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2005 07:36:57 -0500
From:      Mike Tancsa <mike@sentex.net>
To:        Lefteris Tsintjelis <lefty@ene.asda.gr>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Server reboots when silo overflows - FreeBSD 4.11
Message-ID:  <6.2.1.2.0.20050211073542.047ba9d8@64.7.153.2>
In-Reply-To: <420C44A7.ECC3E395@ene.asda.gr>
References:  <420B8ED9.1C385BEF@ene.asda.gr> <6.2.1.2.0.20050210121207.04af0690@64.7.153.2> <420C44A7.ECC3E395@ene.asda.gr>

next in thread | previous in thread | raw e-mail | index | archive | help
At 12:37 AM 11/02/2005, Lefteris Tsintjelis wrote:
> > >sio5: 1 more silo overflow (total 7)
> > >puc0: <VScom PCI-200L> port
> > >0xb000-0xb007,0xb400-0xb407,0xb800-0xb807,0xd000-0xd007 mem
> > >0xea800000-0xea80003f irq 14 at device 12.0 on pci2
> > >sio4: configured irq 14 not in bitmap of probed irqs 0x8000
> > >sio4: type 16550A
> > >sio5: configured irq 14 not in bitmap of probed irqs 0x8000
> > >sio5: type 16550A
> >
> > How do you have device sio configured in your kernel ?  Are you trying to
> > specify the ports for the puc attached serial ports ?  All you need is
> >
> > device          sio
> > device          puc
>
>device          sio0    at isa? port IO_COM1 flags 0x10 irq 4
>device          sio1    at isa? port IO_COM2 irq 3
>device          sio2    at isa? disable port IO_COM3 irq 5
>device          sio3    at isa? disable port IO_COM4 irq 9
>
>device          puc
>
>No other sio specific devices for puc other than the kernel's default.
>The sio0/1 never gave me any trouble though. Its the sio4/5 (puc)
>that fail me. BTW this bug is old and run to it again about a year ago.
>
> > Also, enable crash dumps and build a debug kernel.
>
>I enabled the debug symbols already and I have a few crash dumps.
>What can do I do next?

Take out the sio2 and sio3 definitions and just have

device sio
device puc

leave sio0 and sio1 as is.

         ---Mike



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.2.1.2.0.20050211073542.047ba9d8>