svn commit: r189683 - head/sys/dev/pccard
Warner Losh
imp at FreeBSD.org
Wed Mar 11 01:15:18 PDT 2009
Author: imp
Date: Wed Mar 11 08:15:17 2009
New Revision: 189683
URL: http://svn.freebsd.org/changeset/base/189683
Log:
Remove old compat method that's no longer needed (and hasn't been
since just before 6.0).
Modified:
head/sys/dev/pccard/card_if.m
Modified: head/sys/dev/pccard/card_if.m
==============================================================================
--- head/sys/dev/pccard/card_if.m Wed Mar 11 08:14:44 2009 (r189682)
+++ head/sys/dev/pccard/card_if.m Wed Mar 11 08:15:17 2009 (r189683)
@@ -102,15 +102,6 @@ METHOD const struct pccard_product * do_
}
#
-# 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 {
More information about the svn-src-head
mailing list