DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

autopush(1M)


autopush -- configure lists of automatically pushed STREAMS modules

Synopsis

autopush -f file
autopush -r -M major -m minor
autopush -r -N module_name -m minor
autopush -g -M major -m minor
autopush -g -N module_name -m minor

Description

This command allows you to configure the list of modules that should be automatically pushed onto the stream when a device is opened. It can also be used to remove a previous setting or to get information about a setting.

The following options apply to autopush:


-f file
Sets up the autopush configuration for each driver according to the information stored in the specified file. An autopush file consists of lines of at least four space-separated fields in one of the following two formats:
   major  minor  last_minor  mod1 [ mod2 ... modn ]
   

module_name minor last_minor mod1 [ mod2 ... modn ]

In the first form, the first three fields are integers that specify the major device number, minor device number, and last minor device number in a range.

The second form must be used for DDI 8 drivers. In this case, module_name is the name that identifies the device instance, and minor and last_minor are interpreted as channel numbers.

To configure a range of minor devices for a particular major (or driver instance in the case of DDI 8), minor must be less than last_minor. If minor is -1, all minor devices (or channels) of a driver specified by major or module_name are configured and the value for last_minor is ignored. If last_minor is 0, only a single minor device (or channel) is configured.

If last_minor is -1, autopush configures any minor device (or channel) that is returned by cloning (``open redirection'' of) the minor device. For modules that conform to versions of the DDI prior to DDI 8, minor represents the minor number that is used to open a clone device. For modules that conform to DDI 8, minor represents the ``clone channel'' that is used to open a device.

The remaining space-separated fields constitute a list of the names of the modules that are to be pushed on the stream in the specified order. The maximum number of modules that can be automatically pushed is defined to be 8.

Comment lines start with a pound sign (#).


-g
Gets the current configuration setting of a particular major (or module_name) and minor device number specified with the -M (or -N) and -m options respectively. It will also return the starting minor device number if the request corresponds to a setting of a range (as described for the -f option).

-M major
Specifies a driver by its major number.

-m minor
Specifies a driver's minor number (or channel number for DDI 8).

-N name
Specifies a driver instance by the name of the device driver (required for DDI 8).

-r
Removes the previous configuration setting of the particular major (or module_name) and minor device (or channel) number specified with the -M (or -N) and -m options respectively. If the values of major or module_name and minor correspond to a setting of a range of minor devices (or channels), where minor matches the first minor device (or channel) number in the range, the configuration would be removed for the entire range.

References

sad(7), streamio(7)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004