mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Remove old compat method that's no longer needed (and hasn't been
since just before 6.0).
This commit is contained in:
parent
3ef22bdd2f
commit
381bbcb826
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189683
@ -101,15 +101,6 @@ METHOD const struct pccard_product * do_product_lookup {
|
||||
pccard_product_match_fn matchfn;
|
||||
}
|
||||
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user