reactos/reactos/drivers
Filip Navara f5fe98f364 Add stubs for status indication handlers. Fixes bug #187.
svn path=/trunk/; revision=20151
2005-12-13 21:48:57 +00:00
..
bus Change code in InterfaceBusTranslateBusAddress to use less pointer dereferences and less stack variables 2005-12-05 14:20:29 +00:00
dd fixed difference in signedness warning 2005-12-10 00:07:40 +00:00
fs Remove dot at the end of filename without extension 2005-12-11 18:29:27 +00:00
input incress the number of passes to detect the mouse and keyboard under VMware if the VM does not have ownership of the mouse. Thanks to GreatLord and Royce 2005-12-02 04:05:04 +00:00
lib Patch to fix bugcheck at exit for various TCP wielding apps. This puts in 2005-12-13 20:17:25 +00:00
multimedia stop the abuse of having the ddk directory in the path when including a ddk header 2005-12-01 21:37:19 +00:00
net Add stubs for status indication handlers. Fixes bug #187. 2005-12-13 21:48:57 +00:00
storage - Implement PciIdeXSetBusData 2005-12-02 09:32:31 +00:00
test/csqtest stop the abuse of having the ddk directory in the path when including a ddk header 2005-12-01 21:37:19 +00:00
usb Minimize differences between UHCI and OHCI 2005-12-12 22:52:16 +00:00
video Add check for VbeModeInfo->PhysBasePtr != 0. 2005-12-13 00:17:08 +00:00
directory.xml Clean up Xml files, show usbd functions as implemented and implemente PcGetTimeInterval. 2005-11-26 04:07:39 +00:00
Doxyfile
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