From: deraadt Date: Fri, 3 May 1996 07:58:46 +0000 (+0000) Subject: need another field for pcmcia X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3c72141eb385fb00c90d7e3e763ba38c52026381;p=openbsd need another field for pcmcia --- 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));