diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 1997-09-12 09:21:26 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 1997-09-12 09:21:26 +0000 |
commit | b3cec97ad7217f49b992caec4432b0c0be62da7c (patch) | |
tree | a547d9c369276f91273626533a53a53c50c088f1 /sys/arch/vax/include/rpb.h | |
parent | 330a82eb79f3450c17981e71298fc1459e26ea15 (diff) |
Sync with NetBSD 970827. -moj
Diffstat (limited to 'sys/arch/vax/include/rpb.h')
-rw-r--r-- | sys/arch/vax/include/rpb.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/vax/include/rpb.h b/sys/arch/vax/include/rpb.h index 5edb432914c..d46f8951a90 100644 --- a/sys/arch/vax/include/rpb.h +++ b/sys/arch/vax/include/rpb.h @@ -1,5 +1,5 @@ -/* $OpenBSD: rpb.h,v 1.4 1997/09/10 11:47:09 maja Exp $ */ -/* $NetBSD: rpb.h,v 1.3 1997/03/15 15:09:40 ragge Exp $ */ +/* $OpenBSD: rpb.h,v 1.5 1997/09/12 09:21:24 maja Exp $ */ +/* $NetBSD: rpb.h,v 1.4 1997/06/13 08:24:09 ragge Exp $ */ /* * Copyright (c) 1995 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -111,9 +111,9 @@ struct rpb { /* size description */ #define BDEV_KDB 33 #define BDEV_KRB 34 #define BDEV_NK 35 -#define BDEV_RD 36 -#define BDEV_SCSI 37 -#define BDEV_SFL 42 +#define BDEV_RD 36 /* ST506/MFM disk on HDC9224 */ +#define BDEV_ST 37 /* SCSI tape on NCR5380 */ +#define BDEV_SD 42 /* SCSI disk on NCR5380 */ #define BDEV_CNSL 64 #define BDEV_QE 96 #define BDEV_DE 97 |