reactos/reactos/drivers
Art Yerkes 5fea7dac8b Patch to correct multiple adapter bind from protocols. There were two
bugs here:
1) The loop in protocol.c was wrong and was rewritten by Andrew Munger
   with help from Thomas Weidenmueller
2) MiniLocateAdapter never zeroed Adapter if the adapter didn't match,
   and never actually ever matched a name.  It always returned the
   last adapter in the list (spotted and fixed after the above fixes).

svn path=/trunk/; revision=11730
2004-11-21 04:20:38 +00:00
..
bus - Don't report CmResourceTypeNull resources for unused PCI descriptor resource entries. 2004-11-17 20:39:27 +00:00
dd fixed prototypes of NtSetEvent(), NtResetEvent(), NtQueryEvent(), NtPulseEvent(), NtOpenEvent() and NtCreateEvent() 2004-10-24 15:26:14 +00:00
fs - Replace TIME type by LARGE_INTEGER in FILE_*_INFORMATION structures. 2004-11-06 13:44:57 +00:00
input - Centralize definition of version resource 2004-10-16 20:27:43 +00:00
lib 2004-11-16 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-11-16 18:07:58 +00:00
net Patch to correct multiple adapter bind from protocols. There were two 2004-11-21 04:20:38 +00:00
storage Rollback identify code (Filip reluctantly agrees) 2004-11-18 08:32:32 +00:00
test/csqtest - Centralize definition of version resource 2004-10-16 20:27:43 +00:00
video Fixed up some HAL prototypes and fixed some header problems in regards to upcoming DMA patch I will commit tomorrow. 2004-10-23 23:43:23 +00:00
.cvsignore initial doxygen configuraion 2003-12-06 23:11:41 +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