diff options
| author | Warner Losh <imp@FreeBSD.org> | 2009-03-11 08:15:17 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2009-03-11 08:15:17 +0000 |
| commit | 381bbcb826ba8eb9f080e9f52ac193a3c049ab05 (patch) | |
| tree | 1a245e877408ba3d124ddbd5aa3e821cae743a22 /sys/dev/pccard | |
| parent | 3ef22bdd2f7722e972a5d7e2d6d7739c1afe6ec4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pccard')
| -rw-r--r-- | sys/dev/pccard/card_if.m | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/pccard/card_if.m b/sys/dev/pccard/card_if.m index 43919e3f870e..26723c18ae3d 100644 --- a/sys/dev/pccard/card_if.m +++ b/sys/dev/pccard/card_if.m @@ -102,15 +102,6 @@ METHOD const struct pccard_product * do_product_lookup { } # -# Helper method for the above. When a compatibility driver is converted, -# one must write a match routine. This routine is unused on OLDCARD but -# is used as a discriminator for NEWCARD. -# -METHOD int compat_match { - device_t dev; -} - -# # Scanning function for accessing the CIS of a card in its driver. # METHOD int cis_scan { |
