|
|
(326 intermediate revisions by 6 users not shown) |
Line 1: |
Line 1: |
| [[The Config.sys Documentation Project|Return to The Config.sys Documentation Project Main Page]]
| | {{CFGProject}} |
|
| |
|
| The Base Device Drivers are needed by OS/2 to install elementary services, like your hard disk, keyboard, etc. The Base Device Drivers are the first entries from the config.sys file that are loaded during the boot. They are not loaded in the same order as they appear in the config.sys file. They are loaded dependant on their file extension. | | The Base Device Drivers are needed by OS/2 to install elementary services, like your hard disk, keyboard, etc. The Base Device Drivers are the first entries from the config.sys file that are loaded during the boot. They are not loaded in the same order as they appear in the config.sys file. They are loaded dependent on their file extension. |
|
| |
|
| Here is the order of loading for the file extensions. | | Here is the order of loading for the file extensions. |
| * *.SYS
| | # *.SYS |
| * *.BID
| | # *.BID |
| * *.VSD
| | # *.VSD |
| * *.TSD
| | # *.TSD |
| * *.ADD
| | # *.ADD - Adapter Device Driver |
| * *.I13
| | # *.I13 |
| * *.FLT
| | # *.FLT - Filter |
| * *.DMD
| | # *.DMD - Device Manager |
| | If the CONFIG.SYS contains several files with the same extension, those files will be loaded in the order they appear in the CONFIG.SYS file. |
|
| |
|
| If the config.sys contains several files with the same extension, those files will be loaded in the order they appear in the config.sys file.
| | The Base Device drivers must be located in the root directory in the \OS2 directory or in the \OS2\BOOT directory. If you set up a Base Device driver in your CONFIG.SYS please use only the name of the driver without the path. The following pages describe these entries: |
|
| |
|
| The Base Device drivers must be located in the root directory in the \OS2 directory or in the \OS2\Boot directory. If you set up a Base Device driver in your config.sys please use only the name of the driver without the path. The following pages describe these entries : :p.
| | ==Device Driver== |
| | ===Resource Management=== |
| | *[[ACPICA.ADD]] - ACPI. |
| | *[[AODBSMD.SYS]] - ThinkPad Resource Management Driver. |
| | *[[APM.SYS]] - Advanced Power Management. |
| | *[[AST2RMU1.SYS]] - AST Bravo/AST PowerExec RMU. |
| | *[[BATT.SYS]] - Toshiba T1900 Series APM features. |
| | *[[CDISK.ADD]] - Commuter Hard Disk Driver. |
| | *[[CMPXCHG8.SYS]] |
| | *[[HD4DISK.ADD]] |
| | *[[K6.SYS]] - Write combining. |
| | *[[PNPBIODD.SYS]] |
| | *[[PMVDMCC.SYS]] - Memory mapping for DOS VDMs. |
| | * [[586NPX.SYS]] - For Pentium processor with a bad math co-processor. |
|
| |
|
| =BASEDEV=Aha152x.add= | | ===Debugging=== |
| | *[[BOOTDLY.SYS]] - Boot delay |
| | *[[KTRACE.SYS]] - Goldencode Kernel Trace |
|
| |
|
| Driver for Adaptec Aha1522/1510 SCSI host adapters and the AIC-6350/6360 controller.
| | ===Floppy=== |
| | *[[IBM1FLPY.ADD]] - non-ABIOS floppy |
| | *[[IBM2FLPY.ADD]] - ABIOS floppy |
| | *[[MEMDISK.ADD]] |
|
| |
|
| BASEDEV=Aha152x.add parameter
| | ===Keyboard=== |
| | *[[IBMKBD.SYS]] - IBM keyboard |
|
| |
|
| Parameters:
| | ===Mouse=== |
| * /V | | * [[GLIFFIC.SYS]] - Gliffic Plus Mouse/Pen Set Driver. |
| * /F:x | | * [[PCLOGIC.SYS]] - Logitech mouse |
| | * [[TRACKOS2.SYS]] - NP6500 Notebook Trackball |
|
| |
|
| <b>TIP:</b> If you are using an Adaptec SCSI Card you can also use BASEDEV=AHA152X.ADD /V /F:x to force the target SCSI ID x. The host adapter will assume that the target ID x is connected to SCSI Bus.
| | ===Multimedia=== |
| | *[[CWCMMPM.SYS]] - Crystal PCI OS/2 interface |
| | *[[CWCONFIG.SYS]] |
| | *[[CWCSPUD.SYS]] - Crystal DSP manager |
| | *[[CWGMSG.SYS]] - Crystal PCI message |
| | *[[STARTUP.SYS]] - VIA 8233 |
|
| |
|
| <b>Platform Support:</b>
| | ===PC Card=== |
| {| class="wikitable" style="text-align:center" border="1"
| | *[[ARCDRIVE.ADD]] - Arcdrive PCMCIA HD |
| |-
| | *[[AUTODRV2.SYS]] - Auto-Configurator |
| !OS/2 2.x
| | *[[CBENABLE.SYS]] - CardBus enabler |
| !OS/2 3.0
| | *[[CSSCSI.SYS]] - IBM PCMCIA SCSI card support |
| !OS/2 4.0
| | *[[OEMHLP2.SYS]] - PCI search |
| !OS/2 4.5x
| | *[[PCCOFF.SYS]] - PC Card/CardBus Power |
| !eCS 1.x
| | *[[PCM2ATA.ADD]] - PC Card ATA |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
|
| |
|
| =BASEDEV=Aha154x.add=
| | ;PCMCIA Resource Management (OS/2 2.1) |
| | *[[AMB2RMU1.SYS]] - AMBRA RMU PCMCIA driver |
| | *[[CAD2RMU1.SYS]] |
| | *[[CMQ2RMU1.SYS]] |
| | *[[ICRMU01.SYS]] - PCMCIA resource management |
| | *[[ICRMU02.SYS]] - PCMCIA resource management for MicroChannel |
| | *[[MAT2RMU1.SYS]] - Matsushita |
| | *[[NCR2RMU1.SYS]] - NCR Safari |
| | *[[NEC2RMU1.SYS]] - NEC Versa |
| | *[[RMUOS2AT.SYS]] - AST Bravo/AST PowerExec |
| | *[[TOS2RMU1.SYS]] - Toshiba |
| | *[[ZEN2RMU1.SYS]] - Intel 82365SL for the Zenith Z-lite 425L |
| | *[[ZOS2RMU1.SYS]] - Intel 82365SL for Zeos Color Notebook |
|
| |
|
| Driver for the Adaptec Aha1540/1542 SCSI host adapters.
| | ====Socket Services==== |
| | *[[CL6832SS.SYS]] - Toshiba Tecra 510CDT |
| | *[[IBM2AMB1.SYS]] - Ambra |
| | *[[IBM2AST1.SYS]] - AST |
| | *[[IBM2CAD1.SYS]] - CompuAdd |
| | *[[IBM2CMQ1.SYS]] - Compaq |
| | *[[IBM2NEC1.SYS]] - NEC |
| | *[[IBM2NCR.SYS]] - NCR |
| | *[[IBM2NCR1.SYS]] - NCR |
| | *[[IBM2NEC.SYS]] - NEC |
| | *[[IBM2SS01.SYS]] - IBM ThinkPad 750 (ISA bus) |
| | *[[IBM2SS02.SYS]] - IBM ThinkPad 720 (Micro Channel bus) |
| | *[[IBM2SS04.SYS]] - IBM ThinkPad 560 |
| | *[[IBM2SS14.SYS]] - IBM ThinkPad |
| | *[[IBM2TOS.SYS]] - Toshiba |
| | *[[IBM2TOS1.SYS]] - Toshiba |
| | *[[IBM2ZEN.SYS]] - Zenith |
| | *[[IBM2ZOS.SYS]] - ZEOS |
| | *[[IBM2ZOS1.SYS]] - ZEOS |
| | *[[IBMDSS01.SYS]] - IBM ThinkPad |
| | *[[IBMDSS02.SYS]] - IBM ThinkPad 720 |
| | *[[SS2INTEL.SYS]] - Intel i82365 |
| | *[[SS2PCIC.SYS]] - TI 1130A CardBus Controller |
| | *[[SS2PCIC2.SYS]] - Texas Instruments Cardbus |
| | *[[SS2TICB.SYS]] - TI CardBus |
| | *[[SSDPCIC1.SYS]] - Intel PCIC |
| | *[[SSDTCIC1.SYS]] - DataBook TCIC |
| | *[[SSPCIC.SYS]] - APSoft Socket Services |
| | *[[SSVLSI.SYS]] - VLSI (AST Bravo, PowerExec, Ascentia 900, Ascentia 900N) |
| | *[[TI11225CB.SYS]] - Dell Latitude CpiA |
| | *[[TI1130CB.SYS]] - Dell Latitude Cpi |
| | *[[TPIC95SS.SYS]] - Chembook 2600 |
|
| |
|
| BASEDEV=Aha154x.add parameter
| | ====Memory Card==== |
| | *[[ICMEMCDD.SYS]] |
| | *[[ICMEMMTD.SYS]] |
|
| |
|
| Parameters
| | ==Host Bus Adapters== |
| */V | | *[[LOOP.ADD]] - Loopback |
| | *[[NVME.ADD]] |
| | *[[PHDX.ADD]] |
|
| |
|
| */DBUFF | | ===AHCI=== |
| Loose access to RAM above 16M.
| | *[[OS2AHCI.ADD]] |
|
| |
|
| */A:0 | | ===ATA, IDE=== |
| */BON | | *[[ADIO210.ADD]] - ADI |
| */BOFF:8 | | *[[ALI.ADD]] - ALi Aladin |
| | *[[ATP8400A.ADD]] |
| | *[[CMD640X.ADD]] |
| | *[[EIDE2300.ADD]] |
| | *[[IBM1S506.ADD (CONFIG.SYS)|IBM1S506.ADD]] |
| | *[[OS2_32.ADD]] - Buslogic IDE Caching |
| | *[[PTI1S506.ADD]] - Promise |
| | *[[QDI1S506.ADD]] - QD6580 VL BUS IDE |
| | *[[TRIOS2.ADD]] - Triones Bus Master EIDE/ATAPI |
| | *[[TRMDC620.ADD]] - Tekram DC-620 |
| | *[[UMC1S506.ADD]] - UMC UM8886BF PCI |
| | *[[VIAIDE.ADD]] - VIA Bus master |
|
| |
|
| | ===I2O=== |
| | *[[I2OSOSM.ADD]] - I2O Storage OSM filter |
| | *[[I2OXPORT.SYS]] - I2O Transport Device Driver |
|
| |
|
| <b>TIP:</b> By [[Prof. C.W. Fischer]] Physics Department Director CPES Micro-Computer Lab. Users may be interested in a undocumented parameter on the Adaptec AHA154x.add file i.e /DBUFF. Anyone using this SCSI adapter without /DBUFF will loose access to RAM above 16M. It's a Bus mastering problem on ISA (thanks to Steven Levine).
| | ===SCSI=== |
| | *ACARD |
| | **[[ATP6820.ADD]] - AEC-6820 SCSI RAID |
| | **[[OS2671X.ADD]] - AEC-671X Ultra SCSI |
| | *Adaptec |
| | **[[AHA152X.ADD]] - AIC-63x0 |
| | **[[AHA154X.ADD]] - AHA-1540/1542 |
| | **[[AHA164X.ADD]] - AHA-164x MC |
| | **[[AHA174X.ADD]] - AHA-1740/1744 EISA |
| | **[[AHA2920.ADD]] - AHA-2920 PCI |
| | **[[AIC7770.ADD]] - AIC-7770 VLB & EISA |
| | **[[AIC7870.ADD]] - AIC-7870 |
| | **[[AIC78U2.ADD]] - |
| | **[[AICU160.ADD]] - AIC-7899 U160 |
| | **[[AICU320.ADD]] - AIC-790x U320 |
| | *AdvanSys |
| | **[[ASC.ADD]] |
| | *Always Technology |
| | **[[AL1IN2.ADD]], [[IN2000.ADD]] - IN-2000 |
| | **[[AL7000.ADD]] - AL-7000 |
| | *American Megatrends, Inc. (AMI) |
| | **AMI0OS2.ADD - AMI Series 15/44/441/48/70 |
| | *AMD |
| | **[[AMSIO2.ADD]] - AMD SCSI Driver for Tecra 700CT |
| | **[[AMSIO2T.ADD]] - AMD SCSI Driver for Tecra 700CT |
| | *BusLogic |
| | **[[BTSCSI.ADD]] |
| | *Dawicontrol |
| | **[[DC93M1.ADD]] - DC-93 MACH1 |
| | **[[DC93M2.ADD]] - DC-93 MACH2 |
| | **[[DC2964.ADD]] - DC-2964F |
| | **[[DC2974.ADD]] - DC-2974 PCI |
| | **[[DC2975.ADD]] - DC-2975U |
| | **[[DC2976.ADD]] - DC-2976UW |
| | **[[DC2980.ADD]] - DC-2980 U2W |
| | **[[DC29160.ADD]] - DC-29160 U3W |
| | *DPT |
| | **[[DPT20XX.ADD]] |
| | *DTC |
| | **DTC3270.ADD - DTC-3270 |
| | **[[DTC3280.ADD]] - DTC-3280/3250 |
| | *IBM |
| | **[[AWS34XX.SYS]] - P/390 SCSI Tape Device Driver |
| | **[[IBMPSCSI.ADD]] - SCSI-2 Fast PCI Adapter |
| | *LSI Logic |
| | **[[SYM416.ADD]] - Symbios Logic 53C416 ISA |
| | **[[SYM8XX.ADD]] |
| | **[[SYM_HI.ADD]] - Symbios Logic U2W SCSI |
| | **[[LSIMPT.ADD]] - Fusion-MPT |
| | *NCR |
| | **[[OS2CAM.ADD]] - |
| | *NewMedia |
| | **[[BSCOS2.ADD]] - Basics SCSI II PCMCIA |
| | **[[BTOS2.ADD]] - Bus Toaster |
| | *Panasonic |
| | **[[SCSI37.ADD]] |
| | *QLogic |
| | **[[Ql10OS2.ADD]] - ISP1020 |
| | **[[QL40OS2.ADD]] |
| | **[[QL510.ADD]] |
| | *Seagate |
| | **[[ST01.ADD]] |
| | *SyQuest |
| | **[[SYQLOCK.FLT]] - SyQuest SCSI drive. |
| | *Tekram |
| | **[[TMCSIM.ADD]] - Fast SCSI |
| | **[[TMSCSIW.ADD]] - Wide SCSI |
| | **[[TRM3X5.ADD]] - PCI SCSI |
| | *Trantor |
| | **[[T128SCSI.ADD]] - Trantor Systems T128 |
| | **[[TMV1SCSI.ADD]] - MediaVision PAS16 integrated SCSI |
| | *UltraStor |
| | **[[ULTRA14.ADD]] |
| | **[[ULTRA24.ADD]] |
|
| |
|
| <b>NOTE:</b> When you use Seagate Backup Exec for OS/2 Warp, Version 3.0 with both a hard drive and a SCSI or QIC backup device connected you have to add - to avoid DMA errors - the following to your driver line to prevent BUS errors: /V /A:0 /BON /A:0 /BOFF:8
| | ===RAID=== |
| | *[[DAC960.ADD]] - Mylex |
| | *[[IBMRAID.ADD]] |
| | *[[ISSADSK.ADD]] - IBM SSA |
| | *[[ISSAPCI.ADD]] |
| | *[[PCI2220I.ADD]] - Perceptive Solutions PCI-2220i |
|
| |
|
| <b>Platform Support:</b>
| | ===CD-ROM Interfaces=== |
| {| class="wikitable" style="text-align:center" border="1"
| | *[[AZTCD268.ADD]] - Aztech CD-ROM. |
| |-
| | *[[BPCDOS2.ADD]] - Backpack CD-ROM. |
| !OS/2 2.x
| | *[[CDBLAZER.ADD]] |
| !OS/2 3.0
| | *[[CDD110.ADD]] |
| !OS/2 4.0
| | *[[CDSETUP.ADD]] |
| !OS/2 4.5x
| | *[[CDU535.ADD]] |
| !eCS 1.x
| | *[[CRCCD2.ADD]] - Creative/Panasonic. |
| !eCs 2.x
| | *[[DOLAT001.ADD]] - Dolphin 8000AT. |
| |-
| | *[[EPATCD.ADD]] |
| |Yes
| | *[[GSCDROM.ADD]] - GoldStar GCD-R420. |
| |Yes
| | *[[IDECD.ADD]] |
| |Yes
| | *[[IDEDRVR1.ADD]] |
| |Yes
| | *[[ISACDOS2.ADD]] - IBM CD-ROM ISA. |
| |Yes
| | *[[KME4OS2.SYS]] - Panasonic KXL-D740. |
| |Yes
| | *[[LMS205.ADD]] - Philips. |
| |}
| | *[[LMS206.ADD]] - Philips LMS205MS, LMS225MS, LMS206, LMS226. |
| | *[[MITFX001.ADD]] - Mitsumi LU0002, LU00005, FX001. |
| | *[[MKECR56X.ADD]] - Panasonic 2x. |
| | *[[ONSCSI10.ADD]] - SimpleSCSI CD-ROM Parallel Port. |
| | *[[POWER-CD.ADD]] - Freecom Parallel. |
| | *[[SONYB31A.ADD]] - Sony CDU-31A Adapter Device Driver. |
| | *[[TEACCD1.ADD]] - TEAC. |
|
| |
|
| =BASEDEV=Aha164x.add= | | ==Applications== |
| Driver for the Adaptec Aha164x SCSI host adapter.
| | ===CAD Manager=== |
| BASEDEV=Aha164x.add parameter
| | *[[CADH.SYS]] - Ctrl+Alt+Del manager |
|
| |
|
| <b>Platform Support:</b>
| | ===CDS BackAgain=== |
| {| class="wikitable" style="text-align:center" border="1"
| | ;Back Again 2000 |
| |-
| | *[[CDSEIDE.FLT]] - ATAPI/IDE Tape Filter Driver |
| !OS/2 2.x
| | *[[CDSTAP2.DMD]] - Tape Device Manager |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
|
| |
|
| | ;Back Again/2 |
| | *[[CDSTAPE.DMD]] - Tape Device Manager |
|
| |
|
| =BASEDEV=Aha174x.add= | | ===Desktop Observatory=== |
| | *[[DSKSES.SYS]] |
| | *[[DSKSHLP.SYS]] |
|
| |
|
| Driver for the Adaptec Aha1740/1744 SCSI host adapters.
| | ===DBGHLP=== |
| | * [[DBGHLP.SYS]] |
|
| |
|
| BASEDEV=Aha174x.add parameter
| | ===Kaspersky Antivirus=== |
| | *[[SEC32.SYS]] |
|
| |
|
| <b>Platform Support:</b>
| | ===Norman=== |
| {| class="wikitable" style="text-align:center" border="1"
| | *[[NVCHOOK.SYS]] - Norman Virus Control |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
|
| |
|
| =BASEDEV=AHA2920.ADD= | | ===Security/2=== |
| Adaptec AHA-2920 SCSI Host Bus Adapter Driver. Also supports the Future Domain TMC-3260/16xx and MCS-600/700 adapters.
| | *[[SSES.SYS]] |
|
| |
|
| BASEDEV=AHA2920.ADD
| | ==Parallel Port Devices== |
| | *[[PRINT01.SYS]] - Parallel printer port |
| | *[[PRINT02.SYS]] - Parallel printer port for ABIOS |
|
| |
|
| Parameter:
| | ===ISDNPM=== |
| | *[[SHOWIDT.SYS]] - Interrupt Monitor |
| | *[[SHOWIRQ.SYS]] - Interrupt Monitor |
|
| |
|
| * /A: - No description | | ===SCSI=== |
| * /!DM: | | *[[DC1368.ADD]] - Dawicontrol DC-1368 |
| * /!SM: | | *[[EPSA2.ADD]] - Shuttle EPSA-2 |
| * /ET: | | *[[EPST.ADD]] - Shuttle EPST |
| * /ET
| | *[[PPAOS2.ADD]] - Iomega Zip |
| * /FS
| |
| * /!FS
| |
| * /!SN
| |
| * /RD:
| |
| * /16BIT
| |
|
| |
|
| <b>Platform Support:</b>
| | ===IDE=== |
| {| class="wikitable" style="text-align:center" border="1"
| | *[[EPIACD.ADD]] - Shuttle-EPIA parallel port to IDE adapter |
| |-
| | *[[ONHDFLPY.ADD]] - LS120 Parallel Port |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
|
| |
|
| =BASEDEV=Aic7770.add= | | ===PCMCIA=== |
| | *[[SPP100.SYS]] - Quatech SPP-100 PCMCIA parallel port driver PCMCIA |
|
| |
|
| Driver for the Adaptec AHA-2840QVL/2842VL/2740/2742 SCSI host adapters and for the AIC-7770 controller.
| | ==USB== |
| | *[[USBCDROM.ADD]] |
| | *[[USBEHCD.SYS]] - EHCI compatible USB 2.0 controller |
| | *[[USBOHCD.SYS]] - OHCI compatible USB controller |
| | *[[USBUHCD.SYS]] - UHCI compatible USB controller |
|
| |
|
| BASEDEV=Aic7770.add parameter
| | ===CWUSB=== |
| | *[[CWUSBD.SYS]] |
| | *[[CWUSBMSD.ADD]] |
| | *[[CWUSBOHC.SYS]] |
| | *[[CWUSBUHC.SYS]] |
|
| |
|
| Universal Parameters:
| | ==DSP== |
| | *[[VHDO0437.SYS]] - DSP Driver for MWave |
|
| |
|
| * /ET | | ==Filters== |
| Allow embedded targets. This parameter indicates that the ADD should assume that all targets have more than one logical unit (LUN) defined.
| | *[[ARCIDECD.FLT]] - Arcdrive PCMCIA |
| * /!ET | | *[[ATAPIMO.FLT]] |
| Do not allow embedded targets (DEFAULT). This parameter indicates that the ADD should assume that all targets have only one logical unit (LUN) defined.
| | *[[BTSEIDE.FLT]] - Back Again/2 IDE |
| * /V | | *[[CD_BOOT.FLT]] - CD boot filter |
| Load driver verbosely. This parameter will display the driver name as well as the version number and Adaptec copyright if the driver loads successfully. Information on all targets found in the system will also be displayed.
| | *[[CDBOOT.FLT]] |
| * /PCIHW | | *[[CHINCDS1.FLT]] - Chinon SCSI CD-ROM |
| Enables driver to access PCI configuration hardware registers. This switch is implemented because in some PCI systems, accessing PCI configuration space through PCI BIOS function calls causes problems. This switch is enabled by default. New with Version 3.02
| | *[[CMDATAPI.FLT]] |
| * /!PCIHW | | *[[CTCDRFLT.FLT]] - Cirrus Unite CD Maker |
| Disables the PCIHW switch. This parameter will cause the driver to access the PCI configuration space through PCI BIOS function calls. New with version 3.02
| | *[[DANIADSK.FLT]] - IDE Filter |
| | *[[DANIATAPI.FLT]] - IDE Filter |
| | *[[DSKSLEEP.FLT]] - SCSI disk sleep |
| | *[[EXT2FLT.FLT]] - ext2 partition |
| | *[[FAUXDASD.FLT]] - DASD |
| | *[[FAUXREM.FLT]] - removables |
| | *[[HFS.FLT]] - Mac HFS media |
| | *[[IBMRSCSI.FLT]] - Removable SCSI |
| | *[[IOMGDRV.FLT]] |
| | *[[LOCKCDR.FLT]] |
| | *[[LS120DRV.FLT]] - LS120 |
| | *[[NFDASD.FLT]] - Netfinity DASD |
| | *[[PIIXIDE.FLT]] - Intel IDE Filter |
| | *[[RSJIDECD.FLT]] - RSJ CD Writer IDE Filter |
| | *[[SCSIOPT.FLT]] - Modifies performance related settings of SCSI devices |
| | *[[SYQUEST.FLT]] - Syquest removable media disk drives |
| | *[[UP2TB.FLT]] |
| | *[[VIACD.FLT]] - VIA IDE CD |
| | *[[VRAID.FLT]] - Software RAID Filter |
| | *[[XDFLOPPY.FLT]] - eXtended disk format |
|
| |
|
| <b>General Unit Parameters:</b>
| | ==Device Manager== |
| | *[[AMD_K86.DMD]] - AMD K6-II |
| | *[[CDSTAPE.DMD]] - Back Again/2 tape |
| | *[[CDSTAP2.DMD]] - Back Again 2000 Tape |
| | *[[DANIDASD.DMD]] |
| | *[[MODISK.DMD]] - Fujitsu MO |
| | *[[OS2ASPI.DMD]] - ASPI device manager |
| | *[[OS2DASD.DMD]] |
| | *[[OS2LVM.DMD]] |
| | *[[OS2PCARD.DMD]] |
| | *[[OS2SCSI.DMD]] |
| | *[[SCSITAPE.DMD]] |
|
| |
|
| * /I
| | ==MISC== |
| Ignore the specified adapter. This allows another driver to share the adapters that the ADD would normally use.
| | *[[ATOMBIOS.SYS]] - ATOM BIOS widescreen video modes support. |
| * /DM | | *[[INTLBIOS.SYS]] - Widescreen modes for Intel GMA video adapters |
| Enable DASD manager support (DEFAULT). This parameter allows OS2DASD.DMD to control the specified target(s) if they are identified as DASD (hard disk) devices.
| | *[[CPQFCAL.ADD]] - Compaq StorageWorks Fibre Channel Host Bus Adapter. |
| * /!DM
| |
| Disable DASD manager support. This parameter prevents OS2DASD.DMD from controlling the specified target(s).
| |
| * /SM
| |
| Enable SCSI manager support (DEFAULT). This parameter allows OS2SCSI.DMD to control the specified target(s) if they are identified as NON-DASD SCSI devices. All SCSI hard drives will be controlled by OS2DASD.DMD.
| |
| * /!SM
| |
| Disable SCSI manager support. This parameter prevents OS2SCSI.DMD from controlling the specified target(s).
| |
| * /TAG:n ... n=1-16. | |
| Specifies the maximum number of tagged commands for all target devices on the host adapter (1-16). A value of 1 disables tagged queuing. The maximum number allowed is 16. (The default is 8.)
| |
| * /UR | |
| Enables reporting of under runs (DEFAULT).
| |
| * /!UR
| |
| Disables reporting of under runs.
| |
|
| |
|
| <b>TIP:</b> If Warp doesn't recognise the AIC7870 Driver add the parameter /A:n n=Number of Controller and /TAG:n n=number of PCI-Slot to AIC7870.ADD. It seems that the version 2.2 of the Adaptec 2940 driver does not work correctly with RSJ, but version 2.11 works fine.
| | [[Category:The Config.sys Documentation Project]] |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Aic7870.add=
| |
| | |
| Driver for the Adaptec AHA-2940 SCSI host adapter and the AIC-7870 controller.
| |
| | |
| BASEDEV=Aic7870.add parameters
| |
| | |
| <b>Universal Parameters:</b>
| |
| * /ET
| |
| Allow embedded targets. This parameter indicates that the ADD should assume that all targets have more than one logical unit (LUN) defined.
| |
| * /!ET
| |
| Do not allow embedded targets (DEFAULT). This parameter indicates that the ADD should assume that all targets have only one logical unit (LUN) defined.
| |
| * /V
| |
| Load driver verbosely. This parameter will display the driver name as well as the version number and Adaptec copyright if the driver loads successfully. Information on all targets found in the system will also be displayed.
| |
| * /PCIHW
| |
| Enables driver to access PCI configuration hardware registers. This switch is implemented because in some PCI systems, accessing PCI configuration space through PCI BIOS function calls causes problems. This switch is enabled by default. New with Version 3.02
| |
| * /!PCIHW
| |
| Disables the PCIHW switch. This parameter will cause the driver to access the PCI configuration space through PCI BIOS function calls. New with version 3.02
| |
| | |
| <b>General Unit Parameters:</b>
| |
| * /I
| |
| Ignore the specified adapter. This allows another driver to share the adapters that the ADD would normally use.
| |
| * /DM
| |
| Enable DASD manager support (DEFAULT). This parameter allows OS2DASD.DMD to control the specified target(s) if they are identified as DASD (hard disk) devices.
| |
| * /!DM
| |
| Disable DASD manager support. This parameter prevents OS2DASD.DMD from controlling the specified target(s).
| |
| * /SM
| |
| Enable SCSI manager support (DEFAULT). This parameter allows OS2SCSI.DMD to control the specified target(s) if they are identified as NON-DASD SCSI devices. All SCSI hard drives will be controlled by OS2DASD.DMD.
| |
| * /!SM
| |
| Disable SCSI manager support. This parameter prevents OS2SCSI.DMD from controlling the specified target(s).
| |
| * /TAG:n -- n=1-16.
| |
| Specifies the maximum number of tagged commands for all target devices on the host adapter (1-16). A value of 1 disables tagged queuing. The maximum number allowed is 16. (The default is 8.)
| |
| * /UR
| |
| Enables reporting of under runs (DEFAULT).
| |
| * /!UR
| |
| Disables reporting of under runs.
| |
| | |
| <b>TIP</b> If Warp doesn't recognise the AIC7870 Driver add the parameter /A:n n=Number of Controller and /TAG:n n=number of PCI-Slot to AIC7870.ADD. It seems that the version 2.2 of the Adaptec 2940 driver does not work correctly with RSJ, but version 2.11 works fine.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Aic78u2.add=
| |
| Adatec U2W SCSI Host adapter driver.
| |
| BASEDEV=Aic78u2.add Parameters
| |
| | |
| For Parameters see AIC7870.ADD
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=AICU160.ADD=
| |
| Decive Driver for Adaptec AIC-7892 Single Channel PCI-to-Ultra160 SCSI ASIC, AIC-7899 Dual Channel PCI-to-Ultra160 SCSI ASIC, AHA-3960D/39160 Dual Channel 64-bit PCI-to-Ultra160 SCSI Host Adapter, 29160 Single Channel 64-bit PCI-to-Ultra160 SCSI Host Adapter, 29160N Single Channel 32-bit PCI-to-Ultra160 SCSI Host Adapter (OEM), 29160LP Single Channel 64-bit Low Profile PCI-to-Ultra160 SCSI Host Adapter
| |
| | |
| BASEDEV=AICU160.ADD
| |
| | |
| <b>Parameter:</b>
| |
| *<b>[Universal Parameter]</b> - An option that applies to all adapters controlled by the driver.
| |
| *<b>[Adapter ID]</b> - /A:n, where n is the number (zero relative) of the adapter installed in the system. The adapter ID is determined when the driver is loaded based on the order that adapters are found in the system. (Refer to the Configuration Examples in the "General Unit Parameters" section below for information on how to use this option.)
| |
| *<b>[Unit Parameter]</b> - Modifies the behavior of the selected host adapter.
| |
| *<b>[SCSI Target ID]</b> - The targets to which the Unit Parameter will be applied. This parameter may be a single ID (d) or list of IDs (d,d,d).
| |
| | |
| <b>Universal Parameters:</b>
| |
| * /ET
| |
| Allow embedded targets. This parameter indicates that the ADD should assume that all targets have more than one logical unit (LUN) defined.
| |
| * /!ET
| |
| Do not allow embedded targets (DEFAULT). This parameter indicates that the ADD should assume that all targets have only one logical unit (LUN) defined.
| |
| * /V
| |
| Load driver verbosely. This parameter will display the driver name as well as the version number and Adaptec copyright if the driver loads successfully. Information on all targets found in the system will also be displayed.
| |
| | |
| <b>Unit Parameters:</b>
| |
| <b>General:</b>
| |
| * /I
| |
| Ignore the specified adapter. This allows another driver to share the adapters that the ADD would normally use.
| |
| * /DM
| |
| Enable DASD manager support (DEFAULT). This parameter allows OS2DASD.DMD to control the specified target(s) if they are identified as DASD (hard disk) devices.
| |
| * /!DM
| |
| Disable DASD manager support. This parameter prevents OS2DASD.DMD from controlling the specified target(s).
| |
| * /SM
| |
| Enable SCSI manager support (DEFAULT). This parameter allows OS2SCSI.DMD to control the specified target(s) if they are identified as NON-DASD SCSI devices. All SCSI hard drives will be controlled by OS2DASD.DMD.
| |
| * /!SM
| |
| Disable SCSI manager support. This parameter prevents OS2SCSI.DMD from controlling the specified target(s).
| |
| * /TAG
| |
| Specifies the maximum number of tagged commands for all target devices on the host adapter (1-16). A value of 1 disables tagged queuing. The maximum number allowed is 16. (The default is 8.)
| |
| * /UR
| |
| Enables reporting of under runs (DEFAULT).
| |
| * /!UR
| |
| Disables reporting of under runs.
| |
| | |
| <b>NOTE=</b>
| |
| Intel Errata #8511 lists known data integrity issues with the processor cache on the Saturn-1 chipset (82424TX). For this reason, Adaptec recommends that processor cache be disabled via the CMOS setup to avoid data corruption. For more information, see Intel Errata #8511. You may get this from Intel's FaxBack system at or .
| |
| | |
| There are installation problems when installing on the maximum hard disk drive partition size supported by OS/2 v3.0. On OS/2 v3.0 it is a known problem. Refer to IBM for further info. IBM's APARs PJ15988 and PJ 6151 deal with this issue.
| |
| | |
| There are known installation problems installing OS/2 Warp v4.0 on a Micron (LSI chipset) 64 bit PCI system.
| |
| | |
| There are known installation problems installing OS/2 Warp with 8MB of RAM unless all the third-party basedev statements are removed from config.sys.
| |
| | |
| There are known installation problems installing OS/2 using two SCSI host adapters on a "Marl" motherboard. Whenever you have a LVD HDD on one Ultra160 host adapter and a HDD, CD-ROM, and removable Syjet on another UltraSCSI host adapter, Syjet conflicts with the CD-ROM and the system is unable to access the CD-ROM.
| |
| | |
| This version of the Ultra160 Family Manager Set driver supports the AIC-7892/99 Family of Host Adapters. Adapter numbers are first assigned to boards with their BIOS enabled. The numbers are assigned from lowest BIOS address to highest address. Any remaining boards are assigned numbers by scanning slots. Each slot is a combination of a bus number and a device number pair starting from lowest to highest numbers, and the adapters are assigned a number in the order they are found.
| |
| | |
| Example:
| |
| Bus 0, device 0 assigned as adapter 0; Bus 1, device 1 assigned as adapter 1, etc.
| |
| | |
| There are no switches for controlling OS2ASPI.DMD directly. IBM did not define them in their specification and Adaptec cannot be sure that other host adapters will have the same switches. OS2SCSI.DMD will only allocate devices when a device driver requests it, but this will prevent OS2ASPI from accessing it. There is nothing in the ASPI specification regarding device allocation so OS2ASPI must rely on other managers to fairly share targets. This should only be a problem if you have two drivers that use different managers and you want them both to access the same target at the same time.
| |
| | |
| Do NOT disable DASD manager access to target 0 if you are booting from your SCSI host adapter. This will prevent the system from booting!
| |
| | |
| Fault Tolerance is supported in the driver. However, ABORT and SCSI BUS RESET will only work for targets that are properly behaved.
| |
| | |
| IBM does not support installing the operating system onto magneto optical devices. Additionally, OPTICAL.SYS (OS/2 3.0) or OPTICAL.DMD (OS/2 4.0) allows magneto optical devices to be supported as though they were large floppy devices.
| |
| | |
| LOCKDRV.FLT allows removable media such as MO's to be supported as though they were fixed hard drives. It is not possible to install OS/2 3.0 on drives with capacity greater than 8 GB, nor in a partition greater than 4 GB.
| |
| | |
| OS/2 will allocate the SCSI devices as the order in CONFIG.SYS if two drivers (such as the AIC7870.ADD and AICU160.ADD) are loaded. OS/2 will assign drive letters for SCSI devices first then IDE devices.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=ALI.ADD=
| |
| Aladin Busmaster driver, better use DANIS506.ADD
| |
| | |
| BASEDEV=ALI.ADD
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=AMD_K86.DMD=
| |
| Enables write combining on AMD K6-II Stepping 8 or greater
| |
| | |
| BASEDEV=AMD_K86.DMD
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=AODBSMD.SYS=
| |
| Thinkpad Resource Management Driver
| |
| | |
| BASEDEV=AODBSMD.SYS
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| =BASEDEV=ARCDRIVE.ADD=
| |
| Arcdrive PCMCIA HD Driver
| |
| | |
| BASEDEV=ARCDRIVE.ADD
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| =BASEDEV=ARCIDECD.FLT=
| |
| Arcdrive PCMCIA CD Driver
| |
| | |
| BASEDEV=ARCIDECD.FLT
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| =BASEDEV=ASC.ADD=
| |
| Driver for AdvanSys SCSI-Controller
| |
| | |
| BASEDEV=ASC.ADD
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| =BASEDEV=ATAPIMO.FLT=
| |
| MO device filter from Fujitsu
| |
| | |
| BASEDEV=ATAPIMO.FLT
| |
| | |
| <b>NOTE</b> This driver is fully substituted by the DANIATPI.FLT
| |
| | |
| <b>Parameters</b>
| |
| | |
| * /Rn or /R:n
| |
| (Number of reserved drives) 'n' is a number between 1 and 10. Default is 1. A series of logical drive names can be reserved for each MO drive for future partitioning. If the number of valid partitions exceeds the number specified /R option, and if /S option is not specified, up to 16 partitions are allowed.
| |
| * /S
| |
| (Reserved drive priority) No more logical drives than the number of /R option is assigned. When the number of reserved drives specified with the /R option is fewer than the number of valid partitions on a disk, the number of reserved drives takes priority. For example, if there are four valid partitions on the disk and the number of reserved drives is specified at 3, a logical drive name cannot be assigned to the fourth partition, and hence it cannot be accessed.
| |
| * /I {h:} m {[n]} {+-{h:} m {[n]}}+-...
| |
| (Specify the drive ID) This parameter specifies the target MO drive by the host adapter number and SCSI-ID number. If this option is not used, all accessible MO drives are used by default. h is the host adapter number (between 0 and 9). The default is 0. m is the SCSI-ID number (0 to 7). n is the number of reserved drives. When 'n' is omitted, the value specified with the /R option is used.
| |
| * /U:{IDE adapter name}
| |
| (Required, specify IDE adapter driver) This parameter is not optional but required both for ATAPIMO.FLT and MODISK.DMD. You must specify same name for these two drivers. Usually '/U:ST506_HardDrive' works fine if 'IBM1S506.ADD' or 'IBM2S506.ADD' is used as IDE adapter driver.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| =BASEDEV=ATP6820.ADD=
| |
| ACARD 6820 SCSI RAID device driver
| |
| | |
| BASEDEV=ATP6820.ADD
| |
| | |
| http://www.acard-germany.de/
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| =BASEDEV=ATP8400A.ADD=
| |
| ARTOP IDE cache Driver for ATP8400A
| |
| | |
| BASEDEV=ATP8400A.ADD
| |
| | |
| http://www.acard-germany.de
| |
| | |
| ARTOP IDE cache OS/2 warp driver support OS/2 2.x standard OS/2 DASD interface and ATAPI upto 16 IDE device(hdd and cdrom).ATP8400A OS/2 driver will auto check I/O port and IRQ.
| |
| | |
| Parameter:
| |
| | |
| * /P:1F0 /P:170 /P:1e8 or /P:168 => Select I/O port of ARTOP IDE cache
| |
| * /I:14 /I:15 /I:10 /I:11 /I:12 => Select IRQ 10,11,12,14 or 15.
| |
| * /A:0 /A:1 /A:2 or /A:3 => Select Adapter number.
| |
| * /S:00 /S:01 .. /S:15 => Select IDE speed for Non cache mode.
| |
| | |
| IF IO port or IRQ overlay with IBM1S506 Please reference follows :
| |
| | |
| IBM1S506.ADD(Please reference IBM OS/2 manual)
| |
| * /V => Show config condition.
| |
| * /A:0 => Assign Adapter number(0,1 and 2).
| |
| * /I => Ingore Adapter( number of above assign).
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| =BASEDEV=AUTODRV2.SYS=
| |
| Autoconfigurator supports PCMCIA modems.
| |
| | |
| BASEDEV=AUTODRV2.SYS
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| =BASEDEV=BPCDOS2.ADD=
| |
| Backpack CD-ROM OS/2 Driver from Micro Solutions (www.micro-solutions.com)
| |
|
| |
| BASEDEV=BPCDOS2.ADD
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| =BASEDEV=BSCOS2.ADD=
| |
| Newmedia Basics SCSI II Pcmcia Adapter
| |
| | |
| BASEDEV=BSCOS2.ADD
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| =BASEDEV=BTOS2.ADD=
| |
| PCMCIA SCSI Bus Toaster Adapter Device Driver
| |
| | |
| BASEDEV=BTOS2.ADD
| |
| | |
| Parameter:
| |
| | |
| globalopts:
| |
| * /V
| |
| Verbose (default=quiet)
| |
| * /A:#
| |
| Adapter index (only 0 is valid)
| |
| | |
| adapteropts:
| |
| * /V
| |
| Verbose [default=quiet]
| |
| * /P:###
| |
| Base I/O port address (32 ports will used)
| |
| * /Q:#
| |
| IRQ
| |
| * /I
| |
| Ignore adapter
| |
| * /H:#
| |
| Host SCSI ID [default=7]
| |
| * /[!]F
| |
| Fast-SCSI negotiation [default=on]
| |
| * /[!]TA
| |
| Termination always on [default=power saving mode]
| |
| * /[!]TD
| |
| Termination detect (Type II cards only) [default=on]
| |
| * /[!]Y
| |
| Parity checking [default=on]
| |
| * /[!]DM
| |
| DASD manager support [default=on]
| |
| * /[!]SM
| |
| SCSI manager support [default=on]
| |
| * /[!]SN
| |
| Synchronous negotiation [default=on]
| |
| * /[!]ET
| |
| Embedded targets [default=off]
| |
| * /[!]DR
| |
| Disconnect/Reselect [default=on]
| |
| | |
| deviceopts:
| |
| * /[!]DM
| |
| :unit_list DASD manager support [default=on]
| |
| * /[!]SM
| |
| :unit_list SCSI manager support [default=on]
| |
| * /[!]SN
| |
| :unit_list Synchronous negotiation [default=on]
| |
| * /[!]ET
| |
| :unit_list Embedded targets [default=off]
| |
| * /[!]DR
| |
| :unit_list Disconnect/Reselect [default=on]
| |
| unit_list:
| |
| unit[,unit_list]
| |
| unit:
| |
| t | (t,l)
| |
| t Target ID
| |
| l Target LUN
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Btscsi.add=
| |
| Driver for various Buslogic SCSI host adapters.
| |
| | |
| BASEDEV=Btscsi.add parameters
| |
| | |
| <b>TIP</b> For using the RSJ Writer you maybe have to set the Timeout parameter to zero /A:n /TO:0 (n=Adapter number)
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| | |
| =BASEDEV=BTSEIDE.FLT=
| |
| Back Again/2 ATAPI/IDE tape support
| |
| | |
| BASEDEV=BTSEIDE.FLT
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| | |
| =BASEDEV CBENABLE.SYS=
| |
| Device driver by Veit Kannegiesser that uses OS/2 Card services to enable any CardBus card you insert in a slot and assign an IRQ line and and IO window.
| |
| | |
| BASEDEV CBENABLE.SYS
| |
| | |
| <b>Parameter:</b>
| |
| are 3 values for Bus, Device and Function of the CardBus bridge. You have most likely only one chip and let CBENABLE.SYS search for it by using * for each.
| |
| | |
| is an number from 0 to 7.
| |
| | |
| is the set of allowed IRQ to use for the CardBus card. Separate IRQs using ","
| |
| | |
| is the base address and the window size to assign to the CardBus card. Make sure (RMVIEW /IO) this area is not already used. Or use base address 0 to let the Card Services find a free IO area. Window size of 256 ($100) should be sufficient for most devices.
| |
| | |
| Optional hardware depended Option for Texas Instruments 1225 and compatible chips (values 0/1). For value 1, the "Memory read burst enable upstream" bit is set. Measured Realtek 8139 NETIO throughput goes from 3,2 MB/s to 11 MB/s on the development system.
| |
| | |
| Optional hardware dependend Option for Texas Instruments 1225 and compatible chips (values 0/1/2/3). Modifies Interrupt mode:
| |
| | |
| * 0 = Parallel PCI interrupts only
| |
| * 1 = Parallel IRQ and parallel PCI interrupts
| |
| * 2 = IRQ serialized interrupts and parallel PCI interrupt
| |
| * 3 = IRQ and PCI serialized interrupts (default)
| |
| | |
| | |
| Optional parameter to restrict card types that are processed. Possible values are:
| |
| | |
| * 0 = Multi-Function
| |
| * 1 = Memory
| |
| * 2 = Serial Port
| |
| * 3 = Parallel Port
| |
| * 4 = Fixed Disk
| |
| * 5 = Video Adapter
| |
| * 6 = Network Adapter
| |
| * 7 = Auto Incrementing Mass Storage
| |
| * 8 = SCSI
| |
| * 9 = Security
| |
| * 10..253 = Reserved
| |
| * 254 = Vendor-Specific
| |
| * * = ignore value (default)
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV CDBLAZER.ADD=
| |
| Device Driver for OnSpec/MULTIPORT CD Parallel-Port adapter
| |
| | |
| BASEDEV CDBLAZER.ADD
| |
| | |
| http://www.multiport.de/
| |
| | |
| <b>Parameter:</b>
| |
| | |
| * /E
| |
| Disables fast EPP. This applies only for Enhanced Parallel Ports.
| |
| | |
| * /SF=1..30
| |
| Introduces a delay factor of 30 (Can take a value from 1 to 30 with 30 as the slowest mode of operation).
| |
| | |
| * /U
| |
| Forces Uni-Directional mode. (Applicable only for non Uni-directional ports.
| |
| | |
| * /V
| |
| Enables verbose mode
| |
| | |
| * /W
| |
| Disables burst mode data transfer. This does not apply for Enhanced Parallel Ports.
| |
| | |
| * /CH
| |
| To detect all the slots in a CD changer on older versions of OS/2 prior to Warp 4.0
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=CDBOOT.FLT=
| |
| OS/2 Filter for bootable CD's according to the EL TORITO SPECIFICATION
| |
| | |
| BASEDEV=CDBOOT.FLT
| |
| | |
| <b>Parameter:</b>
| |
| | |
| * /D:2
| |
| =BASEDEV=CDS...=
| |
| Back Again 2000 BASEDEV Statements
| |
| ==BASEDEV=CDSEIDE.FLT==
| |
| Back Again 2000 ATAPI/IDE Tape Filter Driver
| |
| | |
| BASEDEV=CDSEIDE.FLT
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| ==BASEDEV=CDSTAP2.DMD==
| |
| Back Again 2000 Tape Device Manager
| |
| | |
| BASEDEV=CDSTAP2.DMD
| |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| ==BASEDEV=CDSTAPE.DMD==
| |
| Back Again/2 tape device manager
| |
| | |
| BASEDEV=CDSTAPE.DMD
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
|
| |
| =BASEDEV=CD_BOOT.FLT=
| |
| CD Boot Filter according to the El Torito Specification
| |
| | |
| BASEDEV=CD_BOOT.FLT
| |
| | |
| <b>Parameter:</b>
| |
| | |
| * /D:2
| |
| Read the Boot CD How To in Chapter 00. Introduction
| |
| Part of Cdboot.zip available for FREE and also of Device Driver Pack 2
| |
| | |
| <b>TIP</b> See also the enhanced DANIBOOT.FLT
| |
| | |
| =BASEDEV=Chkdsk.sys=
| |
| Provides support for the enhanced Chkdsk.exe new to Warp 4 Fixpack 3 and Warp 3 Fixpack 29.
| |
| The new Chkdsk.exe creates a binary service log file (chkdsk.log) on the root of the drive being checked. To view the log file you need the chklog package.
| |
| | |
| BASEDEV=Chkdsk.sys
| |
| | |
| note: This driver has no parameters.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes FP29
| |
| |Yes FP3
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=CL6832SS.SYS=
| |
| Socket Services driver for Toshiba Tecra
| |
| | |
| BASEDEV CL6832SS.SYS
| |
| | |
| <b>ATTENTION</b> Must be in front of all other PCMCIA Drivers, but after PCMCIA.SYS
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Cmpxchg8.sys=
| |
| Fix for the "Pentium F00F Bug".
| |
| | |
| BASEDEV=Cmpxchg8.sys
| |
| | |
| note: This driver has no parameters.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| | |
| =BASEDEV=CRCCD2.ADD=
| |
| Creative Labs CD-Rom driver. Supports Panasonic CR 52x, Panasonic CR 563, Creative CD 200, Funai E2550-UA, Funai E2800-UA
| |
| | |
| BASEDEV=CRCCD2.ADD
| |
| | |
| <b>Parameter:</b>
| |
| | |
| * /P:xxx
| |
| SB cards base address.
| |
| * /M:xxx
| |
| MKE compatible cards CDRom base address.
| |
| * /T:x
| |
| Switch for standalone cards. if x=1 then it is a Sound card. (Default),if x=2 then it is a standalone card.
| |
| * /D:x
| |
| Double Speed switch.
| |
| * /N:x
| |
| Single Speed switch. if x=0 to x=3 implies the drive number, ix x=a implies that all drives are to be made double or single speed. /d:a is default.
| |
| * /NS
| |
| No scan. Implies that only one drive present with ID=0 and will not scan for other drives. Scaning for all drives is default procedure.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=CRYP2X.SYS=
| |
| Disk adapter drivers for the ERACOM (http://www.eracom.com.au) PCVault product used by a number of banks. The product gives transparent hard disk encryption amongst other things.
| |
| | |
| BASEDEV=CRYP2X.SYS
| |
| | |
| <b>MPORTANT NOTE</b> The order of the base drivers must be:
| |
| basedev=cryp2x.sys
| |
| basedev=crypie2x.sys
| |
| basedev=edasdf.flt
| |
| And they should be at the end of the config.sys
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=CRYPIE2X.SYS=
| |
| Disk adapter drivers for the ERACOM (www.eracom.com.au) PCVault product used by a number of banks. The product gives transparent hard disk encryption amongst other things.
| |
| | |
| BASEDEV=CRYPIE2X.SYS
| |
| | |
| <b>MPORTANT NOTE</b> The order of the base drivers must be:
| |
| basedev=cryp2x.sys
| |
| basedev=crypie2x.sys
| |
| basedev=edasdf.flt
| |
| And they should be at the end of the config.sys
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=CTCDRFLT.FLT=
| |
| Filterdriver for Unite CD-Maker
| |
| | |
| BASEDEV=CTCDRFLT.FLT
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=CWAUDIO.SYS=
| |
| Crystal OS/2 Audio device driver for CS4236B, CS4237B, CS4238B, CS4235, CS4239
| |
| | |
| <b>Parameter:</b>
| |
| | |
| * /N
| |
| Name of PDD BSAUD1$ (Supplied by install)
| |
| * /V
| |
| Verbose Display
| |
| * /X1
| |
| AUX1 unmute/gain 0..100 (decimal) (*50) (usually "Line-In")
| |
| * /X2
| |
| AUX2 unmute/gain 0..100 (decimal) (*50) (usually CD-ROM)
| |
| * /L
| |
| LINE unmute/gain 0..100 (decimal) (*100)(FM volume)
| |
| * /LCAPT
| |
| Line-In record source X1, X2, *X1X2, L (X1X2 is mixed aux1+aux2)
| |
| * /T
| |
| Inactivity power down 1..5 minutes (*1)
| |
| * /MBY
| |
| <0,1> Mono bypass *1 (mono-in connected to mono-out)
| |
| * /MIM
| |
| <0,1> Mono input mute *1 (mono-in not connected to input mixer)
| |
| * /MOM
| |
| <0,1> Mono out mute *0 (audible)
| |
| * /XCTRL0
| |
| <0,1> XCTRL0 Pin set System specific. Sometimes used to
| |
| * /XCTRL1
| |
| <0,1> XCTRL1 Pin set control power to amplifier. On IBM
| |
| Aptiva with Bose speakers, set both to 1
| |
| | |
| * /P
| |
| Codec Port *534, 608, (530..FF8, divisible by 4)
| |
| * /I
| |
| Codec IRQ *5, 7, 9, 11, 15 (decimal)
| |
| * /D
| |
| Codec DMA 0, 1, 3 (Default 1,0)
| |
| * /C
| |
| Control Port 120, *538, (120..FF8, divisible by 8)
| |
| * /J
| |
| Joystick Port *200, 208, NONE
| |
| * /S
| |
| Sound Blaster Port *220, 240, 260, 280, NONE
| |
| * /M
| |
| MPU Port and IRQ *330, NONE, (300..3E0, divisible by 8)
| |
| IRQ: 7, 9, 11, 12, 15, *NONE
| |
| * /F
| |
| FM synth port *388, NONE, (388..3F8, divisible by 8)
| |
| | |
| * /IRQRate:dd
| |
| Target interrupt rate *32 Range: 1..64 interrupts per second
| |
| * /DMASize:nnnn
| |
| DMA Buf size maximum *8192 Range: 256..16384 (2 IRQs/Buffer)
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=CWCMMPM.SYS=
| |
| Crystal OS/2 audio device drivers for the PCI bus family (CS4614, CS4624, CS4630 and CS4280)
| |
| | |
| BASEDEV=CWCMMPM.SYS
| |
| | |
| Parameter:
| |
| | |
| /N:CWCAUD1$ Name of PDD
| |
| | |
| <b>NOTE</b>When you have no WinOS installed check after installing (and before rebooting) if there is any of these WinOS2 drivers in your config.sys.
| |
| | |
| DEVICE=drive:\MMOS2\CWWINPDD.SYS
| |
| DEVICE=drive:\MMOS2\CWWINVDD.SYS
| |
| DEVICE=drive:\MMOS2\CWVOPL3.SYS
| |
| RUN=drive:\MMOS2\CWDAEMON.EXE
| |
| | |
| If yes REM or delete them, otherwise you may get get a trap with PMMERGE and QUERYMCD at boot. Tested with Warp 4, FP15.
| |
| | |
| <b>NOTE</b>: When you have the Flash Navigator Plug-In installed make shure to use at least driver Version 3.08 or higher, otherwise your system will freeze.
| |
| | |
| <b>TIP</b>: Andreas Paulick reported that it is possible to get the TurtleBeach SantaCruz and the Videologic SonicFury working if you use the CWOS2311.ZIP driver package. Additionally you have to search the two TLV2465 Operational amplifier chips on the soundboards and disconnect there pins 8 and 9. This step disables the shutdown terminal (only necessary for conserving battery life in portables).
| |
| | |
| A Mixer for this Soundcard is the FREE LBMix
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=CWCONFIG.SYS=
| |
| Crystal Soundcard Configuration driver
| |
| | |
| BASEDEV=CWCONFIG.SYS
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=CWCSPUD.SYS=
| |
| Crystal DSP manager device driver for the PCI chips CS4614, CS4624 and CS4280
| |
| | |
| BASEDEV=CWCSPUD.SYS
| |
| | |
| '''Platform Support:'''
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=CWGMSG.SYS=
| |
| Crystal DSP manager messaging device driver for PCI bus (CS4614, CS4624 and CS4280)
| |
| | |
| BASEDEV=CWGMSG.SYS
| |
| | |
| '''Platform Support:'''
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=CWUSBD.SYS=
| |
| Basic USB driver by Chris Wohlgemuth, based on the sources available on the DDK site. It does not have the feature set of the latest IBM driver downloadable with software choice. If you already have a (maybe better) working driver from there feel free to use that one.
| |
| | |
| BASEDEV=CWUSBD.SYS
| |
| | |
| '''Parameter:'''
| |
| | |
| * /V
| |
| Verbose, show some information while booting.
| |
| | |
| * /I13
| |
| parameter could be used to delay USB host overtaking by USB driver stack until other device driver finishes required initialization operations and then send request to USBD driver to start USB service. It could be used to boot from USB floppy drive.
| |
| | |
| * /REQ
| |
| This parameter controlls USBD driver initialization: driver at initalization time checks for listed host controller drivers and fails to install if none of listed drivers is loaded. Current version of USB stack supports the following parameter codings:
| |
| | |
| * /REQ:USBUHCD$
| |
| * /REQ:CWUSBUHC$ USBD driver is loaded only if UHCI compliant host driver is loaded
| |
| | |
| * /REQ:USBOHCD$
| |
| * /REQ:CWUSBOHC$ USBD driver is loaded only if OHCI compliant host driver is loaded
| |
| | |
| * /REQ:USBUHCD$,USBOHCD$,CWUSBOHC$,CWUSBUHC$
| |
| USBD driver is loaded only if one of OHCI/UHCI compliant host drivers is loaded. This most general form of parameter and must be used in
| |
| most cases.
| |
| | |
| '''Platform Support:'''
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |No
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=CWUSBMSD.ADD=
| |
| Enhanced USB mass storage driver by Chris Wohlgemuth which supports more (or other) devices than the IBM version. Support for READ 10 commands and better disk geometry handling. Can force external hard disks to appear as removable devices.
| |
| | |
| BASEDEV=CWUSBMSD.ADD
| |
| | |
| '''Parameter:'''
| |
| | |
| * /V
| |
| Verbose, show some information while booting.
| |
| | |
| * /FLOPPIES:n
| |
| Number of floppy devices to be served (by default 1). In order to remove service the key value must be set to 0.
| |
| | |
| * /A_USAGE:n
| |
| Parameter controls usage of 'A' drive flag for the 1st floppy device. The following values of n can be used:
| |
| | |
| # 0 - 'A' drive flag is not used;
| |
| # 1 - 'A' drive flag is used;
| |
| # 2 (default value) - 'A' drive flag is used only if there is no other device driver using this flag.
| |
| | |
| * /MAX_FLOPPY
| |
| Parameter forces driver to report floppy device geometry with maximal sector count as floppy device physical geometry. With this parameter driver supports LS-120 media formatting but does not support XDF floppy filter features and vice versa.
| |
| | |
| * /REMOVABLES:n
| |
| Number of removable media devices to be served (by default 1).
| |
| | |
| * /FIXED_DISKS:n
| |
| Number of fixed disks to be served.
| |
| | |
| * /CDS:n
| |
| Number of CD-ROM/CD-RW devices to be served (by default 1).
| |
| | |
| * /REMOVABLE_AS_FLOPPY
| |
| System uses removable disks as partitioned volumes:
| |
| | |
| * /FORCE_TO_REMOVABLE
| |
| Change external hard disks (for example Archos Jukebox) to removable. This may be necessary if a device anounces itself as a fixed disk but you want to use it as a removable device.
| |
| | |
| '''Tested devices:'''
| |
| | |
| Archos Jukebox Recorder 20 : This is a portable MP3 player which may also be used as a hard disk. It contains an In-System Design USB 2.0 bridge. The file system is FAT32. No DRM or similar crap.
| |
| | |
| EasyDisk memory stick : A memory stick with 64M flash memory.
| |
| | |
| Siemens MP3-Player USB : Small MP3-player to be used with Siemens cell phones and some Siemens Gigaset cordless phones (Gigaset Micro). The mobile is used for display and power supply. It uses MultiMedia cards (MMC) for storing the MP3s and may also be used as an external memory device for carrying any kind of files. File system is VFAT. No DRM or similar crap.
| |
| | |
| Iomega Zip100 USB
| |
| | |
| '''Platform Support:'''
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=CWUSBOHC.SYS=
| |
| OHCI compliant host controller driver
| |
| | |
| This driver by Chris Wohlgemuth is based on the sources available on the DDK site. It does not have the feature set of the latest IBM driver downloadable with software choice If you already have a (maybe better) working driver from there feel free to use that one. Unlike the latest IBM drivers only one controller chip is supported with this driver. When loading this driver twice you system may freeze when attaching an USB device .
| |
| | |
| Use this driver if your USB controller chip is OHCI compliant . Refer to your mainboard documentation if in doubt.
| |
| | |
| BASEDEV=CWUSBOHC.SYS
| |
| | |
| '''Parameter:'''
| |
| | |
| * /V
| |
| Verbose, show some information while booting.
| |
| | |
| * /FS
| |
| Forces driver to stop USB host during OS/2 shutdown process. This parameter can be used to prevent POST (power on system test) failure on some hardware with legacy keyboard.
| |
| | |
| '''Platform Support:'''
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |No
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=CWUSBUHC.SYS=
| |
| UHCI compliant host controller driver
| |
| | |
| This driver by [[Chris Wohlgemuth]] is based on the sources available on the DDK site. It does not have the feature set of the latest IBM driver downloadable with software choice If you already have a (maybe better) working driver from there feel free to use that one. Unlike the latest IBM drivers only one controller chip is supported with this driver. When loading this driver twice you system may freeze when attaching an USB device .
| |
| | |
| Use this driver if your USB controller chip is UHCI compliant (for example Intel and VIA chipsets). Refer to your mainboard documentation if in doubt.
| |
| | |
| BASEDEV=CWUSBUHC.SYS
| |
| | |
| Parameter:
| |
| | |
| * /V
| |
| Verbose, show some information while booting.
| |
| | |
| * /FS
| |
| Forces driver to stop USB host during OS/2 shutdown process. This parameter can be used to prevent POST (power on system test) failure on some hardware with legacy keyboard.
| |
| | |
| '''Platform Support:'''
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Dac960.add=
| |
| Mylex PCI to RAID adapter driver.
| |
| | |
| BASEDEV=Dac960.add <parameter>
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| | |
| | |
| =BASEDEV=DANIADSK.FLT=
| |
| Replacement for IBMATAPI.FLT by [[Daniela Engert]]. This filter driver supports all of the ATAPI disks that IBMATAPI does (LS-120, ZIP-100, JAZZ), and in addition the ZIP-250 (including full media swapping). Superceded by DANIATAPI.FLT.
| |
| | |
| BASEDEV=DANIADSK.FLT
| |
| | |
| '''Platform Support:'''
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=DANIATAP.FLT=
| |
| This highly recommended filter driver supports all types of ATAPI devices by [[Daniela Engert]] shortened to the 8.3 naming convention for use on floppy-bootdisks. See BASEDEV DANIATAPI.FLT for more information
| |
| | |
| BASEDEV=DANIATAP.FLT
| |
| | |
| '''Platform Support:'''
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=DANIATAPI.FLT=
| |
| This highly recommended filter driver by Daniela Engert (dani@ngrt.de) supports all types of ATAPI devices. It is a superset of IBMIDECD.FLT, IBMATAPI.FLT and DaniADsk.FLT, and supports all devices that the mentioned drivers do. Additionally, all ATAPI devices can be accessed through the OS/2 ASPI software interface. Each EIDE channel shows up as a SCSI channel, and each ATAPI device as a SCSI device (master = SCSI ID 0, slave = SCSI ID 1).
| |
| | |
| '''NOTE:''' Make sure that all other ATAPI related drivers are inactive or come after DaniATAPI.FLT in your CONFIG.SYS. If you intend to run the BootOS utility or to install this filter driver on a 8.3-only filesystem, rename the driver to DaniATAP.FLT.
| |
| | |
| * can deal with the ATAPI ZIP-250
| |
| * improved ZIP performance (up to factor 4 on ZIP-250)
| |
| * supports arbitrary swapping of 100MB and 250MB media
| |
| * reflects the current media capacity up to FDISK, DISKIO or the like
| |
| * OS/2 boot from ZIP is possible
| |
| * faster 32bit PIO in conjunction with DANIS506.ADD (rel. 1.1.1 or later)
| |
| * Busmaster DMA mode works and is tested with Intel, VIA, AMD, HPT, SiS and CMD chipsets until now. Busmaster DMA is available now for ALi as well (CD/DVD-ROM is safe, but some chip revisions fail on DMA write operations!). Due to hardware limitations there is no 32bit PIO and no busmaster DMA possible for ATAPI devices attached to a Promise Ultra controller.
| |
| * ATAPI devices appear to the rest of the system as regular SCSI-2 devices if used with DANIS506.ADD (rel. 1.1.5 or later). This may be disabled globally or individually.
| |
| * advanced "hot-swap" support if used with DANIS506.ADD (rel. 1.1.9 or later)
| |
| * support for PCCard (formerly: PCMCIA) ATAPI devices (like the Iomega PCMCIA ZIP-250 or the Iomega Click!40)
| |
| * the translation of old-style 6-byte SCSI commands into their more modern 10-byte counterparts is no longer hardcoded. The device is sensed now to check if it requires this translation.
| |
| * like DaniS506.ADD, this driver stores boot messages internally for later readout. To view them, issue "copy ATAPI$ con:", to dump them into a file, issue "copy ATAPI$ anyfile".
| |
| * automatic media unload on shutdown if desired
| |
| * supports up to eight IDE channels
| |
| | |
| BASEDEV=DANIATAPI.FLT
| |
| | |
| '''Parameter:'''
| |
| This driver supports all switches and options that IBM1ATAPI.FLT supports.
| |
| | |
| '''Generic options'''
| |
| * /!V
| |
| (quiet) (not) Verbose mode
| |
| | |
| * /EJ
| |
| (don't eject) eject medium at shutdown
| |
| | |
| * /ZA
| |
| (default mapping) map ZIP drive to A:
| |
| | |
| * /!SCSI
| |
| (export all) don't export any ATAPI devices as SCSI devices
| |
| | |
| '''Adapter options'''
| |
| | |
| * /A:n (n/a) Adapter number (0, 1, 2, 3)
| |
| | |
| * /I (off) Ignore adapter
| |
| | |
| * /EJ (don't eject) eject medium at shutdown
| |
| | |
| * /!SCSI (export all) (don't) export ATAPI devices as SCSI devices
| |
| | |
| '''Unit options'''
| |
| | |
| * /U:n
| |
| (n/a) Unit number (0, 1)
| |
| | |
| * /UNIT:n
| |
| same as /U
| |
| | |
| * /I
| |
| (off) Ignore unit
| |
| | |
| * /EJ
| |
| (don't eject) eject medium at shutdown
| |
| | |
| * /!SCSI
| |
| (export) (don't) export ATAPI devices as SCSI devices
| |
| | |
| * /RSJ
| |
| (off) RSJ CDROM backdoor. Installs an additional backdoor to re-enable regular CD ROM operation via OS2CDROM.DMD (or replacements).
| |
| | |
| * /TYPE:
| |
| Units marked as "hot-swappable" on DANIS506.ADD's command line (by /FORCE /ATAPI) need the new option /TYPE: to advice DaniATAPI.FLT to report appropriate device types to the device managers. The same applies to PCCard adapter channels (marked as /FORCE /PCMCIA on DANIS506.ADD's command line). This is done by additional characters designating the supported device types:
| |
| | |
| # 'c' or 'C': all CD-ROM like devices (CD-ROM, CD-R/W, DVD-ROM, DVD-RAM)
| |
| # 'z' or 'Z': all ZIP drives
| |
| # 'l' or 'L': the LS-120 drive
| |
| # 'w' or 'W': all CD writer like devices (CD-R/W, DVD-RAM)
| |
| | |
| | |
| '''Platform Support:'''
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=DANIBOOT.FLT=
| |
| DaniBoot.FLT is a enhanced filter driver which allows to boot OS/2 from a CD-ROM.
| |
| | |
| The boot image may be split into two images on the CD-ROM medium to accomodate space requirements for BASEDEVs. These two images need to be physically adjacent on the medium! The first part of the images needs to be of standard floppy size (1.44MB or 2.88MB) or the BIOS might not accept the image as a bootable one.
| |
| | |
| BASEDEV=DANIBOOT.FLT
| |
| | |
| '''Parameter:'''
| |
| | |
| * /D:n
| |
| total number of 1.44MB pseudo-images comprising the boot image
| |
| | |
| * /N:name
| |
| the image name to search for in case of multiple boot images. may contain any character except for white space. The length of name is 11 characters or less; excess characters are discarded.
| |
| | |
| * /H
| |
| hide all non-boot CD-ROM units
| |
| | |
| '''Platform Support:'''
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=DANIDASD.DMD=
| |
| Replacement Driver for OS2DASD.DMD by Daniela Engert supports also Partiontypes 0E, 0B, 0C, 8F and 0F to ease the coexistance with WinXY and Linux.
| |
| | |
| For a discussion of these types see: Introduction, Partition types.
| |
| | |
| BASEDEV=DANIDASD.DMD
| |
| | |
| '''Enhancements:'''
| |
| | |
| it supports extendedX partitions (type 0F) and Linux extended partitions (type 8F, even more clueless and useless than the Microsoft invented type 0F !) exactly the same as regular extended partitions (type 05). ExtendedX partitions are common today because of disks larger than 8GiB.
| |
| | |
| It supports FAT32 partitions (type 0B and 0C) exactly as IFS partitions (type 07, used by HPFS and NTFS). This way FAT32 partitions show up in "correct" order (w.r.t. the disk layout), and are assigned drive letters "as expected". PARTFILT.FLT is no longer necessary to make FAT32 partitions accessable, but Henk Kelder's FAT32.IFS is still required.
| |
| | |
| It supports FAT16X partitions (type 0E) exactly as big FAT16 (type 06) partitions.
| |
| | |
| '''Parameter''' (the driver supports all parameter the OS2DASD.DMD supports, so take a look at the link too) :
| |
| | |
| * /AT:{,{,...}}
| |
| Must be two digits hexadecimal. Supports up to eight additional partition types as specified by by the user. This is meant for making hidden partitions (types 1x) or foreign file systems like Linux's ext2 (type 83) visible to the DASD manager. You have to tell DaniDASD.DMD the additional partition types by means of the parameter.
| |
| | |
| To summarize the notion of acceptable partition types, have a look at
| |
| this table:
| |
| | |
| DASD manager partition types supported
| |
| extended regular
| |
| OS2DASD (pre-LVM): 05 01, 04, 06, 07
| |
| OS2DASD (LVM): 05, 0F 01, 04, 06, 07, 35, [+ other]
| |
| DaniDASD: 05, 0F, 8F 01, 04, 06, 07, 0B, 0C, 0E, [+ other]
| |
| | |
| If an additional partition type is a "hidden" partition (1x), then a
| |
| matching partition is propagated to its "not-hidden" counterpart (0x) and
| |
| the acceptance rules above apply.
| |
| | |
| * /BD:
| |
| Overwrites the boot drive letter assignment from fisrt boot stage. Can overcome boot problems which result in "can't operate hard disk" messages. This is common if OS/2 is booted without proper help of OS/2 Bootmanager which is required to notify OS/2 of the *correct* boot drive letter. If there is no boot manager with this capability available (e.g. when booting from removable media), or the boot manager fails to figure out the correct boot drive letter, you can tell DaniDASD.DMD the correct one by means of the parameter.
| |
| | |
| '''Example:''' in a mixed SCSI/EIDE environment with two SCSI adapters and
| |
| and two different EIDE controllers involved (my current setup
| |
| at home), the ATAPI ZIP250 drive gets assigned drive letter M:.
| |
| To boot from this unit I have this line in CONFIG.SYS of the
| |
| ZIP boot floppy
| |
| | |
| BASEDEV=DaniDASD.DMD /BD:M
| |
| | |
| | |
| * /MT:
| |
| can create a logical volume map independently from the physical volumes (partitions).
| |
| | |
| '''CAUTION''' when this option is in effect, DaniDASD no longer follows the old OS2DASD rule of accepting only the first acceptable partition in the primary partition table. Instead, the LVM rule of accepting all acceptable primary partitions applies!
| |
| | |
| After scanning the *fixed* disks for acceptable partitions following the rules above, a logical volume mapping is created from these partitions. This is done by means of a map table. This table lists the partitions which are to be given a drive letter in ascending, consecutive order, starting from drive letter C:. A particular physical partition is indicated by a two-letter code
| |
| number>. Code "Aa" indicates the first partition on the first disk, "Ab" the second partition on the same disk, "Bc" the third partition on the second disk, and so on. The numbering of disks and partitions is given by the regular scanning order of DaniDASD.
| |
| | |
| Each entry in the mapping table must be unique, entries without an existing partition are ignored.
| |
| | |
| '''Example:'''
| |
| | |
| BASEDEV=DaniDASD.DMD /MT:Aa,Ad,Ba,Bb
| |
| | |
| creates logical volumes C:..F: from the indicated physical partitions.
| |
| | |
| '''CAUTION''' this does *not* apply to removable media units! Their driveletters *always* follow the fixed disk ones.
| |
| | |
| '''NOTE''' DANIDASD.DMD does not work with OS2LVM.DMD, so use it in NON-LVM Systems only.
| |
| | |
| | |
| '''NOTE''' Together with DANIDASD.DMD the use of PARTFILT.FLT is no longer necessary to access FAT32 drives.
| |
| | |
| '''TIP''' You may also need a FAT32 aware FDISK.EXE. It was included in FP10 - FP14 for Warp4
| |
| | |
| '''TIP''' By [[Daniela Engert]]:
| |
| '''You want to get rid of the LVM layer in WSeB/ACP/MCP/eCS ?'''
| |
| I checked that on an old WSeB installation with only compatibility volumes, yesterday. I removed these two lines in CONFIG.SYS
| |
| | |
| BASEDEV=OS2DASD.DMD // the LVM-aware DASD manager
| |
| BASEDEV=OS2LVM.DMD // the LVM layer
| |
| | |
| and added this single line
| |
| | |
| BASEDEV=DaniDASD.DMD // the non-LVM-aware DASD manager
| |
| | |
| The system behaved DASD wise like an ordinary Warp4 system afterwards. A Warp4 OS2DASD.DMD will do as well.
| |
| | |
| '''Platform Support:'''
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=DANIN512.FLT=
| |
| | |
| =BASEDEV=Danis506.add=
| |
| | |
| Installs support for IDE drives. This is a replacement for the Ibm1s506.add driver. It supports busmastering on the most common chipsets.
| |
| | |
| BASEDEV=Danis506.add
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=DC1368.ADD=
| |
| =BASEDEV=DC2974.ADD=
| |
| =BASEDEV=DC2975.ADD=
| |
| =BASEDEV=DC2976.ADD=
| |
| =BASEDEV=DC2980.ADD=
| |
| =BASEDEV=DELIVERY.SYS=
| |
| | |
| =BASEDEV=Detne2.sys=
| |
| Driver for NE2000 Network adapter cards.
| |
| | |
| BASEDEV=Detne2.sys parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| | |
| =BASEDEV=Dpt20xx.add=
| |
| Driver for DPT SCSI Host adatper.
| |
| | |
| BASEDEV=Dpt20xx.add parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=DSKSLEEP.FLT=
| |
| =BASEDEV=DTC3280.ADD=
| |
| =BASEDEV=EDASDF.FLT=
| |
| =BASEDEV=EPATCD.ADD=
| |
| =BASEDEV=EPIACD.ADD=
| |
| =BASEDEV=EPSA2.ADD=
| |
| =BASEDEV=EPST.ADD=
| |
| | |
| =BASEDEV=Ext2flt.flt=
| |
| | |
| This filter driver makes the ext2 partition visible to OS/2. Read the inf make OS/2 see your Linux ext2fs partitions.'. ext2-ifs documentation for more information
| |
| | |
| BASEDEV=Ext2flt.flt parameter
| |
| | |
| Parameters:
| |
| | |
| * /Q
| |
| Disable the messages shown at boot up.
| |
| | |
| * /V
| |
| Displays some diagnostic information during the boot.
| |
| | |
| * /W
| |
| This allows write access to the ext2 partitions.
| |
| note: You must also enable the write access at the Ext2-os2.ifs driver.
| |
| | |
| * /A
| |
| Virtualize all found partitions. If you use this option, you must also specify the /M option, otherwise OS/2 may crash. The only good reason to use this option is along with the /M option to control the mounting order of all partitions.
| |
| | |
| * /M mount-order
| |
| Mounts the partitions in the order specified in the mount-order. The mount-order is a list of numbers separated by commas. To find out which number a partition has, use the program fdisk with the parameter /Query. It shows you a list of all partitions, number the first in the list with 0, the second with 1 and so on, but exclude the Bootmanager partition. The Bootmanager partition is the partition with the FStyp "0a". Type in the partition numbers in the order you like. If you want to hide a partition than you must simply remove the partition number from the mount-order.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| | |
| =BASEDEV=Fauxdasd.flt=
| |
| | |
| Filter driver for dock dasd.
| |
| | |
| BASEDEV=Fauxdasd.flt
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| | |
| =BASEDEV=Fauxrem.flt=
| |
| Filter driver for dock removable dasd.
| |
| | |
| BASEDEV=.add
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| | |
| =BASEDEV=Fd16-700.add=
| |
| Driver for the Future Domain SCSI host adapters.
| |
| | |
| BASEDEV=FD16-700.add parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| | |
| =BASEDEV=Fd7000ex.add=
| |
| Driver for Future Domain SCSI host adapter.
| |
| | |
| BASEDEV=Fd7000ex.add parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| | |
| =BASEDEV=Fd8xx.add=
| |
| Driver for Future Domain SCSI host adapter.
| |
| | |
| BASEDEV=Fd8xx.add parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| | |
| =BASEDEV=Flashpt.add=
| |
| Buslogic Flashpoint SCSI host adapter driver.
| |
| | |
| BASEDEV=Flashpt.add parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| | |
| =BASEDEV=Hfsflt.flt=
| |
| | |
| This filter driver is used by IFS=Hfs.ifs Installable File System to make a HFS-media visiable to OS/2.
| |
| | |
| BASEDEV=Hfs.flt
| |
| | |
| This driver has no parameters.
| |
| | |
| note: If you want to use Macintosh CDRoms you must place the Hfsflt.flt before the Ibmidecd.flt driver.
| |
|
| |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=I2OSOSM.ADD=
| |
| =BASEDEV=I2OXPORT.SYS=
| |
| | |
| =BASEDEV=Ibm1flpy.add=
| |
| | |
| Installs support for diskette drives. Use this driver for PCs with PCI or ISA bussystems. See the Tips and Tricks section for more information.
| |
| | |
| BASEDEV=Ibm1flpy.add
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Ibm1s506.add=
| |
| | |
| Installs support for IDE drives . Use this driver for PCs with PCI or ISA bussystems. See the Tips and Tricks section for more information. It supports busmastering only on Intel chipsets, if you have a none Intel chipset I recommend to use the Danis506.add driver.
| |
| | |
| BASEDEV=Ibm1s506.add
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Ibm2adsk.add=
| |
| | |
| Adapter driver for Micro Channel IDE drives.
| |
| | |
| BASEDEV=Ibm2adsk.add
| |
| | |
| note: This driver has no parameters.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Ibm2flpy.add=
| |
| | |
| Installs support for diskette drives. Use this driver for PCs with Micro-Channel bussystems (MCA). See the Tips and Tricks section for more information.
| |
| | |
| BASEDEV=Ibm2flpy.add
| |
| | |
| note: This driver has no parameters.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Ibm2scsi.add
| |
| IBM SCSI host adapter driver for Micro Channel systems.
| |
| | |
| BASEDEV=Ibm2scsi.add parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Ibmatapi.flt=
| |
| | |
| Filter driver ATAPI disks.
| |
| | |
| BASEDEV=Ibmatapi.flt
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Ibmidecd.flt=
| |
| | |
| This filter driver makes your IDE CDRom drive visible to OS/2.
| |
| | |
| note: To get CDRom support in OS/2 you must also install Ibm1s506.add and Os2cdrom.dmd .
| |
| | |
| BASEDEV=Ibmidecd.flt parameter
| |
| | |
| Parameter:
| |
| | |
| * /V
| |
| Displays some information during the boot.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Ibmint13.i13=
| |
| Generic driver for INT13 Bios.
| |
| | |
| BASEDEV=Ibmint13.i13
| |
| | |
| note: This driver has no parameters.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Ibmkbd.sys=
| |
| Provides support for your keyboard.
| |
| | |
| BASEDEV=Ibmkbd.sys parameter
| |
| | |
| Parameter:
| |
| | |
| * /NONE
| |
| Assumes a keyboard is installed even if a keyboard is not attached.
| |
| | |
| * /NUMON
| |
| Turns the numeric keys on your keyboard on. This switch works only on some configuratins, it depends on what a keyboard you have and what Codepage you use.
| |
| | |
| * /NUMOFF
| |
| Turns the numeric keys on your keyboard off.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Icmemcdd.sys=
| |
| Driver for PCMCIA Memorycards.
| |
| | |
| BASEDEV=Icmemcdd.sys
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Lms205.add=
| |
| Driver for Philips LMS CM205 and LMS CM225 CDRom drives.
| |
| | |
| BASEDEV=LMS205.add parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Lms206.add=
| |
| | |
| CDRom device driver for Philips LMS205MS, LMS225MS, LMS206 and LMS226 drives.
| |
| | |
| BASEDEV=Lms206.add parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Mitfx001.add=
| |
| Mitsumi LU0002, LU00005 and FX001 CDRom device driver.
| |
| | |
| BASEDEV=Mitfx001.add parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Mwdd32.sys=
| |
| | |
| This driver is used by the ext2 and the vfat installable file systems.
| |
| | |
| BASEDEV=Mwdd32.sys
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Os2aspi.dmd=
| |
| ASPI device manager.
| |
| | |
| BASEDEV=Os2aspi.dmd parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Os2dasd.dmd=
| |
| | |
| OS/2 device manager driver. Device manager drivers assigns the drive letters to the installed drives and partitions. This driver is for IDE hard disks and diskette drives.
| |
| | |
| BASEDEV=Os2dasd.dmd
| |
| | |
| Since fixpak 6/35 parameters are:
| |
| | |
| */rf
| |
| (removable to fixed) Together with this parameter it is possible to handle formerly only as 'superfloppy' available removable disks as partitionized disks.
| |
| | |
| */of
| |
| (optical to fixed) Like /rf but for MO (MagnetoOptical) Drives.
| |
| | |
| */LF
| |
| Forces all removable devices to be treated as Large Floppy rather than partitioned media.
| |
| | |
| */MP
| |
| Used to support allocating a predetermined number of drive letters for a partitioned removable media device. Note that this option only applies to partitioned removable devices, and is ignored for any other device type.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Os2scsi.dmd=
| |
| SCSI.sys emulation.
| |
| | |
| BASEDEV=Os2scsi.dmd
| |
| | |
| note: This driver has no parameters.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Par1284.sys=
| |
| Provides support for your parallel ports LPT. This driver is a replacement for the Print01.sys driver. The Par1284.sys supports bidirectional transmission, which can speed up the data transmission to and from your printer or whatever else you have connected to the LPT port.
| |
| | |
| BASEDEV=Par1284.sys
| |
| | |
| note: This driver has no parameters.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Partfilt.flt=
| |
| | |
| This filter driver makes a FAT32 partition visible to OS/2. It can also be used to make instead the ext2flt.flt driver to make an ext2 Partition visible to OS/2.
| |
| | |
| BASEDEV=Partfilt.flt parameters
| |
| | |
| Parameters:
| |
| | |
| * /Q
| |
| Disable the messages shown at boot up.
| |
| | |
| * /V
| |
| Displays some diagnostic information during the boot.
| |
| | |
| * /W
| |
| This allows write access to the FAT32 partitions.
| |
| | |
| * /A
| |
| Virtualize all found partitions. If you use this option, you must also specify the /M option, otherwise OS/2 may crash. The only good reason to use this option is along with the /M option to control the mounting order of all partitions.
| |
| | |
| * /M mount-order
| |
| Mounts the partitions in the order specified in the mount-order. The mount-order is a list of numbers separated by commas. To find out which number a partition has, use the program Diskinfo. Type in the partition numbers in the order you like. If you want to hide a partition than you must simply remove the partition number from the mount-order.
| |
| | |
| * /P partition types
| |
| This option setsa the partition types which should be virtualized. Please do not use any partion types already supported by OS/2!. Here are the partition types:
| |
| | |
| o 01 FAT12 (supported by OS/2)
| |
| o 02 XENIX_1
| |
| o 03 XENIX_2
| |
| o 04 FAT16 (supported by OS/2)
| |
| o 05 EXTENDED
| |
| o 06 HUGE (supported by OS/2)
| |
| o 07 IFS (supported by OS/2)
| |
| o 0A BOOTMANAGER
| |
| o 0B FAT32
| |
| o 0C FAT32_XINT13 or FAT32X
| |
| o 0E XINT13
| |
| o 0F XINT13_EXTENDED
| |
| o 41 PREP
| |
| o 63 UNIX
| |
| o 83 LINUX
| |
| | |
| To make Partfilt.flt virtualize a FAT32 partition you should use /P 0B.
| |
| To make Partfilt.flt virtualize a FAT32 and a Linux partition you should use /P 0B,83.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Pcm2ata.sys=
| |
| Driver for PCMCIA harddisk drives.
| |
| | |
| BASEDEV=Pcm2ata.sys
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Pcmcia.sys=
| |
| Base support for PCMCIA cards.
| |
| | |
| BASEDEV=Pcmcia.sys
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Print01.sys=
| |
| Provides support for your parallel ports LPT1, LPT2 and LPT3 on PCs with ISA or PCI buses.
| |
| | |
| BASEDEV=Print01.sys parameter
| |
| | |
| Parameter:
| |
| | |
| * /IRQ
| |
| This parameter change the transmission method from polling to interrupt. The interrupt method is faster but won't work on every system.
| |
| The used IRQ depends on the I/O address the LPT-port uses. IRQ 5 is used on LPT ports installed on the I/O address 278, IRQ 7 is used on LPT ports installed on the I/O address 378 or 3BC. To find out the I/O address of a LPT port use the Hardware-Manager.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Print02.sys=
| |
| | |
| Provides support for your parallel ports LPT1, LPT2 and LPT3 on PCs with Micro Channel buses.
| |
| | |
| BASEDEV=Print02.sys parameter
| |
| | |
| Parameter:
| |
| | |
| * /IRQ
| |
| This parameter change the transmission method from polling to interrupt. The interrupt method is faster but won't work on every system.
| |
| | |
| note: This driver supports also the DMA method, which is used by default when your PC supports it.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Ql10os2.add=
| |
| SCSI adapter driver for Qlogic ISP1020 devices.
| |
| | |
| BASEDEV=Ql10os2.add parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Ql40os2.add=
| |
| SCSI adapter driver for Qlogic FAS408 devices.
| |
| | |
| BASEDEV=Ql40os2.add parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Ql510.add
| |
| SCSI adapter driver for Qlogic Fast Scsi PCI Devices.
| |
| BASEDEV=Ql510.add parameters
| |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Reserve.sys=
| |
| Resource reserver for resource manager.
| |
| | |
| BASEDEV=Reserve.sys Parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Sbcd2.add=
| |
| Creative Labs Sound Blaster CDRom adapter device driver.
| |
| | |
| BASEDEV=Sbcd2.add parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Siside.add=
| |
| | |
| Installs support for IDE drives. This is a replacement for the Ibm1s506.add driver. Use it only if you have a PC with a SIS chipset. I recommend to use the Danis506.add driver instead of the Siside.add.
| |
| | |
| BASEDEV=Siside.add
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Sony31a.add=
| |
| Sony CDU31A CDRom device driver.
| |
| | |
| BASEDEV=Sony31a.add parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Sony535.add
| |
| Driver for many Sony CDRom drives : CDU-531, CDU-6201, CDU-6205, CDU-535, CDU-6205 and CDU-7205.
| |
| | |
| BASEDEV=Sony535.add parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| | |
| =BASEDEV=Sym8xx.add=
| |
| Symbios/NCR SCSI Host adapter cards driver.
| |
| | |
| BASEDEV=Sym8xx.add parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Timer0.sys=
| |
| OS/2 high resolution timer driver.
| |
| | |
| BASEDEV=Timer0.sys
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Tmcsim.add=
| |
| Tekram SCSI Host adapter driver.
| |
| | |
| BASEDEV=Aic78u2.add parameters
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Usbd.sys=
| |
| Driver for the USB port. You need also Usbhid.sys and Usbuhcd.sys installed. For now only the UHCI compatible USB controllers are supported. UHCI compatible controllers are only the chip sets from Intel and VIA.
| |
| | |
| BASEDEV=Usbd.sys parameters
| |
| | |
| parameters:
| |
| | |
| You have to use the parameter /REQ:USBUHCD$, the parameter points to the Usbuhcd.sys driver.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Usbhid.sys=
| |
| Driver for the USB port. IBM call it a "Human Interface Driver". You need also Usbd.sys and Usbuhcd.sys installed. For now only UHCI compatible USB controllers are supported. These are only the chip sets from Intel and VIA.
| |
| | |
| BASEDEV=Usbhid.sys
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| | |
| =BASEDEV=USBMSD.ADD=
| |
| This is the USB Mass Storage Driver. It works with USB flash drives and USB HDD.
| |
| | |
| BASEDEV=usbmsd.add /FLOPPIES:0 /REMOVABLES:n
| |
| | |
| Values:
| |
| * /FLOPPIES:0
| |
| | |
| * /REMOVABLES:n
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |No
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Usbuhcd.sys=
| |
| Driver for the USB port controller. You need also Usbd.sys and Usbhid.sys installed. For now only UHCI compatible USB controllers are supported. These are only the chip sets from Intel and VIA. Treiber fr den USB-Host-Controller.
| |
| | |
| BASEDEV=Usbuhcd.sys
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Usbuhcd2.sys=
| |
| Driver for the IBM Dockstation III USB host controller. You need also Usbd.sys and Usbhid.sys installed. For now only UHCI compatible USB controllers are supported. These are only the chip sets from Intel and VIA.
| |
| | |
| BASEDEV=Usbuhcd2.sys
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |
| | |
| =BASEDEV=Xdfloppy.flt=
| |
| | |
| This is required for reading diskettes which are written using the XDF (Extended Disk Format) format. These are usually OS/2 installation diskettes, and some hardware driver diskettes. The first 3 Warp 3.0 and the first 4 Warp 4.0 do not use the XDF format.
| |
| | |
| BASEDEV=Xdfloppy.flt
| |
| | |
| Parameters:
| |
| | |
| There are no parameters available.
| |
| | |
| <b>Platform Support:</b>
| |
| {| class="wikitable" style="text-align:center" border="1"
| |
| |-
| |
| !OS/2 2.x
| |
| !OS/2 3.0
| |
| !OS/2 4.0
| |
| !OS/2 4.5x
| |
| !eCS 1.x
| |
| !eCs 2.x
| |
| |-
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |Yes
| |
| |}
| |