svn commit: r221327 - head/sys/dev/cardbus

John Baldwin jhb at FreeBSD.org
Mon May 2 15:01:28 UTC 2011


Author: jhb
Date: Mon May  2 15:01:28 2011
New Revision: 221327
URL: http://svn.freebsd.org/changeset/base/221327

Log:
  Don't explicitly list pci_write_ivar() for bus_write_ivar, the method is
  already inherited from the PCI bus driver.

Modified:
  head/sys/dev/cardbus/cardbus.c

Modified: head/sys/dev/cardbus/cardbus.c
==============================================================================
--- head/sys/dev/cardbus/cardbus.c	Mon May  2 14:34:03 2011	(r221326)
+++ head/sys/dev/cardbus/cardbus.c	Mon May  2 15:01:28 2011	(r221327)
@@ -317,7 +317,6 @@ static device_method_t cardbus_methods[]
 
 	/* Bus interface */
 	DEVMETHOD(bus_read_ivar,	cardbus_read_ivar),
-	DEVMETHOD(bus_write_ivar,	pci_write_ivar),
 	DEVMETHOD(bus_driver_added,	cardbus_driver_added),
 
 	/* Card Interface */


More information about the svn-src-all mailing list