Print this page
7154 arn(7D) walks out of bounds when byteswapping the 4K eeprom
7152 weird condition in arn(7D) needs clarification
7153 delete unused code in arn(7D)
7155 arn(7D) should include the mac fields in the eeprom enumeration

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/arn/Makefile
          +++ new/usr/src/uts/intel/arn/Makefile
↓ open down ↓ 54 lines elided ↑ open up ↑
  55   55  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  56   56  
  57   57  #
  58   58  #       Driver depends on GLDv3 & wifi kernel support module.
  59   59  #
  60   60  LDFLAGS         += -dy -Nmisc/mac -Nmisc/net80211
  61   61  
  62   62  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  63   63  
  64   64  CERRWARN        += -_gcc=-Wno-unused-variable
  65      -CERRWARN        += -_gcc=-Wno-unused-function
  66   65  CERRWARN        += -_gcc=-Wno-uninitialized
  67   66  CERRWARN        += -_gcc=-Wno-char-subscripts
  68      -CERRWARN        += -_gcc=-Wno-empty-body
  69   67  
  70   68  #
  71   69  #       Default build targets.
  72   70  #
  73   71  .KEEP_STATE:
  74   72  
  75   73  def:            $(DEF_DEPS)
  76   74  
  77   75  all:            $(ALL_DEPS)
  78   76  
↓ open down ↓ 22 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX