diff options
author | 2000-04-18 20:55:02 +0000 | |
---|---|---|
committer | 2000-04-18 20:55:02 +0000 | |
commit | fc281b78e405c43a917b2d083201ac0891a70a54 (patch) | |
tree | 28d20256fbeba28d601feba10e05dcd3c9836948 | |
parent | add a note about sysctl/kvm dualism nature (diff) | |
download | wireguard-openbsd-fc281b78e405c43a917b2d083201ac0891a70a54.tar.xz wireguard-openbsd-fc281b78e405c43a917b2d083201ac0891a70a54.zip |
seems ok w/o priming
-rw-r--r-- | sys/arch/hppa/eisa/eisa_machdep.h | 8 |
1 files changed, 7 insertions, 1 deletions
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. */ |