Implement InterfacePciDevicePresent(Ex) of PCI_DEVICE_PRESENT_INTERFACE
[reactos.git] / reactos / drivers / bus / pci / pdo.c
2005-11-19 Hervé PoussineauImplement InterfacePciDevicePresent(Ex) of PCI_DEVICE_P...
2005-11-18 Aleksey BraginImplement stubs for PCI_DEVICE_PRESENT_INTERFACE query...
2005-10-30 Hervé PoussineauImplement IRP_MJ_PNP / IRP_MN_QUERY_INTERFACE for GUID_...
2005-10-16 Hartmut Birr- Do only read the pci config header. Some devices...
2005-10-14 Hervé PoussineauTransform pci.sys to a Plug-and-Play driver.
2005-10-07 Hervé PoussineauAllocate memory even for NULL strings, as we must not...
2005-10-06 Thomas Bluemelfixed warnings when compiled with -Wmissing-declarations
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-28 Alex IonescuBuild pci with w32api
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-20 Hervé PoussineauSet BusNumber and SlotNumber in resource requirements...
2005-05-16 Hervé PoussineauDefine interrupt resource as required
2005-05-16 Hervé PoussineauReport memory and I/O ranges even if they are not the...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-02-12 Casper HornstrupBranch setupapi
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-11-17 Filip Navara- Don't report CmResourceTypeNull resources for unused...
2004-10-24 Filip Navara- Return STATUS_SUCCESS for PCI bus PDO PnP IRPs so...
2004-10-19 Filip Navara- Successfully complete IRP_MN_START_DEVICE and IRP_MN_...
2004-08-20 Eric Kohl- Provide better PCI device descriptions.
2004-08-18 Eric KohlReport the correct resource flags.
2004-08-18 Eric KohlFix IRP_MN_QUERY_RESOURCES and implement IRP_MN_QUERY_R...
2004-08-16 Eric KohlImplement:
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-09 Eric KohlBuild Hardware IDs and Compatible IDs for PCI devices.
2004-03-14 Filip Navara- Fixed handling of IRP_MN_QUERY_BUS_INFORMATION.
2004-03-12 Filip Navara- Support for IRP_MN_QUERY_BUS_INFORMATION and devices...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-12-12 Eric Kohl- Fix Unix line breaks.
2001-09-16 Casper HornstrupAdded PCI bus driver skeleton