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

This commit is contained in:
nwhitehorn 2012-02-04 20:04:35 +00:00
parent 704bf01027
commit eec8bcf6e6

View File

@ -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);