need another field for pcmcia
authorderaadt <deraadt@openbsd.org>
Fri, 3 May 1996 07:58:46 +0000 (07:58 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 3 May 1996 07:58:46 +0000 (07:58 +0000)
sys/dev/ic/elink3var.h

index c87e412..a048a44 100644 (file)
@@ -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));