summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1998-08-26 07:09:58 +0000
committerimp <imp@FreeBSD.org>1998-08-26 07:09:58 +0000
commit222f7fba3a57219e91133a165007782da163b5e4 (patch)
tree317e7d789e418c5e89807a3bd855cbe96ec3a769 /sys/pccard/pccard.c
parentd076acdc11e6b4f80d5fb3a65c7f7b12982e2524 (diff)
downloadFreeBSD-src-222f7fba3a57219e91133a165007782da163b5e4.zip
FreeBSD-src-222f7fba3a57219e91133a165007782da163b5e4.tar.gz
o renable pccard_remove_driver (it was used in the skel.c driver)
o update skel.c to lots of stuff that has happened since the last time it was updated.
Diffstat (limited to 'sys/pccard/pccard.c')
-rw-r--r--sys/pccard/pccard.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c
index 3fd3caf..189b043 100644
--- a/sys/pccard/pccard.c
+++ b/sys/pccard/pccard.c
@@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pccard.c,v 1.62 1998/06/18 15:32:09 bde Exp $
+ * $Id: pccard.c,v 1.63 1998/08/16 01:21:52 bde Exp $
*/
#include "opt_devfs.h"
@@ -184,7 +184,6 @@ pccard_add_driver(struct pccard_device *drv)
drivers = drv;
}
-#ifdef unused
/*
* pccard_remove_driver - called to unlink driver
* from devices. Usually called when drivers are
@@ -217,7 +216,6 @@ pccard_remove_driver(struct pccard_device *drv)
break;
}
}
-#endif
/*
* pccard_remove_controller - Called when the slot
OpenPOWER on IntegriCloud