aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/mx25l.4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/mx25l.4')
-rw-r--r--share/man/man4/mx25l.412
1 files changed, 4 insertions, 8 deletions
diff --git a/share/man/man4/mx25l.4 b/share/man/man4/mx25l.4
index ff2e78a8c5aa..5dffdebcf43e 100644
--- a/share/man/man4/mx25l.4
+++ b/share/man/man4/mx25l.4
@@ -22,7 +22,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd February 26, 2019
+.Dd June 11, 2024
.Dt MX25L 4
.Os
.Sh NAME
@@ -60,7 +60,7 @@ such as block size, sector size, and device capacity.
When a supported device is found, the
.Nm
driver creates a disk device and makes it accessible at
-.Pa /dev/flash/mx25l? .
+.Pa /dev/flash/spi? .
The new disk device is then tasted by the available
.Xr geom 4
modules as with any disk device.
@@ -189,13 +189,9 @@ Set the high bit (1 << 31) to invert the logic level of the chip select line.
The SPI mode (0-3) to use when communicating with this device.
.El
.Sh FILES
-.Bl -tag -width /dev/flash/mx25l?
-.It Pa /dev/flash/mx25l?
-Provides read/write access to the storage device.
+.Bl -tag -width /dev/flash/spi?
.It Pa /dev/flash/spi?
-An alias for the
-.Pa /dev/mx25l?
-device, for backwards compatibility with older versions of the driver.
+Provides read/write access to the storage device.
.El
.Sh SEE ALSO
.Xr fdt 4 ,