Subject: Re: X on alpha port
To: Yoseff francus <francus@yossi.com>
From: None <Chris_G_Demetriou@NIAGARA.NECTAR.CS.CMU.EDU>
List: port-alpha
Date: 01/29/1996 20:57:02
> I recompiled netbsd using the latest sources. When I boot
> and do startx it complains about device configuration. What
> device do I need to create in /dev and do I need to link mouse to it??

get the latest MAKEDEV script from the NetBSD-current sources.

make:

	kbd
	mouse
	ttyE?

where ? is 0, 1, 2, etc., for all the graphics adapters you have in
your system.

alternately, you could just MAKEDEV 'all', which will make all of the
standard devices.


chris