diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 1997-09-12 09:25:53 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 1997-09-12 09:25:53 +0000 |
commit | 3c8cf2977d64b7775ba6a76b96a1e8236f055229 (patch) | |
tree | af346a2d4459dd34996e5db2a1e759d3903108ae /sys/arch/vax/mscp/mscp.h | |
parent | 6837eedf79305cd7d2a08b26484fad1ad85441fd (diff) |
Sync with NetBSD 970827. -moj
Diffstat (limited to 'sys/arch/vax/mscp/mscp.h')
-rw-r--r-- | sys/arch/vax/mscp/mscp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/vax/mscp/mscp.h b/sys/arch/vax/mscp/mscp.h index efc3915a0f3..ffae864af27 100644 --- a/sys/arch/vax/mscp/mscp.h +++ b/sys/arch/vax/mscp/mscp.h @@ -1,5 +1,5 @@ -/* $OpenBSD: mscp.h,v 1.2 1997/05/29 00:05:02 niklas Exp $ */ -/* $NetBSD: mscp.h,v 1.2 1996/07/10 23:35:59 ragge Exp $ */ +/* $OpenBSD: mscp.h,v 1.3 1997/09/12 09:25:51 maja Exp $ */ +/* $NetBSD: mscp.h,v 1.3 1997/07/04 11:58:21 ragge Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. @@ -65,7 +65,7 @@ #define M_OP_COMPHD 0x20 /* Compare host data command */ #define M_OP_READ 0x21 /* Read command */ #define M_OP_WRITE 0x22 /* Write command */ -#define M_OP_WRITM 0x23 /* Write mark command */ +#define M_OP_WRITM 0x24 /* Write mark command */ #define M_OP_POS 0x25 /* Positioning command */ #define M_OP_AVAILATTN 0x40 /* Available attention message */ #define M_OP_DUPUNIT 0x41 /* Duplicate unit number attention message */ |