2011-01-02 |
Shao Miller | [bus] Rename WV_F_BUS_PNP to WVL_F_BUS_PNP |
tree | commitdiff |
2011-01-02 |
Shao Miller | [bus] Rename WV_F_BUS_THREAD to WVL_F_BUS_THREAD |
tree | commitdiff |
2011-01-02 |
Shao Miller | [driver] Fix UNICODE_STRING initialization |
tree | commitdiff |
2010-12-31 |
Shao Miller | [bus] Rename PhysicalDeviceObject member to Pdo |
tree | commitdiff |
2010-12-31 |
Shao Miller | [bus,driver] Revisit driver unload and thread exit |
tree | commitdiff |
2010-12-31 |
Shao Miller | [driver] Wait for bus thread to terminate on unload |
tree | commitdiff |
2010-12-31 |
Shao Miller | [driver] Do not create the bus PDO again and again |
tree | commitdiff |
2010-12-31 |
Shao Miller | [registry] Add WvlRegFetchDword function |
tree | commitdiff |
2010-12-31 |
Shao Miller | [registry] Cosmetic touch-ups |
tree | commitdiff |
2010-12-31 |
Shao Miller | [driver] Rename driver__create_bus_ to WvDriverBusEstab... |
tree | commitdiff |
2010-12-31 |
Shao Miller | [driver,aoe] Use WV_S_DRIVER_DUMMY_IDS for PnP ID queries |
tree | commitdiff |
2010-12-31 |
Shao Miller | [driver] Introduce WV_S_DRIVER_DUMMY_IDS and related |
tree | commitdiff |
2010-12-30 |
Shao Miller | [driver] Remove unused dev_name local from driver__atta... |
tree | commitdiff |
2010-12-30 |
Shao Miller | [driver] Introduce the dummy device feature |
tree | commitdiff |
2010-12-30 |
Shao Miller | [bus] Add custom work items to WvBusProcessWorkItems |
tree | commitdiff |
2010-12-30 |
Shao Miller | [wv_st*] dos2unix these files |
tree | commitdiff |
2010-12-30 |
Shao Miller | [device] Remove unused next_sibling_ptr |
tree | commitdiff |
2010-12-30 |
Shao Miller | [bus] Remove unused first_child member for WV_S_BUS_T |
tree | commitdiff |
2010-12-30 |
Shao Miller | [bus] Add WvBusGetNodeCount function |
tree | commitdiff |
2010-12-30 |
Shao Miller | [bus/pnp] Remove first_child usage |
tree | commitdiff |
2010-12-30 |
Shao Miller | [driver] Re-work WvDriverBusDevCtlDetach_ logic |
tree | commitdiff |
2010-12-30 |
Shao Miller | [bus] Add WvBusGetNodePdo function |
tree | commitdiff |
2010-12-30 |
Shao Miller | [bus] Add WvBusGetNextNode function |
tree | commitdiff |
2010-12-30 |
Shao Miller | [bus] Add WvBusGetNodeNum function |
tree | commitdiff |
2010-12-29 |
Shao Miller | [bus] Remove Dev member from WV_S_BUS_T |
tree | commitdiff |
2010-12-29 |
Shao Miller | [bus] Don't handle IRP_MJ_PNP IRP_MN_QUERY_ID |
tree | commitdiff |
2010-12-29 |
Shao Miller | [bus,driver] Move WvBusPnpQueryDevText_ as WvDriverBusP... |
tree | commitdiff |
2010-12-29 |
Shao Miller | [bus/pnp] Remove unused local from WvBusPnpQueryDevRela... |
tree | commitdiff |
2010-12-29 |
Shao Miller | [bus/pnp] Remove Dev usage from WvBusPnpRemoveDev_ |
tree | commitdiff |
2010-12-29 |
Shao Miller | [bus] Track state in WV_S_BUS_T |
tree | commitdiff |
2010-12-29 |
Shao Miller | [bus/pnp] Use LowerDeviceObject in WvBusPnpQueryCapabil... |
tree | commitdiff |
2010-12-29 |
Shao Miller | [bus] Use Fdo member instead of Dev.Self |
tree | commitdiff |
2010-12-29 |
Shao Miller | [bus] Remove unused WvBusDevInit_ function |
tree | commitdiff |
2010-12-29 |
Shao Miller | [device] Add NULL checks to various Ops functions |
tree | commitdiff |
2010-12-29 |
Shao Miller | [bus] Remove unused WvBusFromDev function |
tree | commitdiff |
2010-12-29 |
Shao Miller | [driver] Use static bus in bus IRP handlers |
tree | commitdiff |
2010-12-29 |
Shao Miller | [driver] Remove driver__bus |
tree | commitdiff |
2010-12-29 |
Shao Miller | [disk/pnp] Remove bus usage from disk_pnp__query_capabi... |
tree | commitdiff |
2010-12-29 |
Shao Miller | [driver] Use IRP_MJ_* table for main bus |
tree | commitdiff |
2010-12-29 |
Shao Miller | [bus,driver] Move WvBusGetDevCapabilities as WvDriverGe... |
tree | commitdiff |
2010-12-29 |
Shao Miller | [driver] Use the static bus in detach function |
tree | commitdiff |
2010-12-29 |
Shao Miller | [disk,device] Move BootDrive as Boot property |
tree | commitdiff |
2010-12-28 |
Shao Miller | [bus] Remove unused WvBusIrpMj_ |
tree | commitdiff |
2010-12-28 |
Shao Miller | [bus/dev_ctl,driver] Move IRP_MJ_DEVICE_CONTROL handler |
tree | commitdiff |
2010-12-28 |
Shao Miller | [bus] Remove WvBusFree_ and WvBusThreadFree_ |
tree | commitdiff |
2010-12-28 |
Shao Miller | [bus] Remove WvBusCreatePdo_ |
tree | commitdiff |
2010-12-28 |
Shao Miller | [driver,bus] Move WvBusAddChild as WvDriverBusAddDev |
tree | commitdiff |
2010-12-24 |
Shao Miller | [disk] Remove prev_free member |
tree | commitdiff |
2010-12-24 |
Shao Miller | [memdisk] Minor, cosmetic touch-ups |
tree | commitdiff |
2010-12-24 |
Shao Miller | [disk] Put the device structure right in the disk structure |
tree | commitdiff |
2010-12-24 |
Shao Miller | [bus/pnp] Enumerate new child PDO node devices |
tree | commitdiff |
2010-12-24 |
Shao Miller | [bus] Initialize child PDO node list head |
tree | commitdiff |
2010-12-24 |
Shao Miller | [bus/pnp] Add new child PDO node removal logic |
tree | commitdiff |
2010-12-24 |
Shao Miller | [bus] Add an internal-use WvBusRemoveNode_ function |
tree | commitdiff |
2010-12-24 |
Shao Miller | [bus/pnp] Fix IRP_MJ_ typo in debug message |
tree | commitdiff |
2010-12-24 |
Shao Miller | [bus/pnp] Enqueue IRP_MN_REMOVE_DEVICE |
tree | commitdiff |
2010-12-23 |
Shao Miller | [bus/pnp] Change functions to take bus parameter |
tree | commitdiff |
2010-12-23 |
Shao Miller | [bus,driver] Put bus IRP_MJ_PNP handler in driver |
tree | commitdiff |
2010-12-23 |
Shao Miller | [bus,driver] Put bus IRP_MJ_POWER handler in driver |
tree | commitdiff |
2010-12-23 |
Shao Miller | [bus,driver] Put bus IRP_MJ_SYSTEM_CONTROL handler... |
tree | commitdiff |
2010-12-23 |
Shao Miller | [driver] Use a static bus for the main bus |
tree | commitdiff |
2010-12-23 |
Shao Miller | [driver] Rename Driver_CompletePendingIrp to WvDriverCo... |
tree | commitdiff |
2010-12-23 |
Shao Miller | [driver] Rename globals |
tree | commitdiff |
2010-12-23 |
Shao Miller | [driver] Rename driver__obj_ptr to WvDriverObj |
tree | commitdiff |
2010-12-23 |
Shao Miller | [driver] Set IsBus flag on the main bus FDO |
tree | commitdiff |
2010-12-23 |
Shao Miller | [bus] Add child PDO node unit number logic |
tree | commitdiff |
2010-12-21 |
Shao Miller | [bus] Add FDO member to bus structure |
tree | commitdiff |
2010-12-21 |
Shao Miller | [project,bus] Two commits: #inclusion and bus freeing |
tree | commitdiff |
2010-12-21 |
Shao Miller | [bus] Put the device right in the bus |
tree | commitdiff |
2010-12-20 |
Shao Miller | [disk] Rename device member to Dev |
tree | commitdiff |
2010-12-20 |
Shao Miller | [disk] Rename disk__ops to WV_S_DISK_OPS |
tree | commitdiff |
2010-12-20 |
Shao Miller | [disk] Use typedef instead of macro for disk close... |
tree | commitdiff |
2010-12-20 |
Shao Miller | [disk] Use typedef instead of macro for disk init.... |
tree | commitdiff |
2010-12-20 |
Shao Miller | [disk] Use typedef instead of macro for disk max. xfer... |
tree | commitdiff |
2010-12-20 |
Shao Miller | [disk] Use typedef instead of macro for disk I/O functions |
tree | commitdiff |
2010-12-20 |
Shao Miller | [disk] Rename disk__type to WV_S_DISK_T |
tree | commitdiff |
2010-12-20 |
Shao Miller | [disk] Minor, cosmetic touch-ups |
tree | commitdiff |
2010-12-20 |
Shao Miller | [disk] Rename disk__io_mode to WV_E_DISK_IO_MODE |
tree | commitdiff |
2010-12-20 |
Shao Miller | [disk] Rename disk__boot_sect_ptr to WV_AP_DISK_BOOT_SECT |
tree | commitdiff |
2010-12-20 |
Shao Miller | [disk] Rename disk__compat_ids to WvDiskCompatIds |
tree | commitdiff |
2010-12-20 |
Shao Miller | [disk] Rename disk__removable to WvDiskIsRemovable |
tree | commitdiff |
2010-12-20 |
Shao Miller | [disk] Rename disk__media to WV_E_DISK_MEDIA_TYPE |
tree | commitdiff |
2010-12-20 |
Shao Miller | [device] Rename two functions |
tree | commitdiff |
2010-12-20 |
Shao Miller | [device] Many more cosmetic changes |
tree | commitdiff |
2010-12-20 |
Shao Miller | [device] Many cosmetic changes |
tree | commitdiff |
2010-12-20 |
Shao Miller | [probe] Minor, cosmetic touch-ups |
tree | commitdiff |
2010-12-20 |
Shao Miller | [bus/pnp,dev_ctl] Rename functions |
tree | commitdiff |
2010-12-20 |
Shao Miller | [bus/pnp] Enqueue IRP_MN_QUERY_DEVICE_RELATIONS IRP |
tree | commitdiff |
2010-12-20 |
Shao Miller | [bus] Fix the thread stop condition |
tree | commitdiff |
2010-12-20 |
Shao Miller | [bus] Introduce WvBusEnqueueIrp function |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Minor cosmetic touch-ups |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename bus__thread_ to WvBusThread_ |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename bus__thread_free_ to WvBusThreadFree_ |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename bus__init_ to WvBusDevInit_ |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename bus__irp_mj to WvBusIrpMj_ |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename bus__get_work_item_ to WvBusGetWorkItem_ |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename bus__add_work_item_ to WvBusAddWorkItem_ |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename bus__default_thread_ to WvBusDefaultThread_ |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Remove undefined function declaration |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename bus__sys_ctl_ to WvBusSysCtl_ |
tree | commitdiff |
next |