reactos/reactos/drivers
Peter Ward 5ad7b6a0c9 - Revert 25108, requested by silverblade.
svn path=/trunk/; revision=25109
2006-12-10 05:43:49 +00:00
..
base - Add profil.c and stub HalStartProfileInterrupt, HalStopProfileInterrupt and HalSetProfileInterval, and export these functions. 2006-11-29 22:12:50 +00:00
bus Disable DbgBreakPoint() in release versions. This lets "copy nul com1:" fail instead of crashing. 2006-10-13 14:31:57 +00:00
filesystems - vfat now checks what CcCopyRead() returned, and return that value to the caller in case of failure 2006-12-06 13:29:21 +00:00
input Patch from hto@mail dot cnt dot ru was commited in r24834 for the mouse.c changes. 2006-11-26 10:56:02 +00:00
multimedia - Revert 25108, requested by silverblade. 2006-12-10 05:43:49 +00:00
network Broaden a lock to prevent a race for completion of the receive IRP. Fixes 2006-11-12 10:01:56 +00:00
storage fix unused variable warning in release build 2006-12-08 11:15:48 +00:00
test set most of trunk svn property eol-style:native 2006-11-08 11:47:44 +00:00
usb set most of trunk svn property eol-style:native 2006-11-08 11:47:44 +00:00
video remove the start of reactos vbe directdraw support until it is ready. allot problem with current code. so I discde to remove it from reactos, untill it is stable. 2006-11-19 20:24:15 +00:00
Doxyfile activate Doxygen SEARCHENGINE option 2003-12-14 10:55:30 +00:00
drivers.rbuild - Add csqtest to build-system 2006-06-04 14:18:24 +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