diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-03 07:58:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-03 07:58:47 +0000 |
commit | 7ff407e1e3b982c7a5ee026d48d5b45437673e2c (patch) | |
tree | 3d51d4d02dd75ae625b1255288569d1fbfc648f8 /sys/dev/ic | |
parent | c24428a8c145217761bbed4c8a743c22af737a3b (diff) |
need another field for pcmcia
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/elink3var.h | 4 |
1 files changed, 4 insertions, 0 deletions
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)); |