summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_ed.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-10-25 02:55:14 +0000
committerimp <imp@FreeBSD.org>1999-10-25 02:55:14 +0000
commit4db6555364af72c8e8a5408f241f9659d668addd (patch)
treea40790223f980b1828de1c45230890e84635f043 /sys/dev/ed/if_ed.c
parent6c561ab3d9f5cdf6fd61a7b1bb92e1dc16daa007 (diff)
downloadFreeBSD-src-4db6555364af72c8e8a5408f241f9659d668addd.zip
FreeBSD-src-4db6555364af72c8e8a5408f241f9659d668addd.tar.gz
Add pccard attachment. This won't work with memory mapped ed devices
yet, but that should be resolved shortly. Non memory mapped ed devices should work, but I cannot test this since my only ed card is memory mapped. Submitted by: Matt Dodd <mdodd@freebsd.org>
Diffstat (limited to 'sys/dev/ed/if_ed.c')
-rw-r--r--sys/dev/ed/if_ed.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index 744ff73..e47f69e 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -37,12 +37,6 @@
*
*/
-#include "card.h"
-#if NCARD > 0
-#include <i386/isa/if_ed.c> /* PCCARD version */
-#else
-
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
@@ -3304,5 +3298,3 @@ ds_getmcaf(sc, mcaf)
af[index >> 3] |= 1 << (index & 7);
}
}
-
-#endif /* NCARD */
OpenPOWER on IntegriCloud