From 3c72141eb385fb00c90d7e3e763ba38c52026381 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 3 May 1996 07:58:46 +0000 Subject: [PATCH] need another field for pcmcia --- sys/dev/ic/elink3var.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/dev/ic/elink3var.h b/sys/dev/ic/elink3var.h index c87e412e061..a048a44c2a7 100644 --- a/sys/dev/ic/elink3var.h +++ b/sys/dev/ic/elink3var.h @@ -54,6 +54,10 @@ struct ep_softc { #define EP_BUS_PCI 0x3 #define EP_IS_BUS_32(a) ((a) & 0x2) + + u_char pcmcia_flags; +#define EP_REATTACH 0x01 +#define EP_ABSENT 0x02 }; u_short epreadeeprom __P((int id_port, int offset)); -- 2.20.1