reactos/reactos/drivers
Casper Hornstrup 59f81f9539 2004-11-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
* drivers/lib/ip/network/arp.c: Assert certain conditions.
	* drivers/lib/ip/network/loopback.c: Ditto.
	* drivers/lib/ip/network/neighbor.c: Ditto.
	* drivers/lib/ip/transport/tcp/tcp.c: Ditto.
	* drivers/net/tcpip/datalink/lan.c: Ditto.
	* drivers/net/tcpip/datalink/loopback.c: Ditto.
	* drivers/net/tcpip/include/debug.h (ASSERT_KM_POINTER): Define.
	* drivers/lib/ip/transport/tcp/if.c: Remove disabled code.
	* drivers/net/afd/afd/main.c (AfdDispatch): Print known unimplemented
	IOCTLs.
	* drivers/net/tcpip/include/precomp.h: Include roscfg.h.
	* drivers/net/tcpip/tcpip/dispatch.c (DispTdiListen): Pass the right
	connection object to TCPListen.
	* drivers/net/tcpip/tcpip/mocklock.c: Fix some assertions.

svn path=/trunk/; revision=11680
2004-11-16 18:07:58 +00:00
..
bus Use autogenerated device names for PDOs on PCI buses. 2004-11-15 11:49:37 +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 2004-11-16 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-11-16 18:07:58 +00:00
storage - Centralize definition of version resource 2004-10-16 20:27:43 +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