From 1c624ac57c791b6df4b51eb86e04dc404052c700 Mon Sep 17 00:00:00 2001 From: ume Date: Sun, 20 Aug 2000 16:16:57 +0000 Subject: Add UNIX domain socket feature to pccardd. This makes pccard related PAO3/ports such as gxcardmon work. Reviewed by: imp Obtained from: PAO3 --- sys/pccard/cardinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/pccard/cardinfo.h') 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. -- cgit v1.1