From d0edbb3d591b53ffdef6a3ed4c7313a3e18dfebc Mon Sep 17 00:00:00 2001 From: cgd Date: Sun, 9 Jan 1994 20:05:38 +0000 Subject: [PATCH] add constants for a couple of disk types. suggested by downsj@CSOS.ORST.EDU --- sys/sys/disklabel.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h index 9823b04776f0..cd1d75122b79 100644 --- a/sys/sys/disklabel.h +++ b/sys/sys/disklabel.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)disklabel.h 7.19 (Berkeley) 5/7/91 - * $Id: disklabel.h,v 1.10 1993/12/23 17:05:41 cgd Exp $ + * $Id: disklabel.h,v 1.11 1994/01/09 20:05:38 cgd Exp $ */ #ifndef _SYS_DISKLABEL_H_ @@ -184,6 +184,8 @@ struct disklabel { #define DTYPE_SCSI 4 /* SCSI */ #define DTYPE_ESDI 5 /* ESDI interface */ #define DTYPE_ST506 6 /* ST506 etc. */ +#define DTYPE_HPIB 7 /* CS/80 on HP-IB */ +#define DTYPE_HPFL 8 /* HP Fiber-link */ #define DTYPE_FLOPPY 10 /* floppy */ /* d_subtype values: */ @@ -200,8 +202,8 @@ static char *dktypenames[] = { "SCSI", "ESDI", "ST506", - "type 7", - "type 8", + "HP-IB", + "HP-FL", "type 9", "floppy", 0