diff options
Diffstat (limited to 'sys/arch/hp300/dev/dioreg.h')
-rw-r--r-- | sys/arch/hp300/dev/dioreg.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/hp300/dev/dioreg.h b/sys/arch/hp300/dev/dioreg.h index 3fbf1127bf7..a612ceaec9c 100644 --- a/sys/arch/hp300/dev/dioreg.h +++ b/sys/arch/hp300/dev/dioreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dioreg.h,v 1.5 2008/06/26 05:42:10 ray Exp $ */ +/* $OpenBSD: dioreg.h,v 1.6 2010/04/15 20:38:09 miod Exp $ */ /* $NetBSD: dioreg.h,v 1.3 1997/01/30 09:18:40 thorpej Exp $ */ /*- @@ -92,12 +92,6 @@ #define DIOII_SCBASE 132 /* - * Macro that returns true if a select code lies within - * the select code `hole'. - */ -#define DIO_INHOLE(scode) ((scode) >= 32 && (scode) < DIOII_SCBASE) - -/* * Macros to determine if device is DIO or DIO-II. */ #define DIO_ISDIO(scode) ((scode) >= 0 && (scode) < 32) |