freebsd-dev/sbin/camcontrol
Kenneth D. Merry 10e1cf639d 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
1999-10-31 02:39:44 +00:00
..
camcontrol.8 Add references to cam(4) and xpt(4). 1999-10-28 17:18:15 +00:00
camcontrol.c Fix Bus Device Resets from userland, and specifically from camcontrol. 1999-10-31 02:39:44 +00:00
camcontrol.h $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
Makefile Add a MAINTAINER line to modules that I maintain. 1999-06-18 00:41:47 +00:00
modeedit.c Use mkstemp(3) instead of tmpnam(3) when creating temporary files for mode 1999-09-28 02:01:46 +00:00
util.c Use mkstemp(3) instead of tmpnam(3) when creating temporary files for mode 1999-09-28 02:01:46 +00:00