Date: Sun, 9 Jan 2005 23:49:45 +0000 (UTC) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ehci.c Message-ID: <200501092349.j09NnjnX014067@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@c2i.net>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.29      +2 -2      src/sys/dev/usb/ehci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501092349.j09NnjnX014067>
