Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Dec 2002 19:18:00 -0800 (PST)
From:      Hidetoshi Shimokawa <simokawa@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/firewire firewire.c fwohci.c fwohcireg.h fwohcivar.h sbp.c
Message-ID:  <200212260318.gBQ3I0bB017819@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
simokawa    2002/12/25 19:18:00 PST

  Modified files:
    sys/dev/firewire     firewire.c fwohci.c fwohcireg.h 
                         fwohcivar.h sbp.c 
  Log:
  firewire.c
  - Fix permission of device node.
  
  fwochi.c, fwohcireg.h
  - Detect phy access failure correct way.
  - Set root hold-off bit before initiating bus reset.
          This should fix the problem with VIA6306.
  
  fwohcivar.h
  - Fix over-allocation of array. (fwohcivar.h)
  
  sbp.c
  - Return CAM_DEV_NOT_THERE rather than CAM_TID_INVALID to prevent retry.
  
  Revision  Changes    Path
  1.10      +2 -2      src/sys/dev/firewire/firewire.c
  1.8       +29 -10    src/sys/dev/firewire/fwohci.c
  1.3       +2 -21     src/sys/dev/firewire/fwohcireg.h
  1.2       +1 -1      src/sys/dev/firewire/fwohcivar.h
  1.9       +2 -2      src/sys/dev/firewire/sbp.c

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




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