svn commit: r230994 - head/sys/powerpc/powermac

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sat Feb 4 20:04:36 UTC 2012


Author: nwhitehorn
Date: Sat Feb  4 20:04:35 2012
New Revision: 230994
URL: http://svn.freebsd.org/changeset/base/230994

Log:
  Miffed r230993 due to a one-character typo while reviewing the patch.

Modified:
  head/sys/powerpc/powermac/grackle.c

Modified: head/sys/powerpc/powermac/grackle.c
==============================================================================
--- head/sys/powerpc/powermac/grackle.c	Sat Feb  4 19:54:13 2012	(r230993)
+++ head/sys/powerpc/powermac/grackle.c	Sat Feb  4 20:04:35 2012	(r230994)
@@ -98,7 +98,7 @@ static device_method_t	grackle_methods[]
 };
 
 static devclass_t	grackle_devclass;
-DEFINE_CLASS_1(pci, grackle_driver, grackle_methods,
+DEFINE_CLASS_1(pcib, grackle_driver, grackle_methods,
     sizeof(struct grackle_softc), ofw_pci_driver);
 DRIVER_MODULE(grackle, nexus, grackle_driver, grackle_devclass, 0, 0);
 


More information about the svn-src-head mailing list