mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
Quick fix to prevent bochs users experiencing aborts on load.
New basic WDM serial driver still being worked on. svn path=/trunk/; revision=3627
This commit is contained in:
parent
86d248e99b
commit
4fbeb6d1f1
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue