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/iwi/ipw2200.h
          +++ new/usr/src/uts/common/io/iwi/ipw2200.h
↓ open down ↓ 30 lines elided ↑ open up ↑
  31   31   */
  32   32  
  33   33  #ifndef _SYS_IPW2200_H
  34   34  #define _SYS_IPW2200_H
  35   35  
  36   36  #ifdef __cplusplus
  37   37  extern "C" {
  38   38  #endif
  39   39  
  40   40  /*
  41      - * Intel Wireless PRO/2200 mini-pci adpater drier
       41 + * Intel Wireless PRO/2200 mini-pci adapter drier
  42   42   * ipw2200.h: common definitions and interface to user land application
  43   43   */
  44   44  #include <sys/types.h>
  45   45  #include <sys/ddi.h>
  46   46  #include <sys/sunddi.h>
  47   47  
  48   48  #define IPW2200_DRV_NAME  "iwi"
  49   49  #define IPW2200_DRV_DESC  "Intel Wireless 2200/2915"
  50   50  
  51   51  /*
↓ open down ↓ 44 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX