Jump to content

Character Device Driver: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 4: Line 4:


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==
This is a list of common Character Device Driver that are loaded on OS/2-ArcaOS:
* NUL
* CON
* USBAUD1$ 
* COM2
* ASPIROU$
* SBAUD1$   
* VICAPSH$
* MIDI$
* R0STUB$
* SSM$
* GRADD$
* MMLEM$
* AFINET$
* AFOS2$
* IFNET$
* INET$
* COM1
* USBKBD$
* USBMOU$
* MOUSE$
* vboxgs1$
* vboxgst$
* POINTER$
* CD-ROM2$
* THESEU5$
* SINGLEQ$
* DOS$
* $USBPRT
* LPTx$
* USBRESM$
* TESTCFG$
* PROTMAN$
* LANMSG$$
* UNICODE$
* ___HLP$
* SCSIMGR$
* LVM$
* OS2DASD$
* ATAPI$
* USBMSD$
* USBCDRM$
* IBM1FLP$
* IBMS506$
* APM$
* CADH$$$$
* USBHID$
* USBD$
* CHKDSK$
* PRN
* LPT1
* LPT2
* LPT3
* TIMER0$
* IBMKBD$
* USBEHCD$
* USBOHCD$
* ISAPNP$
* KBD$
* SCREEN$
* CLOCK$
* RESMGR$
* OEMHLP$
* ACPICA$


[[Category:Glossary]]
[[Category:Glossary]]

Revision as of 16:30, 3 October 2017

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.

List of Character Device Driver

This is a list of common Character Device Driver that are loaded on OS/2-ArcaOS:

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