reactos/drivers
Hermès Bélusca-Maïto ede3fddad7
[BOOTVID] Diverse enhancements.
- Import cmdcnst.h and vga.h headers from the 'vga_new' VGA Miniport Driver,
  that contain definitions related to VGA registers as well as command-stream
  functionality.

- Replace a bunch of hardcoded values by their corresponding defintions.

- Replace "Captain-Obvious" comments in VgaIsPresent() with actual
  explanations from the corresponding function in 'vga_new'.

- Simplify the VgaInterpretCmdStream() function, based on the
  corresponding one from 'vga_new'.

- Use concise comments in the 'AT_Initialization' command stream definition.

- Import the 'VGA_640x480' initialization command stream from 'vga_new'
  and use it as the full VGA initialization stream whenever the HAL
  does not handle the VGA display (HalResetDisplay() returning FALSE).
  Otherwise we just use the 'AT_Initialization' command stream that
  performs minimal initialization.

- Remove unused AT_Initialization and other declarations from ARM build.
2019-06-23 23:59:48 +02:00
..
base [BOOTVID] Diverse enhancements. 2019-06-23 23:59:48 +02:00
battery [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
bluetooth [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
bus [ACPICA] Update to version 20190405. CORE-15926 2019-04-07 10:59:52 +02:00
crypto [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
filesystems [FASTFAT][FLTMGR][NTOS] Do not explicitly call ObfDereferenceObject() (#1636) 2019-06-22 16:20:58 +02:00
filters [FASTFAT][FLTMGR][NTOS] Do not explicitly call ObfDereferenceObject() (#1636) 2019-06-22 16:20:58 +02:00
hid [HIDCLASS] Implement IRP_MJ_WRITE 2019-05-14 14:37:22 +02:00
input [I8042PRT] Add Latitude E6400 to the hack list (#1665) 2019-06-16 23:00:53 +02:00
ksfilter [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
multimedia [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
network [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
parallel [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
processor [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
sac [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
serial [SERIAL] Immediately complete read IRP if all requested bytes have been found in circular buffer 2019-05-02 20:06:47 +02:00
setup [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
storage [DISK] Disable IsFloppyDevice check. 2019-06-11 04:39:43 +03:00
usb [USBSTOR] Properly handle IRP_MN_QUERY_DEVICE_RELATIONS(BusRelations) for FDO. 2019-06-11 04:39:43 +03:00
wdm [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
wmi [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
CMakeLists.txt