mx25l.4: Describe better and tag spdx
MFC after: 3 days
This commit is contained in:
+8
-14
@@ -1,4 +1,6 @@
|
|||||||
.\"
|
.\"
|
||||||
|
.\" SPDX-License-Identifier: BSD-2-Clause
|
||||||
|
.\"
|
||||||
.\" Copyright (c) 2019 Ian Lepore <ian@freebsd.org>
|
.\" Copyright (c) 2019 Ian Lepore <ian@freebsd.org>
|
||||||
.\"
|
.\"
|
||||||
.\" Redistribution and use in source and binary forms, with or without
|
.\" Redistribution and use in source and binary forms, with or without
|
||||||
@@ -22,26 +24,18 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd June 11, 2024
|
.Dd November 11, 2025
|
||||||
.Dt MX25L 4
|
.Dt MX25L 4
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm mx25l
|
.Nm mx25l
|
||||||
.Nd driver for SpiFlash(tm) compatible non-volatile storage devices
|
.Nd SpiFlash compatible non-volatile storage devices driver
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
To compile this driver into the kernel,
|
.Cd device mx25l
|
||||||
place the following line in your
|
|
||||||
kernel configuration file:
|
|
||||||
.Bd -ragged -offset indent
|
|
||||||
.Cd "device mx25l"
|
|
||||||
.Ed
|
|
||||||
.Pp
|
.Pp
|
||||||
Alternatively, to load the driver as a
|
In
|
||||||
module at boot time, place the following line in
|
|
||||||
.Xr loader.conf 5 :
|
.Xr loader.conf 5 :
|
||||||
.Bd -literal -offset indent
|
.Cd mx25l_load="YES"
|
||||||
mx25l_load="YES"
|
|
||||||
.Ed
|
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
@@ -67,7 +61,7 @@ modules as with any disk device.
|
|||||||
.Sh HARDWARE
|
.Sh HARDWARE
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
driver provides support for the following devices:
|
driver supports the following spi flash memory devices:
|
||||||
.Pp
|
.Pp
|
||||||
.Bl -bullet -compact
|
.Bl -bullet -compact
|
||||||
.It
|
.It
|
||||||
|
|||||||
Reference in New Issue
Block a user