On Fri, Sep 27, 2002 at 07:11:41AM +0700, - wrote:

> ===> VLAN
> mkdir -p /usr/obj/usr/src/sys
> cd /usr/src/sys/i386/conf;
> 
>PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
> config  -d /usr/obj/usr/src/sys/VLAN  /usr/src/sys/i386/conf/VLAN
> config: /usr/src/sys/i386/conf/VLAN:76: devices with zero units are not
> likely to be correct
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> 
> 
> so.. what's the meaning of "devices with zero units are not likely to be
> correct" and how i fix this problem ?

It means you need to fix your kernel file to be compatible with 5.0.

In this instance, it's talking about things like:

device foo0

which needs to be changed to:

device foo.

Compare with the GENERIC and NOTES files for changed config syntax.
It might be easier to just start again from GENERIC and add back what
you want.

Kris

Attachment: msg03133/pgp00000.pgp
Description: PGP signature

Reply via email to