# @(#)34 1.1.1.1 src/bos/usr/sbin/strload/dlpi.conf, cmdpse, bos720 3/19/13 06:22:49 # IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # bos720 src/bos/usr/sbin/strload/dlpi.conf 1.1.1.1 # # Licensed Materials - Property of IBM # # COPYRIGHT International Business Machines Corp. 1994,2013 # All Rights Reserved # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # # IBM_PROLOG_END_TAG # # COMPONENT_NAME: CMDPSE - Streams commands. # # ORIGINS: 27 83 # # (C) COPYRIGHT International Business Machines Corp. 1994 # All Rights Reserved # Licensed Materials - Property of IBM # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # # # DLPI Configuration File # # format: # attribute filename [argument [node [minors ...]]] [# comment] # attribute: d(river),m(odule),s(tandard),+(multi-configure) # filename: pathname to extension, relative to /usr/lib/drivers/pse # argument: optional argument passed to extension's config routine # 'to spec' means STREAMS service routines are run in the interrupt context # 'not to spec' means STREAMS service routines are scheduled and run in process context # By default the Streams dlpi modules and drivers are set to 'not to spec' # Usages: # - default 'not to spec' on both read and write queues # d+ dlpi en /dev/dlpi/en # - to set both dlpi driver's queues 'to spec' # d+ dlpi en,s /dev/dlpi/en # or d+ dlpi en,rq:s,wq:s /dev/dlpi/en # - to sets read queue 'to spec' and write queue 'not to spec' # d+ dlpi en,rq:s /dev/dlpi/en # - to sets write queue 'to spec' and read queue 'not to spec' # d+ dlpi en,wq:s /dev/dlpi/en # node: alternate node to create (default is /dev/filename) # minors: list of minors to create (nodes are strcat(node,minor)) # d+ dlpi en /dev/dlpi/en # streams dlpi ethernet driver d+ dlpi et /dev/dlpi/et # streams dlpi 802.3 driver d+ dlpi tr /dev/dlpi/tr # streams dlpi token ring driver d+ dlpi fi /dev/dlpi/fi # streams dlpi FDDI driver