One less magic number.

This commit is contained in:
Bruce Evans 1995-12-16 21:32:19 +00:00
parent 7f31c0b610
commit 62f84fd1ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12897

View File

@ -34,7 +34,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
* $Id: asc.c,v 1.11 1995/12/10 13:38:20 phk Exp $
* $Id: asc.c,v 1.12 1995/12/15 00:29:27 bde Exp $
*/
#include "asc.h"
@ -88,7 +88,7 @@
***/
#define PROBE_FAIL 0
#define PROBE_SUCCESS 5 /* number of io ports... */
#define PROBE_SUCCESS IO_ASCSIZE
#define SUCCESS 0
#define FAIL -1
#define INVALID FAIL