mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Minor improvements to the fwdownload code suggested by chs@:
o Print the path_id/target we're rescanning so it's not invisible
o No need for XPT_GDEVLIST, all the info is filled in. Remove sending it
as well as a comment related to it from a mistaken observation. libcam
always fills these in properly, so use those for the ccb path/target.
o Don't leak /dev/xpt fd in success cases.
o Rename fw_rescan_lun to fw_rescan_target and pass sim_mode to
only print path_id and target_id info.
Reviewed by: chs@
Fixes:
|
||
|---|---|---|
| .. | ||
| attrib.c | ||
| camcontrol.8 | ||
| camcontrol.c | ||
| camcontrol.h | ||
| depop.c | ||
| epc.c | ||
| fwdownload.c | ||
| Makefile | ||
| Makefile.depend | ||
| modeedit.c | ||
| persist.c | ||
| progress.c | ||
| progress.h | ||
| timestamp.c | ||
| util.c | ||
| zone.c | ||