From owner-freebsd-stable@FreeBSD.ORG Fri Feb 11 05:37:49 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB3A816A4CE for ; Fri, 11 Feb 2005 05:37:49 +0000 (GMT) Received: from ene.asda.gr (ene.asda.gr [193.92.118.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 515F843D31 for ; Fri, 11 Feb 2005 05:37:49 +0000 (GMT) (envelope-from lefty@ene.asda.gr) Received: by ene.asda.gr (Postfix, from userid 127) id A6DBDBC; Fri, 11 Feb 2005 07:37:47 +0200 (EET) Received: from ene.asda.gr (lefty.ene.asda.gr [193.92.118.162]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (Client CN "Lefteris Tsintjelis", Issuer "ASDA Root CA" (verified OK)) by ene.asda.gr (Postfix) with ESMTP id 2802228; Fri, 11 Feb 2005 07:37:42 +0200 (EET) Message-ID: <420C44A7.ECC3E395@ene.asda.gr> Date: Fri, 11 Feb 2005 07:37:43 +0200 From: Lefteris Tsintjelis Organization: ASDA X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en,el MIME-Version: 1.0 To: Mike Tancsa References: <420B8ED9.1C385BEF@ene.asda.gr> <6.2.1.2.0.20050210121207.04af0690@64.7.153.2> Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on ene.asda.gr X-Spam-Status: No, hits=-4.8 required=6.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.2 cc: freebsd-stable@freebsd.org Subject: Re: Server reboots when silo overflows - FreeBSD 4.11 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 05:37:50 -0000 > >sio5: 1 more silo overflow (total 7) > >puc0: 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?