diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-04-18 20:55:03 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-04-18 20:55:03 +0000 |
commit | 38327a288d112a77d1453b7ab510d9900a43cd9f (patch) | |
tree | 56b99797eae58095b8568dc4baa767488d1433d6 /sys/arch/hppa | |
parent | 70d53f080b384760b142af17a7c14d82a566c2f7 (diff) |
seems ok w/o priming
Diffstat (limited to 'sys/arch/hppa')
-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. */ |