reactos/reactos/drivers
Aleksey Bragin 182dd09c91 - Fix an unshielded "return" inside a PSEH block.
svn path=/trunk/; revision=26652
2007-05-08 09:01:39 +00:00
..
base - Remove "zero-stream" from null, NT doesn't support this. 2007-04-03 16:22:44 +00:00
bus - Add missing .rbuild files from last commit. 2007-04-03 14:22:00 +00:00
filesystems - Add fundamental VCB structure, and function to initialize it. 2007-05-04 18:34:48 +00:00
input Detect i8042 IRQs by edge. This should fix endless loop in i8042 driver on 2007-04-16 23:03:41 +00:00
ksfilter fix compilation of ks 2007-04-20 16:45:18 +00:00
multimedia - Add "fs" to npfs and msfs. 2007-04-03 14:55:54 +00:00
network - Fix an unshielded "return" inside a PSEH block. 2007-05-08 09:01:39 +00:00
parallel - Add missing .rbuild files from last commit. 2007-04-03 14:22:00 +00:00
serial - Add missing .rbuild files from last commit. 2007-04-03 14:22:00 +00:00
setup - Add "fs" to npfs and msfs. 2007-04-03 14:55:54 +00:00
storage Removed my name because I did not write this file! 2007-05-04 21:59:25 +00:00
usb - Delete cromwell-based usb drivers since they don't work with modern reactos kernel. 2007-05-02 11:37:29 +00:00
video - "Fix" RtlQueryRegistryValues() usage (inspired by 26072) 2007-03-15 10:37:58 +00:00
wdm fix compilation of ks 2007-04-20 16:45:18 +00:00
wmi A stub driver for wmilib.sys. Since we don't implement WMI anyway, this stub is just enough for now. 2007-02-04 16:21:27 +00:00
Doxyfile activate Doxygen SEARCHENGINE option 2003-12-14 10:55:30 +00:00
drivers.rbuild add ks back to build 2007-04-21 12:47:04 +00:00
readme Remove portcls from old location 2005-11-24 13:33:37 +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
    multimedia = Multimedia drivers (sound/video) and kernel streaming