The error reporting program is now called
	/usr/kre/src/cmd/rmerscan
(it now only handles rm03's, rp06's are different in some ways I believe)

The following options work so far (more are coming)

	-v		print & interpret device registers
	-vv		much more verbose register report
	-V		print regs after error fixed, or hope is given up,
			as well as when first detected
	-f		separate reports by a \f
	-g		have a guess at error cause

	-sSEQ1,SEQ2	report errors with seq #'s SEQ1 .. SEQ2 only
			( -s,SEQ2 --> all up to SEQ2
			  -sSEQ1, --> all from SEQ1 onwards
			  -sSEQ1  --> SEQ1 only )

	-t		give totals (# of errors of various sorts)
	-r		report on recovered errors
	-h		report on hard errors
	-m		report on medium off line errors
	-p		report on pack changes (volume not valid)
-- these are cumulative, if none is given, '-t' is assumed
	(unless -g was given, in which case the default is '-r -h')

Options to come
	-a time		report (& count) only errors after ...
	-b time					   before ...
	-d maj/min	report only on the device spec'd
	-x file		write raw data (as selected for reporting)
			to file (for later analysis in other ways)
