Subject: Re: Source for SCSI driver info?
To: None <kevin@spef.syr.ge.com, macbsd-general@NetBSD.ORG>
From: Peter Brewer <brewer@umd5.umd.edu>
List: macbsd-general
Date: 05/04/1995 15:12:53
>Put simply, its a mechanism for reading/writing a large block of virtual

Sounds an awful lot like Mmap or mmap() to me? And then use the memory
mapped file like a chunk of malloc'ed memory? Isn't this supported in
BSD thru this mechanism? Or am I looking at a higher level than you are?

-- Peter