summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard/pccard_cis_quirks.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-10-07 03:33:54 +0000
committerimp <imp@FreeBSD.org>2003-10-07 03:33:54 +0000
commita14856a6a81631c0c8dfd1be5637683ede9db4c3 (patch)
tree5153842bccbf28986c9ee3a2e5700c9a9456ab9b /sys/dev/pccard/pccard_cis_quirks.c
parentcaf26b3917784e6903ffb5d56107fea634db500f (diff)
downloadFreeBSD-src-a14856a6a81631c0c8dfd1be5637683ede9db4c3.zip
FreeBSD-src-a14856a6a81631c0c8dfd1be5637683ede9db4c3.tar.gz
o move the cis tuple definitions into a common file.
o minor optimization of cardbus_cis processing. Remove a bunch of generic entries that are handled by generic. o no longer need the card_get_type stuff.
Diffstat (limited to 'sys/dev/pccard/pccard_cis_quirks.c')
-rw-r--r--sys/dev/pccard/pccard_cis_quirks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pccard/pccard_cis_quirks.c b/sys/dev/pccard/pccard_cis_quirks.c
index 87928b5..c491cb2 100644
--- a/sys/dev/pccard/pccard_cis_quirks.c
+++ b/sys/dev/pccard/pccard_cis_quirks.c
@@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
#include <dev/pccard/pccarddevs.h>
#include <dev/pccard/pccardreg.h>
#include <dev/pccard/pccardvar.h>
+#include <dev/pccard/pccard_cis.h>
/* There are cards out there whose CIS flat-out lies. This file
contains struct pccard_function chains for those devices. */
OpenPOWER on IntegriCloud