seems ok w/o priming
authormickey <mickey@openbsd.org>
Tue, 18 Apr 2000 20:55:02 +0000 (20:55 +0000)
committermickey <mickey@openbsd.org>
Tue, 18 Apr 2000 20:55:02 +0000 (20:55 +0000)
sys/arch/hppa/eisa/eisa_machdep.h

index f091659..c82331a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: eisa_machdep.h,v 1.1 1998/11/30 21:14:45 mickey Exp $ */
+/*     $OpenBSD: eisa_machdep.h,v 1.2 2000/04/18 20:55:02 mickey Exp $ */
 
 /*
  * Copyright (c) 1998 Michael Shalayeff
@@ -48,6 +48,12 @@ struct hppa_eisa_chipset {
        void    (*ec_intr_disestablish) __P((void *, void *));
 };
 
+#if 0
+#define        EISA_SLOTOFF_PRIMING    EISA_SLOTOFF_VID
+#define        EISA_PRIMING_VID(i)     ({ (void)(i), 0xff; })
+#define        EISA_PRIMING_PID(i)     ({ (void)(i), 0x00; })
+#endif
+
 /*
  * Functions provided to machine-independent EISA code.
  */