Changeset 33540 in vbox for trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxIdeControllerDxe
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxIdeControllerDxe/IdeController.c
r33212 r33540 96 96 model. It's called by StartImage() of DXE Core 97 97 98 Arg ments:99 100 ImageH nadle -- While the driver image loaded be the ImageLoader(),98 Arguments: 99 100 ImageHandle -- While the driver image loaded be the ImageLoader(), 101 101 an image handle is assigned to this driver binary, 102 102 all activities of the driver is tied to this ImageHandle … … 104 104 RT(Runtime Services) 105 105 106 Ret runs:107 108 Always call EfiLibInstallDriverBindingProtocol( ) and ret run the result106 Returns: 107 108 Always call EfiLibInstallDriverBindingProtocol( ) and return the result 109 109 110 110 --*/ … … 467 467 468 468 This function is called by IdeBus driver to disqualify unsupported operation 469 mode on spec fic IDE device469 mode on specific IDE device 470 470 471 471 Arguments:
Note:
See TracChangeset
for help on using the changeset viewer.