1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Kill a now-bogus comment

This commit is contained in:
Warner Losh 2003-02-17 19:48:39 +00:00
parent 180811460d
commit 29575b16f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111049

View File

@ -692,10 +692,6 @@ cardbus_write_ivar(device_t cbdev, device_t child, int which, uintptr_t value)
return(pci_write_ivar(cbdev, child, which, value));
}
/************************************************************************/
/* Compatibility with PCI bus (XXX: Do we need this?) */
/************************************************************************/
static device_method_t cardbus_methods[] = {
/* Device interface */
DEVMETHOD(device_probe, cardbus_probe),