The following options apply to autopush:
maj_ min_ last_min_ mod1 mod2 ... modnThe first three fields are integers that specify the major device number, minor device number, and last minor device number. The remaining fields represent the names of modules. If min_ is -1, then all minor devices of a major driver specified by maj_ are configured and the value for last_min_ is ignored. If last_min_ is 0, then only a single minor device is configured. To configure a range of minor devices for a particular major, min_ must be less than last_min_.
The last fields of a line in the autopush file represent the list of module names where each is separated by a space. The maximum number of modules that can be automatically pushed on a stream is defined to be eight. The modules are pushed in the order they are specified. Comment lines start with a pound sign (#).