Rename SCSI phase manifest constants from ASC_PHASE_* to SCSI_PHASE_*,

as the newer version of the Mach 53c94 driver does.
This commit is contained in:
jonathan 1996-01-31 23:38:55 +00:00
parent 0705e7dfd1
commit 10a140d34d
1 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ascreg.h,v 1.5 1994/10/26 21:08:52 cgd Exp $ */ /* $NetBSD: ascreg.h,v 1.6 1996/01/31 23:38:55 jonathan Exp $ */
/*- /*-
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -229,13 +229,13 @@ typedef volatile struct {
#define ASC_CSR_IO 0x01 #define ASC_CSR_IO 0x01
#define ASC_PHASE(csr) ((csr) & 0x7) #define ASC_PHASE(csr) ((csr) & 0x7)
#define ASC_PHASE_DATAO 0x0 #define SCSI_PHASE_DATAO 0x0
#define ASC_PHASE_DATAI 0x1 #define SCSI_PHASE_DATAI 0x1
#define ASC_PHASE_COMMAND 0x2 #define SCSI_PHASE_COMMAND 0x2
#define ASC_PHASE_STATUS 0x3 #define SCSI_PHASE_STATUS 0x3
/* 4..5 ANSI reserved */ /* 4..5 ANSI reserved */
#define ASC_PHASE_MSG_OUT 0x6 #define SCSI_PHASE_MSG_OUT 0x6
#define ASC_PHASE_MSG_IN 0x7 #define SCSI_PHASE_MSG_IN 0x7
/* /*
* Destination Bus ID * Destination Bus ID