Subject: Re: kern/33438: KASSERT at line 1274 in subr_autoconf.c
To: None <thorpej@netbsd.org, gnats-admin@netbsd.org,>
From: Jason Thorpe <thorpej@shagadelic.org>
List: netbsd-bugs
Date: 05/08/2006 01:10:02
The following reply was made to PR kern/33438; it has been noted by GNATS.
From: Jason Thorpe <thorpej@shagadelic.org>
To: Quentin Garnier <cube@cubidou.net>
Cc: gnats-bugs@netbsd.org
Subject: Re: kern/33438: KASSERT at line 1274 in subr_autoconf.c
Date: Sun, 7 May 2006 18:05:54 -0700
On May 7, 2006, at 4:46 PM, Quentin Garnier wrote:
> That's because config_attach_pseudo() doesn't initialize
> dv_properties. tap(4) will have the same problem (I'm not sure there
> are other uses of config_detach on pseudo-devices).
This should be fixed now.
-- thorpej