freebsd_amp_hwpstate/sys/cam
Paul Saab c794ceb56a Implement write combining for crashdumps. This is useful when
write caching is disabled on both SCSI and IDE disks where large
memory dumps could take up to an hour to complete.

Taking an i386 scsi based system with 512MB of ram and timing (in
seconds) how long it took to complete a dump, the following results
were obtained:

Before:				After:
	WCE           TIME		WCE           TIME
	------------------		------------------
	1	141.820972		1	 15.600111
	0	797.265072		0	 65.480465

Obtained from:	Yahoo!
Reviewed by:	peter
2000-10-17 10:05:49 +00:00
..
scsi Implement write combining for crashdumps. This is useful when 2000-10-17 10:05:49 +00:00
cam.c
cam.h Various typo's. 2000-03-15 21:55:48 +00:00
cam_ccb.h cam_ccb.h: 2000-07-18 19:47:14 +00:00
cam_debug.h
cam_extend.c Remove unneeded #include <sys/kernel.h> 2000-04-29 15:36:14 +00:00
cam_extend.h
cam_periph.c Change the "Duplicate Wired Device entry" printout in camperiphnextunit to 2000-08-29 22:11:39 +00:00
cam_periph.h Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
cam_queue.c
cam_queue.h Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
cam_sim.c
cam_sim.h
cam_xpt.c Remove unneeded #include <machine/clock.h> 2000-10-15 14:19:01 +00:00
cam_xpt.h
cam_xpt_periph.h
cam_xpt_sim.h Clean up the xpt_sim creation to mirror how HBA drivers perform this task. 2000-01-14 23:08:46 +00:00