Print this page
11641 spelling mistakes in section 7d of the manual

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7d/sd.7d.man.txt
          +++ new/usr/src/man/man7d/sd.7d.man.txt
↓ open down ↓ 24 lines elided ↑ open up ↑
  25   25         storage devices (refer to scsa2usb(7D)).
  26   26  
  27   27  
  28   28         To determine the disk drive type, use the SCSI/ATAPI inquiry command
  29   29         and read the volume label stored on block 0 of the drive. (The volume
  30   30         label describes the disk geometry and partitioning and must be present
  31   31         for the disk to be mounted by the system.) A volume label is not
  32   32         required for removable, re-writable or read-only media.
  33   33  
  34   34     x86 Only
  35      -       The sddriver supports embedded SCSI-2 and CCS-compatible SCSI disk and
       35 +       The sd driver supports embedded SCSI-2 and CCS-compatible SCSI disk and
  36   36         CD-ROM drives, ATAPI 2.6 (SFF-8020i)-compliant CD-ROM drives,
  37   37         SFF-8090-compliant SCSI/ATAPI DVD-ROM drives, IOMEGA SCSI/ATAPI ZIP
  38   38         drives, and SCSI JAZ drives.
  39   39  
  40   40  
  41   41         The x86 BIOS legacy requires a master boot record (MBR) and fdisk table
  42   42         in the first physical sector of the bootable media. If the x86 hard
  43   43         disk contains a Solaris disk label, it is located in the second
  44   44         512-byte sector of the FDISK partition.
  45   45  
↓ open down ↓ 54 lines elided ↑ open up ↑
 100  100         Each device maintains I/O statistics for the device and for partitions
 101  101         allocated for that device. For each device/partition, the driver
 102  102         accumulates reads, writes, bytes read, and bytes written. The driver
 103  103         also initiates hi-resolution time stamps at queue entry and exit points
 104  104         to enable monitoring of residence time and cumulative residence-length
 105  105         product for each queue.
 106  106  
 107  107  
 108  108         Not all device drivers make per-partition IO statistics available for
 109  109         reporting. sd and ssd(7D) per-partition statistics are enabled by
 110      -       default but may disabled in their configuration files.
      110 +       default but may be disabled in their configuration files.
 111  111  
 112  112  IOCTLS
 113  113         Refer to dkio(7I), and cdio(7I)
 114  114  
 115  115     ERRORS
 116  116         EACCES
 117  117                   Permission denied
 118  118  
 119  119  
 120  120         EBUSY
↓ open down ↓ 28 lines elided ↑ open up ↑
 149  149         EINTR
 150  150                   A signal was caught during the execution of the ioctl()
 151  151                   function
 152  152  
 153  153  
 154  154         ENOMEM
 155  155                   Insufficient memory
 156  156  
 157  157  
 158  158         EPERM
 159      -                 Insufficent access permission
      159 +                 Insufficient access permission
 160  160  
 161  161  
 162  162         EIO
 163  163                   An I/O error occurred. Refer to notes for details on copy-
 164  164                   protected DVD-ROM media.
 165  165  
 166  166  
 167  167  CONFIGURATION
 168  168         The sd driver can be configured by defining properties in the sd.conf
 169  169         file. The sd driver supports the following properties:
↓ open down ↓ 371 lines elided ↑ open up ↑
 541  541  
 542  542  NOTES
 543  543         DVD-ROM media containing DVD-Video data may follow/adhere to the
 544  544         requirements of content scrambling system or copy protection scheme.
 545  545         Reading of copy-protected sector will cause I/O error. Users are
 546  546         advised to use the appropriate playback software to view video contents
 547  547         on DVD-ROM media containing DVD-Video data.
 548  548  
 549  549  
 550  550  
 551      -                                 May 13, 2017                           SD(7D)
      551 +                               January 10, 2020                         SD(7D)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX