Maxime Henrion 07159f9c56 Cleanup of the d_mmap_t interface.
- Get rid of the useless atop() / pmap_phys_address() detour.  The
  device mmap handlers must now give back the physical address
  without atop()'ing it.
- Don't borrow the physical address of the mapping in the returned
  int.  Now we properly pass a vm_offset_t * and expect it to be
  filled by the mmap handler when the mapping was successful.  The
  mmap handler must now return 0 when successful, any other value
  is considered as an error.  Previously, returning -1 was the only
  way to fail.  This change thus accidentally fixes some devices
  which were bogusly returning errno constants which would have been
  considered as addresses by the device pager.
- Garbage collect the poorly named pmap_phys_address() now that it's
  no longer used.
- Convert all the d_mmap_t consumers to the new API.

I'm still not sure wheter we need a __FreeBSD_version bump for this,
since and we didn't guarantee API/ABI stability until 5.1-RELEASE.

Discussed with:		alc, phk, jake
Reviewed by:		peter
Compile-tested on:	LINT (i386), GENERIC (alpha and sparc64)
Runtime-tested on:	i386
2003-02-25 03:21:22 +00:00
..
2003-02-21 19:00:48 +00:00
2003-02-25 03:21:22 +00:00
2002-11-14 05:08:22 +00:00
2003-02-24 21:49:27 +00:00
2003-02-05 14:03:55 +00:00
2003-02-25 03:21:22 +00:00
2002-09-20 18:15:40 +00:00
2003-02-16 14:13:23 +00:00
2003-02-16 14:13:23 +00:00
2003-02-25 03:21:22 +00:00
2003-02-24 14:32:27 +00:00
2003-02-25 03:21:22 +00:00
2003-02-25 03:21:22 +00:00
2002-11-06 22:58:55 +00:00
2002-10-18 12:06:01 +00:00
2003-02-23 18:45:50 +00:00
2003-02-16 01:30:31 +00:00
2003-02-19 00:32:01 +00:00
2003-02-21 15:13:26 +00:00
2002-11-28 01:09:29 +00:00
2003-02-23 19:15:34 +00:00
2002-03-23 15:36:13 +00:00
2003-02-21 15:13:26 +00:00
2003-02-16 14:13:23 +00:00
2003-02-16 14:13:23 +00:00
2003-02-16 14:13:23 +00:00
2002-09-21 21:43:49 +00:00
2003-02-25 03:21:22 +00:00
2002-11-28 01:15:01 +00:00
2003-02-25 03:21:22 +00:00
2003-02-22 09:36:40 +00:00