artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b837ce
)
need another field for pcmcia
author
deraadt
<deraadt@openbsd.org>
Fri, 3 May 1996 07:58:46 +0000
(07:58 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 3 May 1996 07:58:46 +0000
(07:58 +0000)
sys/dev/ic/elink3var.h
patch
|
blob
|
history
diff --git
a/sys/dev/ic/elink3var.h
b/sys/dev/ic/elink3var.h
index
c87e412
..
a048a44
100644
(file)
--- 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));