cvs commit: src/sys/contrib/dev/oltr if_oltr.c

Bruce Evans bde at FreeBSD.org
Wed Aug 6 03:52:17 PDT 2003


bde         2003/08/06 03:52:16 PDT

  FreeBSD src repository

  Modified files:
    sys/contrib/dev/oltr if_oltr.c 
  Log:
  Broke the warning that this driver uses pessimal (u_short) types for
  i/o ports by calling the implementation-detail level below inb() and
  outb() instead of inb() and outb().  Unpessimizing the types is too
  hard since they are mainly used in microcode.
  
  Revision  Changes    Path
  1.29      +2 -2      src/sys/contrib/dev/oltr/if_oltr.c


More information about the cvs-src mailing list