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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to