Quick fix to prevent bochs users experiencing aborts on load.
authorRobert Dickenson <robd@reactos.org>
Sun, 6 Oct 2002 13:16:26 +0000 (13:16 +0000)
committerRobert Dickenson <robd@reactos.org>
Sun, 6 Oct 2002 13:16:26 +0000 (13:16 +0000)
New basic WDM serial driver still being worked on.

svn path=/trunk/; revision=3627

reactos/drivers/dd/serial/serial.c

index 2f00420..7bd03e9 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: serial.c,v 1.9 2002/08/25 06:59:34 robd Exp $
+/* $Id: serial.c,v 1.10 2002/10/06 13:16:26 robd Exp $
  *
  * Serial driver
  * Written by Jason Filby (jasonfilby@yahoo.com)
@@ -154,7 +154,7 @@ NTSTATUS STDCALL
 DriverEntry(PDRIVER_OBJECT DriverObject, PUNICODE_STRING RegistryPath)
 {
         DbgPrint("Serial Driver 0.0.2\n");
-        InitializeSerial();
+//        InitializeSerial();
 //        testserial();
         return(STATUS_SUCCESS);
 };