2010-12-19 |
Shao Miller | [bus] Rename bus__sys_ctl_ to WvBusSysCtl_ |
blob | commitdiff |
2010-12-19 |
Shao Miller | [bus] Rename bus__power_ to WvBusPower_ |
blob | commitdiff | diff to current |
2010-12-19 |
Shao Miller | [bus] Rename bus__create_pdo_ to WvBusCreatePdo_ |
blob | commitdiff | diff to current |
2010-12-19 |
Shao Miller | [bus] Rename bus__free_ to WvBusFree_ |
blob | commitdiff | diff to current |
2010-12-19 |
Shao Miller | [bus] Rename bus_pnp__dispatch to WvBusPnpDispatch |
blob | commitdiff | diff to current |
2010-12-19 |
Shao Miller | [bus] Rename bus_dev_ctl__dispatch to WvBusDevCtlDispatch |
blob | commitdiff | diff to current |
2010-12-19 |
Shao Miller | [bus] Remove unused member SpinLock |
blob | commitdiff | diff to current |
2010-12-19 |
Shao Miller | [bus] Introduce WvBusCancelWorkItems |
blob | commitdiff | diff to current |
2010-12-19 |
Shao Miller | [bus] Use Stop member instead of Thread for thread... |
blob | commitdiff | diff to current |
2010-12-19 |
Shao Miller | [bus] Rename member thread to Thread |
blob | commitdiff | diff to current |
2010-12-19 |
Shao Miller | [bus] Move work_items and work_items_lock as private |
blob | commitdiff | diff to current |
2010-12-19 |
Shao Miller | [bus] Remove members dev_name and dos_dev_name |
blob | commitdiff | diff to current |
2010-12-19 |
Shao Miller | [bus] Move member prev_free to BusPrivate_.PrevFree |
blob | commitdiff | diff to current |
2010-12-19 |
Shao Miller | [bus] Rename device member to Dev |
blob | commitdiff | diff to current |
2010-12-19 |
Shao Miller | [bus] Rename bus__start_thread to WvBusStartThread |
blob | commitdiff | diff to current |
2010-12-19 |
Shao Miller | [bus] Rename bus__process_work_items to WvBusProcessWor... |
blob | commitdiff | diff to current |
2010-12-19 |
Shao Miller | [bus] Rename bus__get to WvBusFromDev |
blob | commitdiff | diff to current |
2010-12-17 |
Shao Miller | [bus] Rename bus__add_child to WvBusAddChild |
blob | commitdiff | diff to current |
2010-12-17 |
Shao Miller | [bus] Rename bus__create to WvBusCreate |
blob | commitdiff | diff to current |
2010-12-17 |
Shao Miller | [bus] Rename bus__init to WvBusInit |
blob | commitdiff | diff to current |
2010-12-17 |
Shao Miller | [bus] Rename bus__get_dev_capabilities to WvBusGetDevCa... |
blob | commitdiff | diff to current |
2010-12-17 |
Shao Miller | [bus] Rename bus__thread_func to WV_F_BUS_THREAD |
blob | commitdiff | diff to current |
2010-12-17 |
Shao Miller | [bus] Rename bus__type to WV_S_BUS_T |
blob | commitdiff | diff to current |
2010-12-17 |
Shao Miller | [device,bus] Fix sizeof use in initialization |
blob | commitdiff | diff to current |
2010-12-17 |
Shao Miller | [bus] Introduce PDO node addition/removal functions |
blob | commitdiff | diff to current |
2010-12-16 |
Shao Miller | [bus] Add bus__init for initializing to defaults |
blob | commitdiff | diff to current |
2010-12-16 |
Shao Miller | [bus,device] Allow for threaded PDO creation on a bus |
blob | commitdiff | diff to current |
2010-12-15 |
Shao Miller | [bus] Let a threaded bus free itself |
blob | commitdiff | diff to current |
2010-12-15 |
Shao Miller | [bus,driver] Introduce bus threading |
blob | commitdiff | diff to current |
2010-12-15 |
Shao Miller | [bus] Introduce work item queue and processing |
blob | commitdiff | diff to current |
2010-12-13 |
Shao Miller | [irp,aoe] Remove mini IRP handling scheme |
blob | commitdiff | diff to current |
2010-12-13 |
Shao Miller | [project] Don't use mini IRP handling for IRP_MJ_PNP |
blob | commitdiff | diff to current |
2010-12-13 |
Shao Miller | [project] Don't use mini IRP handling for IRP_MJ_SCSI |
blob | commitdiff | diff to current |
2010-12-13 |
Shao Miller | [project] Don't use mini IRP handling for IRP_MJ_DEVICE... |
blob | commitdiff | diff to current |
2010-12-13 |
Shao Miller | [project] Don't use mini IRP handling for IRP_MJ_SYSTEM... |
blob | commitdiff | diff to current |
2010-12-13 |
Shao Miller | [project] Don't use mini IRP handling for IRP_MJ_CREATE... |
blob | commitdiff | diff to current |
2010-12-13 |
Shao Miller | [project] Don't use mini IRP handling for IRP_MJ_POWER |
blob | commitdiff | diff to current |
2010-12-13 |
Shao Miller | [bus] Rename power function to bus__power_ |
blob | commitdiff | diff to current |
2010-12-13 |
Shao Miller | [bus] Handle PnP ID queries |
blob | commitdiff | diff to current |
2010-12-12 |
Shao Miller | [disk,device] Move disk__type::DiskNumber to device__ty... |
blob | commitdiff | diff to current |
2010-12-12 |
Shao Miller | [bus] Rename bus__type::first_child_ptr to first_child |
blob | commitdiff | diff to current |
2010-12-11 |
Shao Miller | [device] Don't use winvblock__def_struct for device__type |
blob | commitdiff | diff to current |
2010-12-11 |
Shao Miller | [bus,driver] Move attach_fdo into driver module |
blob | commitdiff | diff to current |
2010-12-11 |
Shao Miller | [bus] Rename sys_ctl to bus__sys_ctl_ |
blob | commitdiff | diff to current |
2010-12-09 |
Shao Miller | [bus] Make callers of bus__add_child responsible... |
blob | commitdiff | diff to current |
2010-12-09 |
Shao Miller | [bus,bus/pnp,disk/pnp] Don't use LowerDeviceObject... |
blob | commitdiff | diff to current |
2010-12-09 |
Shao Miller | [bus] Add do-nothing bus__init_ function |
blob | commitdiff | diff to current |
2010-12-09 |
Shao Miller | [driver,bus] Move the "boot bus" into the driver module |
blob | commitdiff | diff to current |
2010-12-09 |
Shao Miller | [device] Use typedef for device__create_pdo_func |
blob | commitdiff | diff to current |
2010-12-08 |
Shao Miller | [bus] Track boot__module_up_ as TRUE a bit earlier |
blob | commitdiff | diff to current |
2010-12-08 |
Shao Miller | [bus] Require module initialization for bus__create |
blob | commitdiff | diff to current |
2010-12-08 |
Shao Miller | [bus] Track if the bus module has been initialized |
blob | commitdiff | diff to current |
2010-12-08 |
Shao Miller | [bus] Rename bus__finalize to bus__module_shutdown |
blob | commitdiff | diff to current |
2010-12-08 |
Shao Miller | [bus] Rename bus__init to bus__module_init |
blob | commitdiff | diff to current |
2010-12-08 |
Shao Miller | [bus] Rename Bus_GetDeviceCapabilities to bus__get_dev_... |
blob | commitdiff | diff to current |
2010-12-08 |
Shao Miller | [bus] Don't use winvblock__def_struct for bus__type |
blob | commitdiff | diff to current |
2010-12-08 |
Shao Miller | [bus] Rename create_pdo to bus__create_pdo_ |
blob | commitdiff | diff to current |
2010-12-08 |
Shao Miller | [bus] Rename free_bus to bus__free_ |
blob | commitdiff | diff to current |
2010-12-08 |
Shao Miller | [bus] Rename bus_list to bus__list_ |
blob | commitdiff | diff to current |
2010-12-08 |
Shao Miller | [bus] Rename bus_list_lock to bus__list_lock_ |
blob | commitdiff | diff to current |
2010-12-08 |
Shao Miller | [bus] Rename boot_bus_fdo to bus__boot_fdo_ |
blob | commitdiff | diff to current |
2010-12-08 |
Shao Miller | [bus] Minor style/cosmetic changes |
blob | commitdiff | diff to current |
2010-12-08 |
Shao Miller | [device] Introduce device__set function |
blob | commitdiff | diff to current |
2010-12-08 |
Shao Miller | [bus] Rename bus__get_ptr to bus__get |
blob | commitdiff | diff to current |
2010-12-08 |
Shao Miller | [device] Introduce device__get function |
blob | commitdiff | diff to current |
2010-12-07 |
Shao Miller | [device] Remove device__free_decl macro |
blob | commitdiff | diff to current |
2010-12-07 |
Shao Miller | [irp] Remove irp__handler_decl macro |
blob | commitdiff | diff to current |
2010-12-03 |
Shao Miller | [bus] Start moving away from mini IRP handling registration |
blob | commitdiff | diff to current |
2010-11-23 |
Shao Miller | [project] Replace RtlZeroMemory with wv_?allocz where... |
blob | commitdiff | diff to current |
2010-11-21 |
Shao Miller | [project] Replace ExFreePool with wv_free |
blob | commitdiff | diff to current |
2010-11-21 |
Shao Miller | [project] Change ExAllocatePool to wv_?alloc |
blob | commitdiff | diff to current |
2010-05-23 |
Shao Miller | [major] Re-work device structures and creation |
blob | commitdiff | diff to current |
2010-05-21 |
Shao Miller | [bus] Use new bus creation strategy |
blob | commitdiff | diff to current |
2010-05-21 |
Shao Miller | [cosmetics] Fix some typos due to copy and paste |
blob | commitdiff | diff to current |
2010-05-21 |
Shao Miller | [bus] bus__add_child once more takes a bus param |
blob | commitdiff | diff to current |
2010-05-21 |
Shao Miller | [device,bus] Further develop device routines |
blob | commitdiff | diff to current |
2010-05-20 |
Shao Miller | [bus] Create boot bus here, introduce init function |
blob | commitdiff | diff to current |
2010-05-20 |
Shao Miller | [device] Don't use a pointer for device operations |
blob | commitdiff | diff to current |
2010-05-18 |
Shao Miller | [device] Introduce device header and move details there |
blob | commitdiff | diff to current |
2010-05-18 |
Shao Miller | [project] Rename dev_ext variables to dev |
blob | commitdiff | diff to current |
2010-05-18 |
Shao Miller | [winvblock/driver] Rename driver__dev_ext to device__type |
blob | commitdiff | diff to current |
2010-05-18 |
Shao Miller | [winvblock/probe] Move disk probe routine into bus |
blob | commitdiff | diff to current |
2010-05-18 |
Shao Miller | [build] Re-visit build system and directory structure |
blob | commitdiff | diff to current |
|