Date: Wed, 4 Oct 2017 14:41:45 +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: r324280 - head/sys/dev/ofw Message-ID: <201710041441.v94Efjan080595@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Wed Oct 4 14:41:45 2017 New Revision: 324280 URL: https://svnweb.freebsd.org/changeset/base/324280 Log: 'private' isn't a PNP string field, so instead used the reserved '#' name for this field (it might even be possible to just drop it entirely, since it will be ignored either way). Sponsored by: Netflix Modified: head/sys/dev/ofw/ofw_bus_subr.h Modified: head/sys/dev/ofw/ofw_bus_subr.h ============================================================================== --- head/sys/dev/ofw/ofw_bus_subr.h Wed Oct 4 14:39:55 2017 (r324279) +++ head/sys/dev/ofw/ofw_bus_subr.h Wed Oct 4 14:41:45 2017 (r324280) @@ -63,7 +63,7 @@ struct intr_map_data_fdt { }; #endif -#define SIMPLEBUS_PNP_DESCR "Z:compat;P:private;" +#define SIMPLEBUS_PNP_DESCR "Z:compat;P:#;" #define SIMPLEBUS_PNP_INFO(t) \ MODULE_PNP_INFO(SIMPLEBUS_PNP_DESCR, simplebus, t, t, sizeof(t[0]), sizeof(t) / sizeof(t[0]));
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710041441.v94Efjan080595>