Config.sys Treiber Optionen bzw. Parameter ermitteln, anzeigen lassen

  • Moin,


    ich habe gerade eine Startdiskette zusammengestellt und unter anderem lade ich dort für Adaptec SCSI Kontroller die Treiber.

    Nun ist mir aufgefallen das man oft die Option /D und manchmal /Z sieht. Da habe ich mich gefragt wo für die wohl sind und festgestellt das es gar nicht so einfach ist darauf Antworten zu finden.

    Wenn man eine normale Programm.exe startet, kann man ja einfach /H oder /? angeben und bekommt kurz eine Übersicht.

    Geht so etwas auch bei einem Treiber.sys ?! , zumindest bei dem Adaptec Treiber gab es nur eine Fehlermeldung...

    In meinem konkreten Fall habe ich nichts im Internet gefunden.


    gruß klaus

    • Offizieller Beitrag

    Das geht immer nur bei den Programmen, bei denen so eine Option eingebaut ist.

    Bei .SYS Treibern wird das so gut wie nie der Fall sein.

    Es gibt einige wenige .SYS Treiber, die auch als .EXE gestartet werden können, die Adaptec ASPI Treiber gehören aber meines Wissens nicht dazu.


    Für welchen Treiber brauchst Du denn die Doku?

  • :) , genau von dort ist die README.TXT ... aber viel gibt sie ja nicht her.


    Die c't schrieb am 09.04.1998:


    Einige Treiber, beispielsweise der ASPI8xx.sys für SCSI-Hostadapter mit Symbios-Chip, bieten Optionen wie /? oder /ask. Dann `fragt´ der Treiber zuerst höflich, ob er geladen werden soll.

  • grins, hättste ja vorher sagen können ;)
    Mit "strings" befragt gibt das Binary unter anderem folgendes preis:

    ........

    /pause

    /ccbs

    /novl

    /irq

    /edge

    /norst

    /rst

    ..........

    Invalid entry for '/s' setting

    ..........

    $ Support LUNs 0-7 option set

    $ No Overlay driver option

    $ Edge-triggered interrupt option

  • Und dass noch:

    /MB - This command line switch will force the driver to use the
    PCI BIOS calls (INT 1Ah) to scan for PCI SCSI host adapters.


    /M1 - This command line switch will force the driver to use the "Mechanism 1" method for scanning for PCI SCSI host adapters.


    /M2 - This command line switch will force the driver to use the "Mechanism 2" method for scanning for PCI SCSI host adapters.

    For example, if you want to force the ASPI manager to find your PCI SCSI host adapter using PCI motherboard BIOS calls, your CONFIG.SYS would be:

    DEVICE=C:\SCSI\ASPI8DOS.SYS /D /MB

    NOTE: Most PCI systems do not support all three methods for scanning for PCI cards. It is recommended that you let the ASPI manager determine which method is suitable.

    If you would like ASPI8DOS.SYS NOT to reset the SCSI bus, during driver initialization, you can use the /NORST command line switch. For example:

    DEVICE=C:\SCSI\ASPI8DOS.SYS /D /NORST

    If you would like ASPI8DOS.SYS to always reset the SCSI bus, during driver initialization, you can use the /RESET command line switch. For example:

    If you would like ASPI8DOS.SYS to always reset the SCSI bus, during driver initialization, you can use the /RESET command line switch. For example:

    DEVICE=C:\SCSI\ASPI8DOS.SYS /D /RESET


    von: https://storage.microsemi.com/…_sw/ezscsi_401_readme.htm