Subject: Re: [altq 1171] Device busy with altq and NetBSD 1.5
To: None <salvet@ics.muni.cz>
From: Kenjiro Cho <kjc@csl.sony.co.jp>
List: tech-net
Date: 11/19/2001 19:19:13
Zdenek Salvet wrote:
> I have run into the problem today and found the bug:
> chrtoblktbl[] must be updated in sys/arch/<arch>/<arch>/conf.c with
> 
>      /* 75 */        NODEV,
> 
> when allocating new device major number.
> Otherwise, at security level >= 1, the device could be erroneously
> treated as protected one (disks,/dev/mem etc.).

Fixed in the KAME tree.  (FYI, netbsd-current doesn't have this problem.) 
Thanks for the report.

> PS. It's a pity that NetBSD epic driver (dev/ic/smc83c170.c) is not ALTQified
> in the distributed patch. Please include it in the next version. Thanks.

You can import the epic support from netbsd-current.

-Kenjiro