Subject: bad144 is missing the RP07 entry (#147)
Index:	etc/bad144.c 2.11BSD

Description:
	The bad144 program does not recognize the 'rp07' drive type.

Repeat-By:
	Attempt to add a sector to the bad block table on a RP07.

Fix:
	Apply the patch below (thanks to Johnny Billquist for providing
	this fix), recompile and install 'bad144'.
=============================cut here============================
*** /usr/src/etc/bad144.c.old	Sat Aug 22 16:10:23 1987
--- /usr/src/etc/bad144.c	Tue Aug 10 19:50:29 1993
***************
*** 17,22 ****
--- 17,24 ----
   * reformatting.  To add a new bad sector the formatter must be used in
   * general since UNIX doesn't have on-line formatters to write the BSE
   * error in the header.
+  *
+  * RP07 entry added August 10, 1993 (thanks to Johnny Billquist) - SMS
   */
  #include <sys/param.h>
  #ifndef BADSECT
***************
*** 41,46 ****
--- 43,49 ----
  	"rp04",		22*19*411L,	22,	19,
  	"rp05",		22*19*411L,	22,	19,
  	"rp06",		22*19*815L,	22,	19,
+ 	"rp07",		50*32*630L,	50,	32,
  	"fuji160",	32*10*823L,	32,	10,
  	"diva",		33*19*815L,	33,	19,
  	"ampex9300",	33*19*815L,	33,	19,
