Searched hist:fce84cb42b3cf9406e449362a7c5dbb88f13d8f4 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/cam/ |
H A D | cam_xpt.c | diff fce84cb42b3cf9406e449362a7c5dbb88f13d8f4 Tue Oct 13 23:29:04 CEST 1998 Kenneth D. Merry <ken@FreeBSD.org> 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> diff fce84cb42b3cf9406e449362a7c5dbb88f13d8f4 Tue Oct 13 23:29:04 CEST 1998 Kenneth D. Merry <ken@FreeBSD.org> 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>
|