cvs commit: src/sys/dev/ie if_ievar.h

Bruce Evans bde at FreeBSD.org
Wed Aug 6 10:28:34 PDT 2003


bde         2003/08/06 10:28:33 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/ie           if_ievar.h 
  Log:
  Don't use pessimal (u_short) types for i/o ports.  This is mainly for
  completenss.  The pessimization is tiny compared with i/o port slowness
  except on very old machines, but code that used signed short types for
  i/o ports was unpessimized long ago, and the macro that detected it
  recently started working for u_short types too.  Use of bus space
  should have made this moot long ago.
  
  Not tested at runtime by:  bde
  
  Revision  Changes    Path
  1.2       +1 -1      src/sys/dev/ie/if_ievar.h


More information about the cvs-src mailing list