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 | [bus] Remove unused WvBusFromDev function |
tree | commitdiff |
2010-12-29 |
Shao Miller | [bus,driver] Move WvBusGetDevCapabilities as WvDriverGe... |
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 | [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 | [bus] Add child PDO node unit number logic |
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__type to WV_S_DISK_T |
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 |
2010-12-19 |
Shao Miller | [bus] Rename bus__power_ to WvBusPower_ |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename bus__create_pdo_ to WvBusCreatePdo_ |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename bus__free_ to WvBusFree_ |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename bus_pnp__dispatch to WvBusPnpDispatch |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename bus_dev_ctl__dispatch to WvBusDevCtlDispatch |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Remove unused member SpinLock |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Introduce WvBusCancelWorkItems |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Use Stop member instead of Thread for thread... |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename member thread to Thread |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Move work_items and work_items_lock as private |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Remove members dev_name and dos_dev_name |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Move member prev_free to BusPrivate_.PrevFree |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename device member to Dev |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename bus__start_thread to WvBusStartThread |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename bus__process_work_items to WvBusProcessWor... |
tree | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename bus__get to WvBusFromDev |
tree | commitdiff |
2010-12-17 |
Shao Miller | [bus] Rename bus__add_child to WvBusAddChild |
tree | commitdiff |
2010-12-17 |
Shao Miller | [bus] Rename bus__create to WvBusCreate |
tree | commitdiff |
2010-12-17 |
Shao Miller | [bus] Rename bus__init to WvBusInit |
tree | commitdiff |
2010-12-17 |
Shao Miller | [bus] Rename bus__get_dev_capabilities to WvBusGetDevCa... |
tree | commitdiff |
2010-12-17 |
Shao Miller | [bus] Rename bus__thread_func to WV_F_BUS_THREAD |
tree | commitdiff |
2010-12-17 |
Shao Miller | [bus] Rename bus__type to WV_S_BUS_T |
tree | commitdiff |
2010-12-17 |
Shao Miller | [device,bus] Fix sizeof use in initialization |
tree | commitdiff |
2010-12-17 |
Shao Miller | [bus] Introduce PDO node addition/removal functions |
tree | commitdiff |
2010-12-16 |
Shao Miller | [bus] Add bus__init for initializing to defaults |
tree | commitdiff |
2010-12-16 |
Shao Miller | [bus,device] Allow for threaded PDO creation on a bus |
tree | commitdiff |
2010-12-15 |
Shao Miller | [bus] Let a threaded bus free itself |
tree | commitdiff |
2010-12-15 |
Shao Miller | [bus,driver] Introduce bus threading |
tree | commitdiff |
2010-12-15 |
Shao Miller | [bus] Introduce work item queue and processing |
tree | commitdiff |
2010-12-14 |
Shao Miller | [bus/pnp,disk/pnp,aoe] Get AoE sub-bus to work |
tree | commitdiff |
2010-12-13 |
Shao Miller | [irp,aoe] Remove mini IRP handling scheme |
tree | commitdiff |
2010-12-13 |
Shao Miller | [project] Don't use mini IRP handling for IRP_MJ_PNP |
tree | commitdiff |
2010-12-13 |
Shao Miller | [project] Don't use mini IRP handling for IRP_MJ_SCSI |
tree | commitdiff |
2010-12-13 |
Shao Miller | [project] Don't use mini IRP handling for IRP_MJ_DEVICE... |
tree | commitdiff |
2010-12-13 |
Shao Miller | [project] Don't use mini IRP handling for IRP_MJ_SYSTEM... |
tree | commitdiff |
2010-12-13 |
Shao Miller | [project] Don't use mini IRP handling for IRP_MJ_CREATE... |
tree | commitdiff |
2010-12-13 |
Shao Miller | [project] Don't use mini IRP handling for IRP_MJ_POWER |
tree | commitdiff |
2010-12-13 |
Shao Miller | [bus] Minor cosmetic changes |
tree | commitdiff |
2010-12-13 |
Shao Miller | [bus/pnp] Rename Bus_IoCompletionRoutine to bus_pnp__io... |
tree | commitdiff |
2010-12-13 |
Shao Miller | [bus] Rename power function to bus__power_ |
tree | commitdiff |
2010-12-13 |
Shao Miller | [bus] Handle PnP ID queries |
tree | commitdiff |
2010-12-12 |
Shao Miller | [disk,device] Move disk__type::DiskNumber to device__ty... |
tree | commitdiff |
2010-12-12 |
Shao Miller | [bus/dev_ctl] Minor cosmetic changes |
tree | commitdiff |
2010-12-12 |
Shao Miller | [bus] Rename bus__type::first_child_ptr to first_child |
tree | commitdiff |
2010-12-11 |
Shao Miller | [device] Don't use winvblock__def_struct for device__type |
tree | commitdiff |
2010-12-11 |
Shao Miller | [device] Don't use winvblock__def_enum for device__state |
tree | commitdiff |
2010-12-11 |
Shao Miller | [bus,driver] Move attach_fdo into driver module |
tree | commitdiff |
2010-12-11 |
Shao Miller | [bus] Rename sys_ctl to bus__sys_ctl_ |
tree | commitdiff |
2010-12-09 |
Shao Miller | [bus] Make callers of bus__add_child responsible... |
tree | commitdiff |
next |