svn commit: r348216 - head/sys/dev/aac

Warner Losh imp at FreeBSD.org
Fri May 24 01:43:30 UTC 2019


Author: imp
Date: Fri May 24 01:43:29 2019
New Revision: 348216
URL: https://svnweb.freebsd.org/changeset/base/348216

Log:
  Make uniqueifier match the module definition.

Modified:
  head/sys/dev/aac/aac_pci.c

Modified: head/sys/dev/aac/aac_pci.c
==============================================================================
--- head/sys/dev/aac/aac_pci.c	Fri May 24 01:28:07 2019	(r348215)
+++ head/sys/dev/aac/aac_pci.c	Fri May 24 01:43:29 2019	(r348216)
@@ -494,7 +494,7 @@ static driver_t aacch_driver = {
 
 static devclass_t	aacch_devclass;
 DRIVER_MODULE(aacch, pci, aacch_driver, aacch_devclass, NULL, NULL);
-MODULE_PNP_INFO("U16:vendor;U16:device;", pci, aac,
+MODULE_PNP_INFO("U16:vendor;U16:device;", pci, aacch,
     aac_identifiers, nitems(aac_identifiers) - 1);
 
 static int


More information about the svn-src-head mailing list