summaryrefslogtreecommitdiffstats
path: root/sys/sys/diskpc98.h
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-05-03 05:38:34 +0000
committerasami <asami@FreeBSD.org>1996-05-03 05:38:34 +0000
commit722d862f578df2440c7ad89f6f113f5fa873ab50 (patch)
tree1d7647a2a9d762ae767d8a30debfb9cfe38dc7d4 /sys/sys/diskpc98.h
parentc8d322f8e5ab80f7ed7f2228dc8f40b80a0b11a7 (diff)
downloadFreeBSD-src-722d862f578df2440c7ad89f6f113f5fa873ab50.zip
FreeBSD-src-722d862f578df2440c7ad89f6f113f5fa873ab50.tar.gz
Bring in ccd support.
New disk type for ccd.
Diffstat (limited to 'sys/sys/diskpc98.h')
-rw-r--r--sys/sys/diskpc98.h4
1 files changed, 3 insertions, 1 deletions
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)
OpenPOWER on IntegriCloud