Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2003 05:35:58 -0800 (PST)
From:      Hidetoshi Shimokawa <simokawa@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/firewire firewire.c firewirereg.h fwohci.c sbp.c
Message-ID:  <200302131335.h1DDZw29026721@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
simokawa    2003/02/13 05:35:58 PST

  Modified files:
    sys/dev/firewire     firewire.c firewirereg.h fwohci.c sbp.c 
  Log:
  firewire/fwohci
  - Drain fwohci TX queue first then drain xfer queue which has not started.
  - Check validity of the received packet length.
  - Don't allocate too large buffer for xfer receive buf.
  
  sbp
  - Fix panic for some CROM which doesn't have a text leaf.
          This could fix the PR kern/48129 but no feedback has been gotten from
          the originator yet.
  - Put back some M_NOWAIT flags into malloc which could be called
          in interrupt context for 4-stable.
  
  Revision  Changes    Path
  1.38      +13 -8     src/sys/dev/firewire/firewire.c
  1.19      +1 -0      src/sys/dev/firewire/firewirereg.h
  1.40      +39 -37    src/sys/dev/firewire/fwohci.c
  1.30      +22 -5     src/sys/dev/firewire/sbp.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302131335.h1DDZw29026721>