On Thu, 14 Jun 2018 20:40:14 +0200 "O. Hartmann" <[email protected]> wrote:
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > Am Thu, 14 Jun 2018 17:21:09 +0000 (UTC) > Emmanuel Vadot <[email protected]> schrieb: > > > 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); > > _______________________________________________ > > [email protected] mailing list > > https://lists.freebsd.org/mailman/listinfo/svn-src-head > > To unsubscribe, send any mail to "[email protected]" > > > This commit seems to break the buildkernel (with META_MODE set) at least for > me: Try with 335170. > > - --- mx25l.o --- > /usr/src/sys/dev/flash/mx25l.c:687:17: error: use of undeclared identifier > 'compat_data' > SPIBUS_PNP_INFO(compat_data); > ^ > /usr/src/sys/dev/flash/mx25l.c:687:17: error: use of undeclared identifier > 'compat_data' > /usr/src/sys/dev/flash/mx25l.c:687:17: error: use of undeclared identifier > 'compat_data' > /usr/src/sys/dev/flash/mx25l.c:687:17: error: use of undeclared identifier > 'compat_data' > 4 errors generated. > - --- all_subdir_sound --- > - --- all_subdir_sound/driver/maestro --- > ===> sound/driver/maestro (all) > - --- all_subdir_spi --- > *** [mx25l.o] Error code 1 > > make[5]: stopped in /usr/src/sys/modules/spi/mx25l > > Kind regards, > > oh > > - -- > O. Hartmann > > Ich widerspreche der Nutzung oder Übermittlung meiner Daten für > Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG). > -----BEGIN PGP SIGNATURE----- > > iLUEARMKAB0WIQQZVZMzAtwC2T/86TrS528fyFhYlAUCWyK2qQAKCRDS528fyFhY > lACaAf9hn6Uv/qIkCPig6LHyyN6LQSlBckkYyhnArGjR/1idyXDUz5r1uWhG5V1w > O00d82TUe2ZIbDyZoIX7TOQMaA5dAgCg1yv2FDqhyIPVG42X6HkZwIRaiZX6t+xa > PrbwjAS+/o3ZHt/sXxk4S1CxVT6XJE8qTjeiGP+IuV4EznqvKNl3 > =wgZK > -----END PGP SIGNATURE----- -- Emmanuel Vadot <[email protected]> <[email protected]> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
