Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 1998 14:29:05 -0700 (PDT)
From:      Kenneth Merry <ken@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/cam cam_xpt.c
Message-ID:  <199810132129.OAA26590@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ken         1998/10/13 14:29:05 PDT

  Modified files:
    sys/cam              cam_xpt.c 
  Log:
  Fix a bug in the scan lun code that showed up when we did the following
  sequence of things:
  
  - spin up a disk
    - send an async event to refresh the inquiry data
      - run through xpt_scan_lun() to re-probe the device
          - eventually finish the probe, but panic in xpt_done() because the
            periph pointer wasn't set.
  
  Reviewed by:	gibbs
  Reported by:	Philippe Regnauld <regnauld@deepo.prosa.dk>
  
  Revision  Changes    Path
  1.20      +3 -2      src/sys/cam/cam_xpt.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?199810132129.OAA26590>