[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[altq 1009] re: can't open altq device on NetBSD



Thanks to Kenchiro for the hints. I just verified and there
was a problem with major number inconsistency on NetBSD.

There was no CDEV_MAJOR defined in /sys/altq/altq_conf.c
/sys/arch/i386/i386/conf.c defined as 77

So I recreated /dev/altq using MAKEDEV.altq with 77 instead
of 75 and didn't get the error message anymore. I didn't do
any real test so I'm not sure if this is the right fix.

Thanks,

Hoang