#1 closed defect (fixed)
/V option makes driver fail to load
Reported by: | ecsnl | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | driver | Version: | 1.12 |
Keywords: | Cc: |
Description
Normally an OS/2 driver can be loaded with a /V option so it outputs information. We have an option in our preboot menu of eComStation that switches it on. For example the Danis506.add shows disc output (what controllers are found and what discs are found).
If we specify the /V with the driver it mentioned as an illegal switch and the driver does not load.
Maybe its also more convenient that if a switch is illegal the driver still loads. Instead of not loading. Otherwise you need to boot from to alter the config.sys.
Change History (4)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Not really. But the /V option is almost standard on all storage drivers so you can get more information. I will ask if Steve can reply in this ticket.
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in [108]; for now, we do not write info about found adapters if /v is not specified.
So without /v, only the sign on banner is displayed.
We will change this behaviour.
Currently, the driver is not able to issue ATA commands during the init phase - at least, this would be quite cumbersome. Thus, during INIT, the driver has no idea which devices are attached to the adapter(s), so we cannot simply mimic the output of IBM1S506 or
Danis506.
We have three options, I think:
We will think this over. Is it urgent?