Jump to content

Character Device Driver: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 5: Line 5:
A character DD may be replaced by an other one with the same name (it depends on the loading sequence). This means, that such a driver needs to have a mechanism to unload.
A character DD may be replaced by an other one with the same name (it depends on the loading sequence). This means, that such a driver needs to have a mechanism to unload.


==List of Character Device Driver==
==Driver Names==
* NUL
* ACPICA$
* AFINET$
* AFOS2$
* APM$
* ASPIROU$
* ATAPI$
* CADH$$$$
* CD-ROM2$
* CHKDSK$
* CLOCK$
* COM1
* COM2
* CON
* CON
* USBAUD1$ 
* DOS$
* COM2
* ASPIROU$
* SBAUD1$   
* VICAPSH$
* MIDI$
* R0STUB$
* SSM$
* GRADD$
* GRADD$
* MMLEM$
* IBMEAN$
* AFINET$
* IBM1FLP$
* AFOS2$
* IBMKBD$
* IBMS506$
* IFNET$
* IFNET$
* INET$
* INET$
* COM1
* ISAPNP$
* USBKBD$
* KBD$
* USBMOU$
* LANMSG$$
* MOUSE$
* LPT1
* vboxgs1$
* LPT2
* vboxgst$
* LPT3
* LPTx$
* LVM$
* MIDI$
* MMLEM$
* [[MOUSE$]]
* NUL
* OEMHLP$
* OS2DASD$
* POINTER$
* POINTER$
* CD-ROM2$
* PRN
* THESEU5$
* PROTMAN$
* R0STUB$
* RESMGR$
* SBAUD1$
* SCREEN$
* SCSIMGR$
* SDDHELP$
* SINGLEQ$
* SINGLEQ$
* DOS$
* SSM$
* $USBPRT
* LPTx$
* USBRESM$
* TESTCFG$
* TESTCFG$
* PROTMAN$
* THESEU5$
* LANMSG$$
* TIMER0$
* UNICODE$
* UNICODE$
* ___HLP$
* USBAUD1$
* SCSIMGR$
* LVM$
* OS2DASD$
* ATAPI$
* USBMSD$
* USBCDRM$
* USBCDRM$
* IBM1FLP$
* IBMS506$
* APM$
* CADH$$$$
* USBHID$
* USBD$
* USBD$
* CHKDSK$
* PRN
* LPT1
* LPT2
* LPT3
* TIMER0$
* IBMKBD$
* USBEHCD$
* USBEHCD$
* USBHID$
* USBKBD$
* USBMOU$
* USBMSD$
* USBOHCD$
* USBOHCD$
* ISAPNP$
* USBRESM$
* KBD$
* vboxgs1$
* SCREEN$
* vboxgst$
* CLOCK$
* VICAPSH$
* RESMGR$
* ___HLP$
* OEMHLP$
* $USBPRT
* ACPICA$


[[Category:Device Driver]]
[[Category:Physical Device Drivers]]

Latest revision as of 04:43, 15 September 2020

It is a category of the Physical device drivers. A OS/2 Character Device Driver accesses data character oriented, often bytes or streams. Usually these drivers access data sequentially e.g. I/O for special hardware chips, like programmable I/O circuits.

OS/2 assigns names for these drivers e.g. MOUSE$ or LPT1. The driver may support more than one device with the same driver.

A character DD may be replaced by an other one with the same name (it depends on the loading sequence). This means, that such a driver needs to have a mechanism to unload.

Driver Names

  • ACPICA$
  • AFINET$
  • AFOS2$
  • APM$
  • ASPIROU$
  • ATAPI$
  • CADH$$$$
  • CD-ROM2$
  • CHKDSK$
  • CLOCK$
  • COM1
  • COM2
  • CON
  • DOS$
  • GRADD$
  • IBMEAN$
  • IBM1FLP$
  • IBMKBD$
  • IBMS506$
  • IFNET$
  • INET$
  • ISAPNP$
  • KBD$
  • LANMSG$$
  • LPT1
  • LPT2
  • LPT3
  • LPTx$
  • LVM$
  • MIDI$
  • MMLEM$
  • MOUSE$
  • NUL
  • OEMHLP$
  • OS2DASD$
  • POINTER$
  • PRN
  • PROTMAN$
  • R0STUB$
  • RESMGR$
  • SBAUD1$
  • SCREEN$
  • SCSIMGR$
  • SDDHELP$
  • SINGLEQ$
  • SSM$
  • TESTCFG$
  • THESEU5$
  • TIMER0$
  • UNICODE$
  • USBAUD1$
  • USBCDRM$
  • USBD$
  • USBEHCD$
  • USBHID$
  • USBKBD$
  • USBMOU$
  • USBMSD$
  • USBOHCD$
  • USBRESM$
  • vboxgs1$
  • vboxgst$
  • VICAPSH$
  • ___HLP$
  • $USBPRT