mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
[PCIIDEX] Improve and fix the driver
- Fix IRP handling, add missing IRP handlers - Specify the device name for DO - The legacy IRQ descriptor is edge-triggered - Improve pool tagging - Place the PNP code in a pageable section CORE-17256
This commit is contained in:
parent
293fc8dc34
commit
c0c57e2324
9 changed files with 1876 additions and 1229 deletions
|
@ -246,6 +246,7 @@ typedef NTSTATUS
|
|||
_In_ PVOID DeviceExtension,
|
||||
_In_ PIDE_CONTROLLER_PROPERTIES ControllerProperties);
|
||||
|
||||
CODE_SEG("PAGE")
|
||||
NTSTATUS NTAPI
|
||||
PciIdeXInitialize(
|
||||
_In_ PDRIVER_OBJECT DriverObject,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue