summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-02-17 19:48:39 +0000
committerimp <imp@FreeBSD.org>2003-02-17 19:48:39 +0000
commit241ac40bcce08f5343324b8e2eb3c31336035f51 (patch)
tree166a64c0c686d28451b641a1e878d631ed0cb73f /sys/dev/cardbus
parentebb80ebfe31e70660729705a456428a2c392e3e3 (diff)
downloadFreeBSD-src-241ac40bcce08f5343324b8e2eb3c31336035f51.zip
FreeBSD-src-241ac40bcce08f5343324b8e2eb3c31336035f51.tar.gz
Kill a now-bogus comment
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r--sys/dev/cardbus/cardbus.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c
index e4fd858..2d265b6 100644
--- a/sys/dev/cardbus/cardbus.c
+++ b/sys/dev/cardbus/cardbus.c
@@ -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),
OpenPOWER on IntegriCloud