Bug 33027

Summary: i4bing panics during boot
Product: Base System Reporter: ari.suutari
Component: kernAssignee: hm
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-RELEASE   
Hardware: Any   
OS: Any   

Description ari.suutari 2001-12-20 12:40:00 UTC
If i4bing device (netgraph support for isdn4bsd) is compiled
in kernel it panics during boot.

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)
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2001-12-30 14:37:46 UTC
Responsible Changed
From-To: freebsd-bugs->hm

Over to the I4BN maintainer.
Comment 2 hm freebsd_committer freebsd_triage 2002-01-01 09:50:12 UTC
State Changed
From-To: open->closed

After verifying the patch and getting approval from re@freebsd.org this 
has just been commited to/fixed in RELENG_4.