]> Zhao Yanbai Git Server - minix.git/commit
Filter driver updates:
authorDavid van Moolenbroek <david@minix3.org>
Mon, 21 Dec 2009 23:30:01 +0000 (23:30 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 21 Dec 2009 23:30:01 +0000 (23:30 +0000)
commit92ae5c81aeffab98d05103078808884cdf0fb2c6
tree8bc2197960572daf820e1a9513a12dde59236cfb
parent492d6634441022e21b555b4f5786cfa48bab1e5e
Filter driver updates:
- optionally vectorize I/O requests to work around hardware bugs
- extend default buffer size to cover MFS's default maximum request size
- use mmap directly, rather than alloc_contig
- add 'nil' checksum type for comparison with layout
- minor style corrections
drivers/filter/driver.c
drivers/filter/inc.h
drivers/filter/main.c
drivers/filter/sum.c
drivers/filter/util.c