Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2001 04:30:33 -0800 (PST)
From:      Ari Suutari <ari.suutari@syncrontech.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/33027: i4bing panics during boot
Message-ID:  <200112201230.fBKCUXj48026@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




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