svn commit: r335159 - head/sys/dev/flash

Emmanuel Vadot manu at FreeBSD.org
Thu Jun 14 17:21:10 UTC 2018


Author: manu
Date: Thu Jun 14 17:21:09 2018
New Revision: 335159
URL: https://svnweb.freebsd.org/changeset/base/335159

Log:
  mx25l: Add pnp info

Modified:
  head/sys/dev/flash/mx25l.c

Modified: head/sys/dev/flash/mx25l.c
==============================================================================
--- head/sys/dev/flash/mx25l.c	Thu Jun 14 17:20:47 2018	(r335158)
+++ head/sys/dev/flash/mx25l.c	Thu Jun 14 17:21:09 2018	(r335159)
@@ -684,3 +684,4 @@ static driver_t mx25l_driver = {
 
 DRIVER_MODULE(mx25l, spibus, mx25l_driver, mx25l_devclass, 0, 0);
 MODULE_DEPEND(mx25l, spibus, 1, 1, 1);
+SPIBUS_PNP_INFO(compat_data);


More information about the svn-src-all mailing list