Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Aug 2003 10:28:33 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ie if_ievar.h
Message-ID:  <200308061728.h76HSXeC061169@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308061728.h76HSXeC061169>