Subject: Re: altq & MAKEDEV in /dev
To: Dario Borchers <mailinglists@borchers.homelinux.net>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 12/06/2003 16:43:47
On Sat, Dec 06, 2003 at 05:22:49PM +0000, Dario Borchers wrote:
> can anyone tell me, how i can fix this script or how to make this/these files
> manually?

Someone forgot to put altq into the configuration for sparc64 ;-)

You need to look at sys/arch/sparc64/sparc64/conf.c and add an altq entry
there (look at, for example, the i386 version). Note the number used for
that entry and create a device with that major number via mknod.

Martin