Enabled call to sddump so that if you have options SCSIDUMP in your kernel

you'll get to the dump code.  If you don't trust this on your disk also
add option NOT_TRUSTED, that disables the dump code, but prints out what
it WOULD do it it was going to scrible on your disk.
This commit is contained in:
rgrimes 1993-08-20 12:51:53 +00:00
parent cf0a4c9f20
commit 629ddb0624

View File

@ -56,7 +56,7 @@
* 28 Jul 93 Jordan K. Hubbard Free codrv's slot again
*
*/
static char rcsid[] = "$Header: /freefall/a/cvs/386BSD/src/sys/i386/i386/conf.c,v 1.3 1993/08/09 06:16:38 rgrimes Exp $";
static char rcsid[] = "$Header: /a/cvs/386BSD/src/sys/i386/i386/conf.c,v 1.4 1993/08/09 19:02:21 rgrimes Exp $";
#include "param.h"
#include "systm.h"
@ -84,8 +84,7 @@ int wddump(),wdsize();
#include "sd.h"
#if NSD > 0
int sdopen(),sdclose(),sdstrategy(),sdioctl();
int /*sddump(),*/sdsize();
#define sddump enxio
int sddump(),sdsize();
#else
#define sdopen enxio
#define sdclose enxio