sync with trunk head (34904)
[reactos.git] / reactos / drivers / storage / class / ramdisk / ramdisk.c
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-27 ReactOS Portable... - Silence debug prints.
2008-07-22 ReactOS Portable... - Don't re-map the MDL if it's already been built from...
2008-07-22 ReactOS Portable... - Initialize BytesPerSector, SectorsPerTrack and Number...
2008-07-22 ReactOS Portable... - We have to unpack the BIOS block before actually...
2008-07-22 ReactOS Portable... - Jesus, Fix yet another math bug in RamdiskMapPages...
2008-07-22 ReactOS Portable... - Epic Fail? Fix another math bug...it actually works...
2008-07-22 ReactOS Portable... - Double fail: Fix a math bug, calculate the actual...
2008-07-22 ReactOS Portable... - Fail: was using the wrong structure (the boot sector...
2008-07-22 ReactOS Portable... - Save base page where loader mapped the ramdisk.
2008-07-22 ReactOS Portable... - Um, yeah, the "DiskType" is CLEARLY not an NT FILE_DE...
2008-07-22 ReactOS Portable... - Build vfatfs instead of CDFS.
2008-07-21 ReactOS Portable... - Implement RamdiskReadWrite.
2008-07-21 ReactOS Portable... - Implement IOCTL_CDROM_GET_LAST_SESSION and IOCTL_CDRO...
2008-07-20 ReactOS Portable... - Our resident GCC expert just informed me of an undocu...
2008-07-20 ReactOS Portable... - Write out all the IOCTLs the RAM Disk emulation core...
2008-07-20 ReactOS Portable... - Fix the parameters we were sending to IoCreateDevice...
2008-07-20 ReactOS Portable... - Finish implementing RamdiskCreateDiskDevice -- we...
2008-07-19 ReactOS Portable... - Fixup some more structure and prototype details to...
2008-07-19 ReactOS Portable... - Create the RAM Disk Drive Device Object.
2008-07-19 ReactOS Portable... - Implement the main RamdiskWorkerThread work loop.
2008-07-19 ReactOS Portable... - Usually a good idea to fill out the device relation...
2008-07-19 ReactOS Portable... - Seperate the Ramdisk device extension into the Bus...
2008-07-13 ReactOS Portable... - Implement RamdiskCreateRamdisk which validates parame...
2008-07-13 ReactOS Portable... - Implement IRP_MN_QUERY_DEVICE_TEXT/BUS_INFORMATION...
2008-07-13 ReactOS Portable... - Remove incorrect check in RamdiskPnp -- we should...
2008-07-13 ReactOS Portable... - Add device state information.
2008-07-13 ReactOS Portable... - Implement RamdiskAddDevice.
2008-06-30 ReactOS Portable... - Disable building any other driver than ramdisk.sys...
2008-06-30 ReactOS Portable... - Fix license header for this file.
2008-06-29 ReactOS Portable... - Implement beginnings of Ramdisk Port Driver. Planning...