mx25l.c (2aaf9152a852aba9eb2036b95f4948ee77988826) mx25l.c (db63d251601e4e5f3468c6b7bce18a0ae346374e)
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2006 M. Warner Losh.
5 * Copyright (c) 2009 Oleksandr Tymoshenko. All rights reserved.
6 * Copyright (c) 2018 Ian Lepore. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 672 unchanged lines hidden (view full) ---

681 mx25l_methods,
682 sizeof(struct mx25l_softc),
683};
684
685DRIVER_MODULE(mx25l, spibus, mx25l_driver, mx25l_devclass, 0, 0);
686MODULE_DEPEND(mx25l, spibus, 1, 1, 1);
687#ifdef FDT
688MODULE_DEPEND(mx25l, fdt_slicer, 1, 1, 1);
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2006 M. Warner Losh.
5 * Copyright (c) 2009 Oleksandr Tymoshenko. All rights reserved.
6 * Copyright (c) 2018 Ian Lepore. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 672 unchanged lines hidden (view full) ---

681 mx25l_methods,
682 sizeof(struct mx25l_softc),
683};
684
685DRIVER_MODULE(mx25l, spibus, mx25l_driver, mx25l_devclass, 0, 0);
686MODULE_DEPEND(mx25l, spibus, 1, 1, 1);
687#ifdef FDT
688MODULE_DEPEND(mx25l, fdt_slicer, 1, 1, 1);
689SPIBUS_PNP_INFO(compat_data);
689SPIBUS_FDT_PNP_INFO(compat_data);
690#endif
690#endif