From: CVS <do...@th...> - 2001-07-14 18:41:12
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_vosf.h video_x.cpp vm_alloc.cpp Log Message: - video_x.cpp: the_buffer shall always be mapped through vm_alloc() so that it can be vm_protect()'ed at will afterwards - video_x.cpp: let driver_base free() the_buffer_copy and the_host_buffer, if necessary - video_vosf.h: reverted to use malloc() for mainBuffer.dirtyPages and mainBuffer.pageInfo - vm_alloc.cpp: small cleanups - fixed typos |