summaryrefslogtreecommitdiff
path: root/sys/dev/flash
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2018-06-14 17:21:09 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2018-06-14 17:21:09 +0000
commit50d3578f0bdf542633cb1651cddc788c20bd9081 (patch)
tree6bc84da6128defd9af8273d971cfadcfb08d8dba /sys/dev/flash
parent64b507e5fe1d27bdbad831ba9249e68fdffc759a (diff)
Notes
Diffstat (limited to 'sys/dev/flash')
-rw-r--r--sys/dev/flash/mx25l.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/flash/mx25l.c b/sys/dev/flash/mx25l.c
index b7d878e3f07a..a8ac74d02f55 100644
--- a/sys/dev/flash/mx25l.c
+++ b/sys/dev/flash/mx25l.c
@@ -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);