From 29575b16f55c00ea3603739986fe9bca26e8fbf1 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 17 Feb 2003 19:48:39 +0000 Subject: [PATCH] Kill a now-bogus comment --- sys/dev/cardbus/cardbus.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c index e4fd8580a895..2d265b6b3e73 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),