From owner-freebsd-stable@FreeBSD.ORG Fri Feb 11 12:34:48 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 780E616A4CE for ; Fri, 11 Feb 2005 12:34:48 +0000 (GMT) Received: from avscan1.sentex.ca (avscan1.sentex.ca [199.212.134.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7F5F43D3F for ; Fri, 11 Feb 2005 12:34:47 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id j1BCYbsO070377; Fri, 11 Feb 2005 07:34:37 -0500 (EST) (envelope-from mike@sentex.net) Received: from avscan1.sentex.ca ([127.0.0.1]) by localhost (avscan1.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 69845-05; Fri, 11 Feb 2005 07:34:36 -0500 (EST) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id j1BCYa4M070371; Fri, 11 Feb 2005 07:34:36 -0500 (EST) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.11/8.12.11) with ESMTP id j1BCYUa9039680; Fri, 11 Feb 2005 07:34:30 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <6.2.1.2.0.20050211073542.047ba9d8@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Fri, 11 Feb 2005 07:36:57 -0500 To: Lefteris Tsintjelis From: Mike Tancsa 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan1b 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 12:34:48 -0000 At 12:37 AM 11/02/2005, Lefteris Tsintjelis wrote: > > >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? Take out the sio2 and sio3 definitions and just have device sio device puc leave sio0 and sio1 as is. ---Mike