From fc281b78e405c43a917b2d083201ac0891a70a54 Mon Sep 17 00:00:00 2001 From: mickey Date: Tue, 18 Apr 2000 20:55:02 +0000 Subject: [PATCH] seems ok w/o priming --- sys/arch/hppa/eisa/eisa_machdep.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sys/arch/hppa/eisa/eisa_machdep.h b/sys/arch/hppa/eisa/eisa_machdep.h index f09165951d4..c82331adf43 100644 --- a/sys/arch/hppa/eisa/eisa_machdep.h +++ b/sys/arch/hppa/eisa/eisa_machdep.h @@ -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. */ -- 2.20.1