OS2DD303 - OS/2 Adapter Device Driver (ADD): Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
= Course OS2DD303 - Adapter Device Drivers (ADD) =
OS/2 Device Drivers for SCSI or Proprietary Interfaces  
OS/2 Device Drivers for SCSI or Proprietary Interfaces  


==Objective==
==Objective==
This five day workshop will enable programmers to write OS/2 Adapter device drivers (ADD). An ADD communicates with SCSI or proprietary I/O interfaces which usually connect to DASD, CD-ROM, etc.  
This five day workshop will enable programmers to write OS/2 Adapter device drivers (ADD). An ADD communicates with SCSI or proprietary I/O interfaces which usually connect to DASD, CD-ROM, etc.  



Latest revision as of 19:26, 4 October 2018

OS/2 Device Drivers for SCSI or Proprietary Interfaces

Objective

This five day workshop will enable programmers to write OS/2 Adapter device drivers (ADD). An ADD communicates with SCSI or proprietary I/O interfaces which usually connect to DASD, CD-ROM, etc.

This class will identify the protocol on how the ADD communicates with the Device Manager (DMD) using the IORB interface. Installation and debug techniques will also be covered. The Developer Connection Device Driver Kit (Devcon-DDK) will be used extensively in order to build and test the ADD.

Target audience

IBM or OEM programmers who code device drivers for PC I/O interfaces such as SCSI or proprietary.

Attendee prerequisites

  • Programming expertise: C (MASM useful)
  • Have written device drivers for DASD I/O hardware (DOS device drivers, ROM BIOS, test utilities)
  • Attendee must be a licensee of the following software:
    • OS/2 2.x, OS/2 Warp
    • Developer Connection Device Driver Kit (Devcon-DDK), MSC 6.0
    • Knowledge of OS/2 Physical Device Driver (recommend attendance at OS2DD101 workshop)

Outline

  • OS/2 Structure
  • Device Driver types
  • Driver Stack under OS/2
    • Adapter Device Driver (ADD)
    • Filter ADD (FLT), Device Manager (DMD)
  • CONFIG.SYS
    • Installation (BASEDEV= )
    • Boot sequence
  • ADD Development considerations
    • Command line parameters
    • Error handling
  • IORB - Format, Control
  • Device Table Structure
  • TESTCFG.SYS
    • IOctl functions, parameters
  • CDROM filter ADD example
    • Sample Code layout
  • Device Driver Profiles
  • Impact: SCSI versus proprietary interfaces
  • Lab: Adapter device driver development

Download

  • N/A