reactos.git
22 years agoFixed a tiny bug.
Eric Kohl [Wed, 18 Jul 2001 09:18:10 +0000 (09:18 +0000)]
Fixed a tiny bug.

svn path=/trunk/; revision=2067

22 years agoFixed crash while mounting a FAT32 partition.
Eric Kohl [Tue, 17 Jul 2001 07:48:06 +0000 (07:48 +0000)]
Fixed crash while mounting a FAT32 partition.

svn path=/trunk/; revision=2066

22 years agoAdded a stubbed oleaut32.dll and a little work on ole32.dll
Rex Jolliff [Mon, 16 Jul 2001 01:45:44 +0000 (01:45 +0000)]
Added a stubbed oleaut32.dll and a little work on ole32.dll

svn path=/trunk/; revision=2065

22 years agomove work on clean rule
Rex Jolliff [Sun, 15 Jul 2001 21:19:02 +0000 (21:19 +0000)]
move work on clean rule

svn path=/trunk/; revision=2064

22 years agosome work on clean rule
Rex Jolliff [Sun, 15 Jul 2001 18:06:23 +0000 (18:06 +0000)]
some work on clean rule

svn path=/trunk/; revision=2063

22 years agoNamed pipes and mail slots need a valid file object.
Eric Kohl [Sun, 15 Jul 2001 15:36:31 +0000 (15:36 +0000)]
Named pipes and mail slots need a valid file object.

svn path=/trunk/; revision=2062

22 years agoCreate symbolic links for dos devices.
Eric Kohl [Sun, 15 Jul 2001 13:46:16 +0000 (13:46 +0000)]
Create symbolic links for dos devices.

svn path=/trunk/; revision=2061

22 years agoTemporary fix to prevent a crash when running in VMware (and possibly bochs too)
Casper Hornstrup [Sat, 14 Jul 2001 21:10:31 +0000 (21:10 +0000)]
Temporary fix to prevent a crash when running in VMware (and possibly bochs too)

svn path=/trunk/; revision=2060

22 years agoFixed a string overrun.
Eric Kohl [Sat, 14 Jul 2001 18:21:23 +0000 (18:21 +0000)]
Fixed a string overrun.
Patch by Hartmut Birr.

svn path=/trunk/; revision=2059

22 years ago"Because of changes in winnt.h, some of security definitions must be used from there."
Nedko Arnaudov [Sat, 14 Jul 2001 07:01:38 +0000 (07:01 +0000)]
"Because of changes in winnt.h, some of security definitions must be used from there."

svn path=/trunk/; revision=2058

22 years agoAdded support for FAT16 partition with clustersize greater than page size.
Eric Kohl [Fri, 13 Jul 2001 10:31:14 +0000 (10:31 +0000)]
Added support for FAT16 partition with clustersize greater than page size.
Patch by Hartmut Birr.

svn path=/trunk/; revision=2057

22 years agoMoved interlocked and locale functions.
Eric Kohl [Thu, 12 Jul 2001 17:23:42 +0000 (17:23 +0000)]
Moved interlocked and locale functions.
Implemented basic locale support.
Added some missing interlocked functions.

svn path=/trunk/; revision=2056

22 years agoAdded more functions to msvcrt.
Eric Kohl [Thu, 12 Jul 2001 16:31:03 +0000 (16:31 +0000)]
Added more functions to msvcrt.

svn path=/trunk/; revision=2055

22 years agoFixed a warning.
Eric Kohl [Thu, 12 Jul 2001 11:59:51 +0000 (11:59 +0000)]
Fixed a warning.

svn path=/trunk/; revision=2054

22 years agoFixed warnings and errors.
Eric Kohl [Thu, 12 Jul 2001 11:58:57 +0000 (11:58 +0000)]
Fixed warnings and errors.

svn path=/trunk/; revision=2053

22 years agoFixed compiling bug for gcc-2.95.3.
Eric Kohl [Wed, 11 Jul 2001 20:26:58 +0000 (20:26 +0000)]
Fixed compiling bug for gcc-2.95.3.

svn path=/trunk/; revision=2052

22 years agoUse fastcall in NDIS header.
Casper Hornstrup [Fri, 6 Jul 2001 23:05:11 +0000 (23:05 +0000)]
Use fastcall in NDIS header.

svn path=/trunk/; revision=2050

22 years agoFull memory management support (memory.c & memory.h & mem.S)
Brian Palmer [Fri, 6 Jul 2001 22:05:05 +0000 (22:05 +0000)]
Full memory management support (memory.c & memory.h & mem.S)
Preliminary debug code (debug.c & debug.h)
Reworked .ini file code (parseini.c & parseini.h)
Size optimizations (fat.asm & fat32.asm)
FAT12/16 boot sector now fully understands the FAT (fat.asm)

svn path=/trunk/; revision=2049

22 years agoEnabled FASTCALL calling convention
Eric Kohl [Fri, 6 Jul 2001 21:32:43 +0000 (21:32 +0000)]
Enabled FASTCALL calling convention

svn path=/trunk/; revision=2048

22 years agoAdded _wasctime() and _wctime().
Eric Kohl [Fri, 6 Jul 2001 21:17:36 +0000 (21:17 +0000)]
Added _wasctime() and _wctime().

svn path=/trunk/; revision=2047

22 years agoFixed a windres warning
Eric Kohl [Fri, 6 Jul 2001 21:15:20 +0000 (21:15 +0000)]
Fixed a windres warning

svn path=/trunk/; revision=2046

22 years agoAdded missing _wmktemp().
Eric Kohl [Fri, 6 Jul 2001 14:33:19 +0000 (14:33 +0000)]
Added missing _wmktemp().

svn path=/trunk/; revision=2045

22 years agoAdded more missing functions
Eric Kohl [Fri, 6 Jul 2001 12:53:03 +0000 (12:53 +0000)]
Added more missing functions

svn path=/trunk/; revision=2044

22 years agosome corrections to the stubs
Rex Jolliff [Fri, 6 Jul 2001 04:01:27 +0000 (04:01 +0000)]
some corrections to the stubs

svn path=/trunk/; revision=2043

22 years agoAdded a stubbed shell32.dll
Rex Jolliff [Fri, 6 Jul 2001 02:47:17 +0000 (02:47 +0000)]
Added a stubbed shell32.dll

svn path=/trunk/; revision=2042

22 years agoAdded missing math and stdio functions
Eric Kohl [Fri, 6 Jul 2001 00:58:15 +0000 (00:58 +0000)]
Added missing math and stdio functions

svn path=/trunk/; revision=2041

22 years agoAdded missing math functions
Eric Kohl [Fri, 6 Jul 2001 00:54:39 +0000 (00:54 +0000)]
Added missing math functions

svn path=/trunk/; revision=2040

22 years agoadded object handling routines for user objects in win32k.sys
Rex Jolliff [Fri, 6 Jul 2001 00:05:05 +0000 (00:05 +0000)]
added object handling routines for user objects in win32k.sys

svn path=/trunk/; revision=2039

22 years agoPartial directory caching (create calls cached, but dir info calls
Rex Jolliff [Thu, 5 Jul 2001 01:51:53 +0000 (01:51 +0000)]
Partial directory caching (create calls cached, but dir info calls
still use non cached routines).

svn path=/trunk/; revision=2038

22 years agoFixed ne2000 driver so it will link correctly.
Casper Hornstrup [Wed, 4 Jul 2001 21:24:02 +0000 (21:24 +0000)]
Fixed ne2000 driver so it will link correctly.

svn path=/trunk/; revision=2037

22 years agoUpdated clean rules.
Casper Hornstrup [Wed, 4 Jul 2001 20:40:24 +0000 (20:40 +0000)]
Updated clean rules.
Implemented sequenced lists and lookaside lists.
Started on TCP/IP connection endpoints.
Save process window station in EPROCESS instead of PEB.
NOTICE: please do a make win32k_clean or you might experience a crash

svn path=/trunk/; revision=2036

22 years agoFix for error in reading next extended partition when partition contains slack
Rex Jolliff [Wed, 4 Jul 2001 16:42:37 +0000 (16:42 +0000)]
Fix for error in reading next extended partition when partition contains slack
or more than one non container partition.

svn path=/trunk/; revision=2035

22 years agoAdded conio functions
Eric Kohl [Wed, 4 Jul 2001 16:39:37 +0000 (16:39 +0000)]
Added conio functions

svn path=/trunk/; revision=2034

22 years agoadded some test cases to fsd tests
Rex Jolliff [Wed, 4 Jul 2001 03:07:54 +0000 (03:07 +0000)]
added some test cases to fsd tests

svn path=/trunk/; revision=2033

22 years agoAdded missing io functions from crtdll and implemented wide and 64 bit functions.
Eric Kohl [Tue, 3 Jul 2001 22:18:42 +0000 (22:18 +0000)]
Added missing io functions from crtdll and implemented wide and 64 bit functions.

svn path=/trunk/; revision=2032

22 years agoUntangled crtdll/msvcrt header mess.
Eric Kohl [Tue, 3 Jul 2001 13:21:22 +0000 (13:21 +0000)]
Untangled crtdll/msvcrt header mess.

svn path=/trunk/; revision=2031

22 years agoOooops! This should not have heppened
Eric Kohl [Tue, 3 Jul 2001 13:14:18 +0000 (13:14 +0000)]
Oooops! This should not have heppened

svn path=/trunk/; revision=2030

22 years agoUntangled crtdll/msvcrt header mess.
Eric Kohl [Tue, 3 Jul 2001 13:07:12 +0000 (13:07 +0000)]
Untangled crtdll/msvcrt header mess.

svn path=/trunk/; revision=2029

22 years agoUntangled crtdll/msvcrt header mess.
Eric Kohl [Tue, 3 Jul 2001 12:56:48 +0000 (12:56 +0000)]
Untangled crtdll/msvcrt header mess.

svn path=/trunk/; revision=2028

22 years agoAdded some float and stdlib functions
Eric Kohl [Mon, 2 Jul 2001 21:52:25 +0000 (21:52 +0000)]
Added some float and stdlib functions

svn path=/trunk/; revision=2027

22 years agoFixed LdrShutdownProcess() to only detach static dlls, any dynamically loaded ones...
Phillip Susi [Mon, 2 Jul 2001 20:27:41 +0000 (20:27 +0000)]
Fixed LdrShutdownProcess() to only detach static dlls, any dynamically loaded ones should be FreeLibrary()d from the static dlls and then they will be detached

svn path=/trunk/; revision=2026

22 years agoAdded some code to map more predefined keys (like HKCU).
Eric Kohl [Sun, 1 Jul 2001 17:54:07 +0000 (17:54 +0000)]
Added some code to map more predefined keys (like HKCU).
Implemented some ansi functions

svn path=/trunk/; revision=2025

22 years agoFixed warnings
Jason Filby [Sun, 1 Jul 2001 14:34:45 +0000 (14:34 +0000)]
Fixed warnings

svn path=/trunk/; revision=2024

22 years agoWide characters to conform to LOGFONTW definition
Jason Filby [Sun, 1 Jul 2001 14:32:47 +0000 (14:32 +0000)]
Wide characters to conform to LOGFONTW definition

svn path=/trunk/; revision=2023

22 years agoDefined LOGFONTW and now use it in DEVINFO
Jason Filby [Sun, 1 Jul 2001 14:31:46 +0000 (14:31 +0000)]
Defined LOGFONTW and now use it in DEVINFO

svn path=/trunk/; revision=2022

22 years agoBug fix
Jason Filby [Sat, 30 Jun 2001 17:43:05 +0000 (17:43 +0000)]
Bug fix

svn path=/trunk/; revision=2021

22 years agoFixed includes to compile.
Emanuele Aliberti [Fri, 29 Jun 2001 21:08:50 +0000 (21:08 +0000)]
Fixed includes to compile.

svn path=/trunk/; revision=2020

22 years agoPrepared loading of .nls files
Eric Kohl [Fri, 29 Jun 2001 20:43:55 +0000 (20:43 +0000)]
Prepared loading of .nls files

svn path=/trunk/; revision=2019

22 years agoPrepared loading of .nls files
Eric Kohl [Fri, 29 Jun 2001 20:31:03 +0000 (20:31 +0000)]
Prepared loading of .nls files

svn path=/trunk/; revision=2018

22 years agoStarted moving common gdi32/w32k types into common header file.
Eric Kohl [Fri, 29 Jun 2001 19:34:35 +0000 (19:34 +0000)]
Started moving common gdi32/w32k types into common header file.

svn path=/trunk/; revision=2017

22 years agoRead partition tables only once while assigning drive letters.
Eric Kohl [Fri, 29 Jun 2001 11:09:48 +0000 (11:09 +0000)]
Read partition tables only once while assigning drive letters.

svn path=/trunk/; revision=2016

22 years agooops, left in some debugging statements
Rex Jolliff [Thu, 28 Jun 2001 02:56:27 +0000 (02:56 +0000)]
oops, left in some debugging statements

svn path=/trunk/; revision=2015

22 years agofixed problem with extended partitions that contain only Linux logical partitions
Rex Jolliff [Thu, 28 Jun 2001 02:42:27 +0000 (02:42 +0000)]
fixed problem with extended partitions that contain only Linux logical partitions

svn path=/trunk/; revision=2014

22 years agoFixed typos and warnings.
Eric Kohl [Tue, 26 Jun 2001 12:54:58 +0000 (12:54 +0000)]
Fixed typos and warnings.

svn path=/trunk/; revision=2013

22 years agoFixed a lot of warnings.
Eric Kohl [Mon, 25 Jun 2001 23:48:20 +0000 (23:48 +0000)]
Fixed a lot of warnings.

svn path=/trunk/; revision=2012

22 years agoOooops. Still something missing!
Eric Kohl [Mon, 25 Jun 2001 18:57:41 +0000 (18:57 +0000)]
Oooops. Still something missing!

svn path=/trunk/; revision=2011

22 years agoFixed a lot of warnings.
Eric Kohl [Mon, 25 Jun 2001 18:51:31 +0000 (18:51 +0000)]
Fixed a lot of warnings.

svn path=/trunk/; revision=2010

22 years agoFixed a lot of warnings.
Eric Kohl [Mon, 25 Jun 2001 14:22:45 +0000 (14:22 +0000)]
Fixed a lot of warnings.

svn path=/trunk/; revision=2009

22 years agoFixed a lot of warnings.
Eric Kohl [Mon, 25 Jun 2001 12:32:56 +0000 (12:32 +0000)]
Fixed a lot of warnings.

svn path=/trunk/; revision=2008

22 years agoFixed a lot of warnings.
Eric Kohl [Mon, 25 Jun 2001 09:30:45 +0000 (09:30 +0000)]
Fixed a lot of warnings.

svn path=/trunk/; revision=2007

22 years agoAdded missing extern "C"
Phillip Susi [Sun, 24 Jun 2001 17:58:13 +0000 (17:58 +0000)]
Added missing extern "C"

svn path=/trunk/; revision=2006

22 years agoTreat STATUS_PORT_DISCONNECTED as full error, now that LPC ports correctly deliver...
Phillip Susi [Sat, 23 Jun 2001 19:20:01 +0000 (19:20 +0000)]
Treat STATUS_PORT_DISCONNECTED as full error, now that LPC ports correctly deliver the LPC_PORT_CLOSED message.

svn path=/trunk/; revision=2005

22 years agoHandles should be closed in the context of the dead process, not the system process.
Phillip Susi [Sat, 23 Jun 2001 19:15:14 +0000 (19:15 +0000)]
Handles should be closed in the context of the dead process, not the system process.

For now, I just used KeAttachProcess() to do this, but this should be moved so it is called by the last thread of the process before it dies.

svn path=/trunk/; revision=2004

22 years agoFixed LPC port implementation to use an internal semaphore, rather than an
Phillip Susi [Sat, 23 Jun 2001 19:13:33 +0000 (19:13 +0000)]
Fixed LPC port implementation to use an internal semaphore, rather than an
event.  When using the event, if multiple messages were queued to the port
at once, the client would only get the first one, and then block rather than
read the next message.

I think that the port object should have a DISPATCHER_HEADER to make it a
full blown dispatcher object, allowing clients to wait on the port object.

svn path=/trunk/; revision=2003

22 years agoAdded protection against inclusion of conflicting prototypes.
Eric Kohl [Fri, 22 Jun 2001 12:40:45 +0000 (12:40 +0000)]
Added protection against inclusion of conflicting prototypes.

svn path=/trunk/; revision=2002

22 years agoMinor fixes.
Eric Kohl [Fri, 22 Jun 2001 12:36:23 +0000 (12:36 +0000)]
Minor fixes.

svn path=/trunk/; revision=2001

22 years agoAdded symbol __NTDRIVER__ to identify drivers.
Eric Kohl [Fri, 22 Jun 2001 12:30:02 +0000 (12:30 +0000)]
Added symbol __NTDRIVER__ to identify drivers.

svn path=/trunk/; revision=2000

22 years agoReplaced call to KeBugCheck().
Eric Kohl [Fri, 22 Jun 2001 12:19:45 +0000 (12:19 +0000)]
Replaced call to KeBugCheck().

svn path=/trunk/; revision=1999

22 years agoFixed 'clean' rule.
Eric Kohl [Fri, 22 Jun 2001 12:17:24 +0000 (12:17 +0000)]
Fixed 'clean' rule.

svn path=/trunk/; revision=1998

22 years agoImplemented support for console titles
Phillip Susi [Fri, 22 Jun 2001 02:11:44 +0000 (02:11 +0000)]
Implemented support for console titles
Display console title while swapping consoles with alt-tab
Use alt-tab now instead of alt-q

svn path=/trunk/; revision=1997

22 years agoSet console title to "Winlogon"
Phillip Susi [Fri, 22 Jun 2001 02:10:11 +0000 (02:10 +0000)]
Set console title to "Winlogon"

svn path=/trunk/; revision=1996

22 years agoAdded missing directories to 'clean' rule.
Eric Kohl [Thu, 21 Jun 2001 17:25:35 +0000 (17:25 +0000)]
Added missing directories to 'clean' rule.

svn path=/trunk/; revision=1995

22 years agoAdded missing io status blocks.
Eric Kohl [Thu, 21 Jun 2001 13:14:41 +0000 (13:14 +0000)]
Added missing io status blocks.
Fixed some warnings.

svn path=/trunk/; revision=1994

22 years agocommand line parse changed to not stop after first instance of each argument found
Rex Jolliff [Thu, 21 Jun 2001 04:12:19 +0000 (04:12 +0000)]
command line parse changed to not stop after first instance of each argument found

svn path=/trunk/; revision=1993

22 years agoWin2k FAT32 Boot Sector Disassembly
Brian Palmer [Wed, 20 Jun 2001 20:31:35 +0000 (20:31 +0000)]
Win2k FAT32 Boot Sector Disassembly

svn path=/trunk/; revision=1992

22 years agoSome more fixes for 'fastcall' support.
Eric Kohl [Wed, 20 Jun 2001 20:00:36 +0000 (20:00 +0000)]
Some more fixes for 'fastcall' support.

svn path=/trunk/; revision=1991

22 years agoFirst fixes to support fastcall:
Eric Kohl [Wed, 20 Jun 2001 13:00:53 +0000 (13:00 +0000)]
First fixes to support fastcall:
- moved FILETIME
- removed inclusion of <windows.h> from ntoskrnl
- fixed typos

svn path=/trunk/; revision=1990

22 years agoImplemented some more registry functions.
Eric Kohl [Tue, 19 Jun 2001 15:09:16 +0000 (15:09 +0000)]
Implemented some more registry functions.

svn path=/trunk/; revision=1989

22 years agoImplemented RtlOpenCurrentUser().
Eric Kohl [Mon, 18 Jun 2001 18:37:12 +0000 (18:37 +0000)]
Implemented RtlOpenCurrentUser().

svn path=/trunk/; revision=1988

22 years agoEnhanced floppy driver to read up to an entire track at a time
Phillip Susi [Mon, 18 Jun 2001 03:14:24 +0000 (03:14 +0000)]
Enhanced floppy driver to read up to an entire track at a time
Not sure if I did this correctly, but it seems to work:

By accident, I noticed that it seems to return more than the sector you requested if you program the DMAC to transfer more than one sector of bytes, so I decided to go with it.

Minor fixes.

svn path=/trunk/; revision=1987

22 years agoCheck in of new ram disk driver, loads floppy image into ram on boot
Phillip Susi [Mon, 18 Jun 2001 03:10:00 +0000 (03:10 +0000)]
Check in of new ram disk driver, loads floppy image into ram on boot

svn path=/trunk/; revision=1986

22 years agoFixed console mode behavior with processed input but not line buffered mode
Phillip Susi [Mon, 18 Jun 2001 03:07:37 +0000 (03:07 +0000)]
Fixed console mode behavior with processed input but not line buffered mode

svn path=/trunk/; revision=1985

22 years agoPut LoadString code back that was removed by someone...
Phillip Susi [Mon, 18 Jun 2001 03:05:54 +0000 (03:05 +0000)]
Put LoadString code back that was removed by someone...

svn path=/trunk/; revision=1984

22 years agoFixed CreateProcess() to use the command line parameter like NT does
Phillip Susi [Mon, 18 Jun 2001 03:02:43 +0000 (03:02 +0000)]
Fixed CreateProcess() to use the command line parameter like NT does
This still needs quite a bit more work to fix bugs and be 100% compatible with NT

svn path=/trunk/; revision=1983

22 years agoCorrected CreateProcess() command line parameter to be more compatible with NT
Phillip Susi [Mon, 18 Jun 2001 02:55:47 +0000 (02:55 +0000)]
Corrected CreateProcess() command line parameter to be more compatible with NT
Fixed minor bugs with console mode being set incorrectly

svn path=/trunk/; revision=1982

22 years agoAdded .cvsignore to ignore cmd.coff
Phillip Susi [Sun, 17 Jun 2001 23:10:07 +0000 (23:10 +0000)]
Added .cvsignore to ignore cmd.coff

svn path=/trunk/; revision=1981

22 years agoImplemented some registry functions.
Eric Kohl [Sun, 17 Jun 2001 22:54:36 +0000 (22:54 +0000)]
Implemented some registry functions.

svn path=/trunk/; revision=1980

22 years agoFixed a typo.
Emanuele Aliberti [Sun, 17 Jun 2001 20:36:35 +0000 (20:36 +0000)]
Fixed a typo.

svn path=/trunk/; revision=1979

22 years agoImplemented AllocateLocallyUniqueId().
Eric Kohl [Sun, 17 Jun 2001 20:20:21 +0000 (20:20 +0000)]
Implemented AllocateLocallyUniqueId().

svn path=/trunk/; revision=1978

22 years agoNTDLL/csr: some more stubs; code split;
Emanuele Aliberti [Sun, 17 Jun 2001 20:05:10 +0000 (20:05 +0000)]
NTDLL/csr: some more stubs; code split;
NTDLL/rtl: some more stubs; RtlRaiseStatus() implemented;
Minor changes.

svn path=/trunk/; revision=1977

22 years agoSome csr additions
Eric Kohl [Sun, 17 Jun 2001 09:25:03 +0000 (09:25 +0000)]
Some csr additions

svn path=/trunk/; revision=1976

22 years agoChanged ObCreateObject() to a more nt-compatible format.
Eric Kohl [Sat, 16 Jun 2001 14:11:31 +0000 (14:11 +0000)]
Changed ObCreateObject() to a more nt-compatible format.
Now it returns a status value.

svn path=/trunk/; revision=1975

22 years agoAdded unstripped driver to .cvsignore.
Eric Kohl [Sat, 16 Jun 2001 09:54:43 +0000 (09:54 +0000)]
Added unstripped driver to .cvsignore.

svn path=/trunk/; revision=1974

22 years agoAdded some error checks.
Eric Kohl [Sat, 16 Jun 2001 09:49:45 +0000 (09:49 +0000)]
Added some error checks.

svn path=/trunk/; revision=1973

22 years agoFixed linker error.
Eric Kohl [Fri, 15 Jun 2001 18:32:25 +0000 (18:32 +0000)]
Fixed linker error.

svn path=/trunk/; revision=1972

22 years agoMore work on winsock stack (ping is now working)
Casper Hornstrup [Fri, 15 Jun 2001 17:48:43 +0000 (17:48 +0000)]
More work on winsock stack (ping is now working)

svn path=/trunk/; revision=1971

22 years agoFixes for gcc-2.95.3-4
Eric Kohl [Fri, 15 Jun 2001 11:15:32 +0000 (11:15 +0000)]
Fixes for gcc-2.95.3-4
Fixed typos

svn path=/trunk/; revision=1970

22 years agoFrom Eugene Ingerman:
Jason Filby [Thu, 14 Jun 2001 21:05:08 +0000 (21:05 +0000)]
From Eugene Ingerman:
Create default registry files is they don't exist
Modularized registry.c into more files, more manageable
Bug fix in IoCreateFile that didn't return IoStatusBlock
'dir' now works in Bochs - corrected parsing in VfatOpenFile

svn path=/trunk/; revision=1969

22 years agoAdded some error checks.
Eric Kohl [Thu, 14 Jun 2001 10:02:59 +0000 (10:02 +0000)]
Added some error checks.

svn path=/trunk/; revision=1968

22 years agoImplemented access to PCI configuration space
Eric Kohl [Wed, 13 Jun 2001 22:17:01 +0000 (22:17 +0000)]
Implemented access to PCI configuration space

svn path=/trunk/; revision=1967