Print this page
11639 some man pages show incorrect driver locations

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7d/ecpp.7d.man.txt
          +++ new/usr/src/man/man7d/ecpp.7d.man.txt
↓ open down ↓ 55 lines elided ↑ open up ↑
  56   56         forward phase of ECPP_ECP_MODE. After the transfer completes, the link
  57   57         returns to idle state.
  58   58  
  59   59  
  60   60         The application may attempt to negotiate the device into a specific
  61   61         mode or set the write_timeout values through the ECPPIOC_SETPARMS
  62   62         ioctl(2) call. For mode negotiation to be successful, both the host
  63   63         workstation and the peripheral must support the requested mode.
  64   64  
  65   65     Tunables
  66      -        Characteristics of the ecpp driver may be tuned by the variables
       66 +       Characteristics of the ecpp driver may be tuned by the variables
  67   67         described in /kernel/drv/ecpp.conf. These variables are read by the
  68   68         kernel during system startup. To tune the variables, edit the ecpp.conf
  69   69         file and invoke update_drv(1M) to have the kernel read the file again.
  70   70  
  71   71  
  72   72         Some Centronics peripherals and certain IEEE 1284 compatible
  73   73         peripherals will not operate with the parallel port operating in a fast
  74   74         handshaking mode.  If printing problems occur, set "fast-centronics"
  75   75         and "fast-1284-compatible" to "false." See /kernel/drv/ecpp.conf for
  76   76         more information.
↓ open down ↓ 230 lines elided ↑ open up ↑
 307  307  
 308  308                            The control register is read/write. Valid bit values
 309  309                            for dcr are: ECPP_STB, ECPP_AFX, ECPP_nINIT,
 310  310                            ECPP_SLCTIN. All other bits are reserved. Reading
 311  311                            reserved bits always return 1. An attempt to write
 312  312                            0s into these bits results in EINVAL.
 313  313  
 314  314  
 315  315  DEVICE SPECIAL FILES
 316  316         /dev/lpN
 317      -                          Solaris x86 only. (Backwards compatibility with
 318      -                          former lp(7D) devices.)
      317 +                          x86 only. (Backwards compatibility with former
      318 +                          lp(7D) devices.)
 319  319  
 320  320  
 321  321         /dev/printers/N
 322  322                            1284 compliant parallel port device special files
 323  323                            appears in both namespaces.
 324  324  
 325  325  
 326  326  FILES
 327      -       kernel/drv/ecpp
      327 +       /kernel/drv/sparcv9/ecpp
 328  328  
 329      -           32-bit ELF kernel module
      329 +           Device driver (SPARC)
 330  330  
 331  331  
 332      -       kernel/drv/sparcv9/ecpp
      332 +       /kernel/drv/amd64/ecpp
 333  333  
 334      -           64-bit SPARC ELF kernel module
      334 +           Device driver (x86)
 335  335  
 336  336  
 337      -       kernel/drv/amd64/ecpp
      337 +       /kernel/drv/ecpp.conf
 338  338  
 339      -           64-bit x86 ELF kernel module
      339 +           Driver configuration file
 340  340  
 341  341  
 342      -       kernel/drv/ecpp.conf
 343      -
 344      -           driver configuration file
 345      -
 346      -
 347      -       kernel/drv/sparcv9/ecpp.conf
 348      -
 349      -           driver configuration file for 64-bit SPARC
 350      -
 351      -
 352      -       kernel/drv/amd64/ecpp.conf
 353      -
 354      -           driver configuration file for 64-bit x86
 355      -
 356      -
 357  342  ERRORS
 358  343         EBADF
 359  344                   The device is opened for write-only access and a read is
 360  345                   attempted, or the device is opened for read-only access and a
 361  346                   write is attempted.
 362  347  
 363  348  
 364  349         EBUSY
 365  350                   The device has been opened and another open is attempted. An
 366  351                   attempt has been made to unload the driver while one of the
↓ open down ↓ 46 lines elided ↑ open up ↑
 413  398  
 414  399  DIAGNOSTICS
 415  400         Parallel port controller not supported
 416  401  
 417  402             Driver does not support parallel port controller on the given host.
 418  403             Attach failed.
 419  404  
 420  405  
 421  406  
 422  407  
 423      -                                 May 13, 2017                         ECPP(7D)
      408 +                               January 10, 2020                       ECPP(7D)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX