From 722d862f578df2440c7ad89f6f113f5fa873ab50 Mon Sep 17 00:00:00 2001 From: asami Date: Fri, 3 May 1996 05:38:34 +0000 Subject: Bring in ccd support. New disk type for ccd. --- sys/sys/diskpc98.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/sys/diskpc98.h') diff --git a/sys/sys/diskpc98.h b/sys/sys/diskpc98.h index 66874e8..d75d6d1 100644 --- a/sys/sys/diskpc98.h +++ b/sys/sys/diskpc98.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)disklabel.h 8.2 (Berkeley) 7/10/94 - * $Id: disklabel.h,v 1.20 1996/02/24 05:21:50 hsu Exp $ + * $Id: disklabel.h,v 1.20 1996/03/11 02:06:30 hsu Exp $ */ #ifndef _SYS_DISKLABEL_H_ @@ -197,6 +197,7 @@ struct disklabel { #define DTYPE_HPIB 7 /* CS/80 on HP-IB */ #define DTYPE_HPFL 8 /* HP Fiber-link */ #define DTYPE_FLOPPY 10 /* floppy */ +#define DTYPE_CCD 11 /* concatenated disk */ #ifdef DKTYPENAMES static char *dktypenames[] = { @@ -211,6 +212,7 @@ static char *dktypenames[] = { "HP-FL", "type 9", "floppy", + "CCD", NULL }; #define DKMAXTYPES (sizeof(dktypenames) / sizeof(dktypenames[0]) - 1) -- cgit v1.1