summaryrefslogtreecommitdiffstats
path: root/sys/pccard/cardinfo.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2000-08-20 16:16:57 +0000
committerume <ume@FreeBSD.org>2000-08-20 16:16:57 +0000
commit1c624ac57c791b6df4b51eb86e04dc404052c700 (patch)
tree5ffa29a5a2d7aa241e19cb06405335128593e8bc /sys/pccard/cardinfo.h
parentd89ba315b05ef2cd7fa9a001561b6192bf3f2fa3 (diff)
downloadFreeBSD-src-1c624ac57c791b6df4b51eb86e04dc404052c700.zip
FreeBSD-src-1c624ac57c791b6df4b51eb86e04dc404052c700.tar.gz
Add UNIX domain socket feature to pccardd. This makes pccard
related PAO3/ports such as gxcardmon work. Reviewed by: imp Obtained from: PAO3
Diffstat (limited to 'sys/pccard/cardinfo.h')
-rw-r--r--sys/pccard/cardinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/cardinfo.h b/sys/pccard/cardinfo.h
index 06c6f4d..f71cd6f 100644
--- a/sys/pccard/cardinfo.h
+++ b/sys/pccard/cardinfo.h
@@ -58,7 +58,7 @@
/*
* Slot states for PIOCGSTATE
*/
-enum cardstate { noslot, empty, suspend, filled };
+enum cardstate { noslot, empty, suspend, filled, inactive };
/*
* Descriptor structure for memory map.
OpenPOWER on IntegriCloud