Print this page
3217 cfgadm should spell "adaptors" correctly
Reviewed by: Alexander Eremin <alexander.r.eremin@gmail.com>
Reviewed by: David Hoeppner <0xffea@gmail.com>
Reviewed by: Gary Mills <gary_mills@fastmail.fm>
Reviewed by: Eric Schrock <Eric.Schrock@delphix.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/1394/adapters/hci1394_extern.c
          +++ new/usr/src/uts/common/io/1394/adapters/hci1394_extern.c
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17   * fields enclosed by brackets "[]" replaced with your own identifying
  18   18   * information: Portions Copyright [yyyy] [name of copyright owner]
  19   19   *
  20   20   * CDDL HEADER END
  21   21   */
  22   22  /*
  23   23   * Copyright (c) 1999-2000 by Sun Microsystems, Inc.
  24   24   * All rights reserved.
  25   25   */
  26   26  
  27      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  28      -
  29   27  /*
  30   28   * hci1394_extern.c
  31   29   *    Central location for externs.  There are two exceptions to this,
  32   30   *    hci1394_statep (located in hci1394.c) and hci1394_evts (located in
  33   31   *    hci1394_s1394if.c).
  34   32   */
  35   33  
  36   34  #include <sys/conf.h>
  37   35  #include <sys/ddi.h>
  38   36  #include <sys/modctl.h>
↓ open down ↓ 6 lines elided ↑ open up ↑
  45   43  
  46   44  
  47   45  /*
  48   46   * The 1394 bus ticks are in 125uS increments.  split_timeout is represented in
  49   47   * 1394 bus ticks.  800 bus ticks is 100mS.
  50   48   */
  51   49  uint32_t hci1394_split_timeout = 800;
  52   50  
  53   51  
  54   52  /*
  55      - * 1394 address map for OpenHCI adpaters.
       53 + * 1394 address map for OpenHCI adapters.
  56   54   *
  57   55   * This is what is reported to the services layer.  The hci1394 driver does not
  58   56   * modify the HW to reflect this.  This should reflect what the OpenHCI 1.0 HW
  59   57   * is set to.  The comments below give the actual address ranges where the
  60   58   * actual structure has the format of - start address, size, type.
  61   59   *
  62   60   * physical =>          0x0000000000000000 - 0x00000000FFFFFFFF
  63   61   * posted write =>      0x0000000100000000 - 0x0000FFFEFFFFFFFF
  64   62   * normal =>            0x0000FFFF00000000 - 0x0000FFFFEFFFFFFF
  65   63   * csr =>               0x0000FFFFF0000000 - 0x0000FFFFFFFFFFFF
↓ open down ↓ 25 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX