Date: Fri, 24 May 2019 01:43:29 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r348216 - head/sys/dev/aac Message-ID: <201905240143.x4O1hTu6003855@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905240143.x4O1hTu6003855>