]> Zhao Yanbai Git Server - minix.git/commit
New log driver; buffers messages and makes them available to userland.
authorBen Gras <ben@minix3.org>
Fri, 8 Jul 2005 17:23:44 +0000 (17:23 +0000)
committerBen Gras <ben@minix3.org>
Fri, 8 Jul 2005 17:23:44 +0000 (17:23 +0000)
commit640eb73ca2b150dc074e0f73f37c7b377e9ab7a6
tree328c7e52c1c0caa9ce844aeb13cbc242a565c8f9
parentc021dafe270bf5fef5d9602d48fbb06701366fbb
New log driver; buffers messages and makes them available to userland.
Added some fields in the generic device table to support this driver
using libdriver. Updated other drivers to fill these fields with nops
and NULLs.
drivers/Makefile
drivers/at_wini/at_wini.c
drivers/floppy/floppy.c
drivers/libdriver/driver.c
drivers/libdriver/driver.h
drivers/log/Makefile [new file with mode: 0644]
drivers/log/log.c [new file with mode: 0644]
drivers/memory/memory.c