From owner-freebsd-bugs Thu Dec 20 4:40: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 216F137B417 for ; Thu, 20 Dec 2001 04:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBKCe1w49294; Thu, 20 Dec 2001 04:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD82E37B416 for ; Thu, 20 Dec 2001 04:30:33 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBKCUXj48026; Thu, 20 Dec 2001 04:30:33 -0800 (PST) (envelope-from nobody) Message-Id: <200112201230.fBKCUXj48026@freefall.freebsd.org> Date: Thu, 20 Dec 2001 04:30:33 -0800 (PST) From: Ari Suutari To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/33027: i4bing panics during boot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33027 >Category: kern >Synopsis: i4bing panics during boot >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 20 04:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Ari Suutari >Release: 4.4-RELEASE >Organization: Syncron Tech Oy >Environment: FreeBSD espresso.syncrontech.com 4.4-RELEASE FreeBSD 4.4-RELEASE #5: Thu Dec 20 14:19:41 EET 2001 root@espresso.syncrontech.com:/usr/src/sys/compile/ESPRESSO i386 >Description: If i4bing device (netgraph support for isdn4bsd) is compiled in kernel it panics during boot. >How-To-Repeat: >Fix: The problem is apparently caused by importing an older version of i4b_ing.c into -stable. To fix, change NETGRAPH_INIT(ing, &typestruct) to NETGRAPH_INIT_ORDERED(ing, &typestruct, SI_SUB_DRIVERS, SI_ORDER_ANY) Works OK for me after this change (tested with mpd) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message