Implementing GDLC Interface
This topic discuss the method of implementing the GDLC interface.
Each data link control (DLC) device manager operates in the kernel as a standard /dev entry of a multiplexed device manager for a specified protocol. For an adapter not in use by DLC, each open subroutine to a DLC device manager creates a kernel process. An open subroutine is also issued to the target adapter's device handler. If needed, issue additional open subroutines for multiple DLC adapter ports of the same protocol. Any open subroutine targeting the same port does not create additional kernel processes, but links the open subroutine with the existing process. Each active port always uses one kernel process.
The internal structure of a DLC device manager has the same basic structure as a kernel device handler, except that a kernel process replaces the interrupt handler in asynchronous events. The Read, Write, I/O Control, and Select blocks function as set forth in the Standard Kernel Device Manager figure as shown below.

Use the information in the following table to add an installed DLC.
Adding an Installed DLC Task
- Adding an Installed DLC: Choose one (depending on type):
- smit cmddlc_sdlc
- smit cmddlc_token
- smit cmddlc_qllc
- smit cmddlc_ether(see note)
- smit cmddlc_fddi
- mkdev