K 10 svn:author V 2 dg K 8 svn:date V 27 1996-06-26T06:12:45.000000Z K 7 svn:log V 271 Fix a panic that occurs when an I/O is attempted with more than MAXPHYS/PAGE_SIZE pages. This occurs when there is a non-page aligned I/O of MAXPHYS size. The fix is to trim the request to MAXPHYS-PAGE_SIZE. It apparantly wasn't noticed previously because of other bugs. END