reactos/reactos/drivers
Hervé Poussineau ce4cbf5e57 Correct timeout issues when reading
Pend read IRPs
Lots of small issues

svn path=/trunk/; revision=14440
2005-04-02 14:16:47 +00:00
..
bus Revert the last change to device stack attaching. 2005-03-20 00:53:24 +00:00
dd Correct timeout issues when reading 2005-04-02 14:16:47 +00:00
fs - Route the stream file objects also through the close path. 2005-04-01 18:35:34 +00:00
input Use a work item only for calling KdSystemDebugControl with code 10 (which is Tab + K, or "Enter Kernel Debugger") because sometimes when the system crashes work items do not work anymore. Thanks to Filip for pointing out the problem. 2005-03-21 17:09:06 +00:00
lib This is change 1 of 2. 2005-03-24 10:46:52 +00:00
net release the adapter lock after queuing a work item for the request in ProRequet() 2005-03-28 16:04:18 +00:00
storage Alex Ionescu <ionucu@videotron.ca> 2005-03-12 19:23:04 +00:00
test/csqtest migrate substitution keywords to SVN 2005-01-06 13:58:04 +00:00
usb Updated linux wrapper to contain more funcs (to allow UHCI in the future), also wait added into hub thread, so it *should* take much fewer cpu time then it was taking before (though I haven't tested it at all - will do later). Added dependency tracking to makefiles. 2005-02-25 15:05:51 +00:00
video Set the share disposition of an interrupt according to the value from the resource. 2005-03-23 21:51:40 +00:00
Doxyfile activate Doxygen SEARCHENGINE option 2003-12-14 10:55:30 +00:00
Makefile added some makefiles 2004-04-12 12:08:53 +00:00
readme Initial revision 1998-08-25 04:27:26 +00:00

These are a selection of services for the ReactOS kernel. They include

    parallel = parallel port driver
    serial = serial port driver
    mouse = mouse driver
    null = null device driver
    ide = IDE (hard disk) driver
    keyboard = keyboard driver
    loop = Allows accessing a file as a block device
    scramdisk = Filesystem encryption driver
    event = Sample driver demonstrating notifying a user thread using an event