#7 closed enhancement (fixed)
Add support for /Q and /V
Reported by: | Martin Iturbide | Owned by: | cjm |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | driver | Version: | 1.12 |
Keywords: | Cc: |
Description
Currently /Q and /V does not work.
Both said "Invalid Option" and stops loading the OS2AHCI.
It will be great if you can add functionality for /Q and /V.
Please make the /Q a complete quiet mode without anything showed.
And also fix the driver so, if an invalid argument is sent, it will be ignored instead of stopping loading the driver.
Regards
Attachments (1)
Change History (6)
by , 13 years ago
Attachment: | OS2AHCI - -V.JPG added |
---|
comment:2 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:3 by , 13 years ago
The community version of this driver 0.1.4 solved part of this issue.
http://hobbes.nmsu.edu/h-search.php?key=os2ahci
No arguments, /Q and /V works perfectly and it even use the suggestion for driver verbose.
http://www.edm2.com/index.php/Sugestion_for_OS/2_and_eComstation_Drivers_Arguments
Thanks to Mike for this update, I hope that the fixes he made can be included on this SVN as part of the code for this project.
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
/Q and /V are supported in version 1.19.
As stated above, we decided not to ignore invalid options.
comment:5 by , 13 years ago
About invalid options:
It will be good if the invalid option shows you an error message, but do not lock/hang the eCS booting. Instead showing the error message and having the option to continued the boot with normal parameters.
/q and /v have been implemented. However, ignoring invalid command line options doesn't seem to be the best thing to do because most users will want to know that the corresponding option was wrong and boot-time message vanish all to quickly if the driver doesn't stop loading...