freebsd-dev/lib/libcam
Kenneth D. Merry 96a93c63a8 Implement a new camcontrol function, 'camcontrol format'.
libcam/Makefile:	Add scsi_da.c to libcam for the new
			scsi_format_unit() function.

camcontrol.8:		Update the man page for the new format
			functionality, and take out the examples section
			describing how to do it with 'camcontrol cmd'.

camcontrol.c:		New format functionality.  Note that unlike the
			rest of the camcontrol subcommands, this one is
			interactive by default.  Because of the potential
			destructiveness of the format command, I thought
			it necessary to get confirmation from the user
			before spamming a disk.  You can disable the
			interactive behavior, and the status meter with
			command line arguments.

scsi_da.c:		Add the new scsi_format_unit() cdb building
			function and use #ifdef _KERNEL to make this file
			compile in both the kernel and userland.  The
			format unit function is currently only defined in
			the non-kernel case, because nothing in the kernel
			is using it.  If that changes, it should be
			un-ifdefed and compiled in both cases.

scsi_da.h:		New function declaration, CDB structure and format
			data structures.

Thanks to Nick Hibma for providing some valuable input on these changes.
2000-05-21 23:57:52 +00:00
..
cam_cdbparse.3 Introduce .Lb macro to libcam manpages. 2000-04-22 15:52:37 +00:00
cam.3 Introduce .Lb macro to libcam manpages. 2000-04-22 15:52:37 +00:00
camlib.c get pd_type from inquiry data itself 2000-01-16 20:15:43 +00:00
camlib.h $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
Makefile Implement a new camcontrol function, 'camcontrol format'. 2000-05-21 23:57:52 +00:00
scsi_cmdparse.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00