From 99e02098701c38804a815ecfa8ce48ab4bbb4c4a Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 27 Jul 2001 07:47:35 +0000 Subject: Minor nits merged from my stable tree: o kill blank line that I introduced in cardinfo.h o Delete unused variable wasinactive. o return 0 from pccard_resume. o Set the state and lastsate initially to be empty. o move comment above code for interrupt dispatching. o Powerstate interface is now available as of 430002, not 500000 (note that this change will be not 100% correct since the power state stuff didn't enter current until well after 500000, but it is good enough for the two branche we have going now). --- sys/pccard/cardinfo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/pccard/cardinfo.h') diff --git a/sys/pccard/cardinfo.h b/sys/pccard/cardinfo.h index f31427e..3294bb3 100644 --- a/sys/pccard/cardinfo.h +++ b/sys/pccard/cardinfo.h @@ -93,7 +93,6 @@ * we were suspended. Others do not. We make no use of this functionality * at this time. */ - enum cardstate { noslot, empty, suspend, filled, inactive }; /* -- cgit v1.1