From owner-freebsd-questions@FreeBSD.ORG Fri Nov 18 20:00:37 2005 Return-Path: X-Original-To: freebsd-questions@www.freebsd.org Delivered-To: freebsd-questions@www.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F035E16A424 for ; Fri, 18 Nov 2005 20:00:36 +0000 (GMT) (envelope-from ggajic@afrodita.rcub.bg.ac.yu) Received: from afrodita.rcub.bg.ac.yu (afrodita.rcub.bg.ac.yu [147.91.1.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB90643D45 for ; Fri, 18 Nov 2005 20:00:35 +0000 (GMT) (envelope-from ggajic@afrodita.rcub.bg.ac.yu) Received: from afrodita.rcub.bg.ac.yu (localhost.localdomain [127.0.0.1]) by afrodita.rcub.bg.ac.yu (8.13.4/8.13.4) with ESMTP id jAIK0Uut007568 for ; Fri, 18 Nov 2005 21:00:30 +0100 Received: from localhost (ggajic@localhost) by afrodita.rcub.bg.ac.yu (8.13.4/8.13.4/Submit) with ESMTP id jAIK0RdP007557 for ; Fri, 18 Nov 2005 21:00:29 +0100 Date: Fri, 18 Nov 2005 21:00:27 +0100 (CET) From: Goran Gajic To: freebsd-questions@www.freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-RCUB-MailScanner-Information: Please contact the RCUB if you have problem with mail X-RCUB-MailScanner: Found to be clean X-RCUB-MailScanner-From: ggajic@afrodita.rcub.bg.ac.yu Cc: Subject: sio0: more interrupt-level buffer overflows X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2005 20:00:37 -0000 Hi, I've been using 6.0-RELEASE for some time now. I have one question considering messages I see after hanging up my modem connection. Whenever I disconnect from network (killall -9 pppd) I see this message: kernel: sio0: 264 more interrupt-level buffer overflows (total 5370) I have tried both with nocrtscts and crtscts in /etc/ppp/options but with no luck. What is causing this behavior? Reagrs, gg.