Print this page
9842 man page typos and spelling

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/sbus.4
          +++ new/usr/src/man/man4/sbus.4
   1    1  '\" te
   2    2  .\" Copyright (c) 1999, Sun Microsystems, Inc.
   3    3  .\" All Rights Reserved
   4    4  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   5    5  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   6    6  .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7    7  .TH SBUS 4 "Dec 31, 1996"
   8    8  .SH NAME
   9    9  sbus \- configuration files for SBus device drivers
  10   10  .SH DESCRIPTION
  11      -.sp
  12   11  .LP
  13   12  The \fBSBus\fR is a geographically addressed peripheral bus present on many
  14   13  \fBSPARC\fR hardware platforms. \fBSBus\fR devices are \fIself-identifying\fR
  15   14  \(em that is to say the \fBSBus\fR card itself provides information to the
  16   15  system so that it can identify the device driver that needs to be used. The
  17   16  device usually provides additional information to the system in the form of
  18   17  name-value pairs that can be retrieved using the \fBDDI\fR property interfaces.
  19   18  See \fBddi_prop_op\fR(9F) for details.
  20   19  .sp
  21   20  .LP
↓ open down ↓ 56 lines elided ↑ open up ↑
  78   77  \fB\fBregisters\fR\fR
  79   78  .ad
  80   79  .RS 14n
  81   80  An arbitrary length array where each element of the array consists of a 3-tuple
  82   81  of integers.  Each array element describes a logically contiguous mappable
  83   82  resource on the \fBSBus.\fR
  84   83  .sp
  85   84  The first integer of each tuple should be set to \fB\(mi1\fR, specifying that
  86   85  any SBus slot may be matched. The second integer of each 3-tuple specifies the
  87   86  offset in the slot address space identified by the first element.  The third
  88      -integer of each 3-tuple specifies the size in bytes of the mappable resoure.
       87 +integer of each 3-tuple specifies the size in bytes of the mappable resource.
  89   88  .sp
  90   89  The \fBregisters\fR property can only be used to augment an incompletely
  91   90  specified \fBreg\fR property with information from a driver configuration file.
  92   91  It may only be specified in a driver configuration file.
  93   92  .RE
  94   93  
  95   94  .sp
  96   95  .LP
  97   96  All \fBSBus\fR devices must provide \fBreg\fR properties to the system. The
  98   97  first two integer elements of the \fBreg\fR property are used to construct the
↓ open down ↓ 52 lines elided ↑ open up ↑
 151  150  #ident  "@(#)SUNW,netboard.conf         1.4     92/03/10 SMI"
 152  151  #
 153  152  name="SUNW,netboard" class="sbus"
 154  153          registers=-1,0x40000,64,-1,0x80000,1024
 155  154          interrupts=3 debug-level=4;
 156  155  .fi
 157  156  .in -2
 158  157  .sp
 159  158  
 160  159  .SH ATTRIBUTES
 161      -.sp
 162  160  .LP
 163  161  See \fBattributes\fR(5) for descriptions of the following attributes:
 164  162  .sp
 165  163  
 166  164  .sp
 167  165  .TS
 168  166  box;
 169  167  c | c
 170  168  l | l .
 171  169  ATTRIBUTE TYPE  ATTRIBUTE VALUE
 172  170  _
 173  171  Architecture    SPARC
 174  172  .TE
 175  173  
 176  174  .SH SEE ALSO
 177      -.sp
 178  175  .LP
 179  176  \fBdriver.conf\fR(4), \fBattributes\fR(5), \fBddi_add_intr\fR(9F),
 180  177  \fBddi_map_regs\fR(9F), \fBddi_prop_op\fR(9F)
 181  178  .sp
 182  179  .LP
 183  180  \fIWriting Device Drivers\fR
 184  181  .SH WARNINGS
 185      -.sp
 186  182  .LP
 187  183  The wildcarding mechanism of the \fBregisters\fR property matches every
 188  184  instance of the particular device attached to the system. This may not always
 189  185  be what is wanted.
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX