Date: Sat, 30 Oct 1999 19:39:45 -0700 (PDT) From: Kenneth Merry <ken@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.c src/sys/cam cam_xpt.c Message-ID: <199910310239.TAA21808@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ken 1999/10/30 19:39:45 PDT
Modified files:
sbin/camcontrol camcontrol.c
sys/cam cam_xpt.c
Log:
Fix Bus Device Resets from userland, and specifically from camcontrol.
camcontrol was setup to use the old scheme of going through the xpt(4)
device, which never worked properly (and has been disabled for a while).
camcontrol now sends BDRs through the pass(4) device, and XPT_RESET_DEV
CCBs are put on the device queue in the transport layer, as they should be.
Submitted by: luoqi
Reviewed by: ken
Revision Changes Path
1.18 +42 -12 src/sbin/camcontrol/camcontrol.c
1.73 +2 -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?199910310239.TAA21808>
