#include "pciidex.h"
#include <debug.h>
Go to the source code of this file.
Defines |
| #define | NDEBUG |
Functions |
| static NTSTATUS | PciIdeXPdoQueryId (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp, OUT ULONG_PTR *Information) |
| static NTSTATUS | GetCurrentResources (IN PDEVICE_OBJECT DeviceObject, OUT PULONG CommandPortBase, OUT PULONG ControlPortBase, OUT PULONG BusMasterPortBase, OUT PULONG InterruptVector) |
| static NTSTATUS | PciIdeXPdoQueryResourceRequirements (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp, OUT ULONG_PTR *Information) |
| static NTSTATUS | PciIdeXPdoQueryDeviceText (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp, OUT ULONG_PTR *Information) |
| static NTSTATUS | PciIdeXPdoQueryDeviceRelations (IN PDEVICE_OBJECT DeviceObject, OUT PDEVICE_RELATIONS *pDeviceRelations) |
| NTSTATUS NTAPI | PciIdeXPdoPnpDispatch (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |