cvs commit: src/sys/pci if_sis.c

Marius Strobl marius at FreeBSD.org
Sun Oct 29 20:19:42 UTC 2006


marius      2006-10-29 20:19:41 UTC

  FreeBSD src repository

  Modified files:
    sys/pci              if_sis.c 
  Log:
  Wrap code optimized for architectures without alignment constraints
  in #ifdef __NO_STRICT_ALIGNMENT rather than #if defined(__i386__) ||
  defined(__amd64__). Currently this change is cosmetic only though.
  While at it, fix a nearby style(9) bug and remove a no longer used
  header.
  
  Revision  Changes    Path
  1.147     +5 -6      src/sys/pci/if_sis.c


More information about the cvs-all mailing list