Re: /dev/vme*

Joerg Sonnenberger <[email protected]> Thu, 14 Feb 2008 17:50:34 +0100
Newsgroups gmane.os.netbsd.ports.sun2,gmane.os.netbsd.ports.sun3
Message-ID <[email protected]>
On Thu, Feb 14, 2008 at 09:14:59AM -0500, [email protected] wrote:
> The mmap magic cookies returned by the sun2 and sun3 mem.c:mmmmap()
> include a PMAP_VME* value, which the pmap uses to build the page table
> entries.  It looks like the /dev/vme* devices were never implemented
> for NetBSD/sparc, although they did exist on SunOS/sparc.
>
> Even though they aren't in MAKEDEV, and probably aren't used anymore,
> it would be nice not to lose them..

OK, so let's phrase the question differently. If they are considered to
be useful, why can't they be an individual device? Together with
providing the normal interface like read/write.

Joerg