cvs commit: src/sys/dev/usb ehci.c

Julian Elischer julian at FreeBSD.org
Sun Jan 9 15:49:45 PST 2005


julian      2005-01-09 23:49:45 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ehci.c 
  Log:
  fix a "little-endian-big-endian confusion that luckily:
  1/ doesn't matter on most of our architectures
  2/ will never happen unless we start queueing multiple trasactions
  to a single endpoint at one time (which we do not allow yet).
  If anyone has a big_endian machine with EHCI they might check this
  if they are having problems with EHCI but it's unlikely even there..
  
  Submitted by:   Hans Petter Selasky <hselasky at c2i.net>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.29      +2 -2      src/sys/dev/usb/ehci.c


More information about the cvs-all mailing list