Skip to content

ahci.4: make HARDWARE section more conformant #1662

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 15 additions & 6 deletions share/man/man4/ahci.4
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd December 17, 2021
.Dd April 13, 2025
.Dt AHCI 4
.Os
.Sh NAME
Expand Down Expand Up @@ -149,12 +149,21 @@ statuses in some way (IBPI standard) to report them using present indicators.
.Sh HARDWARE
The
.Nm
driver supports AHCI compatible controllers having PCI class 1 (mass storage),
subclass 6 (SATA) and programming interface 1 (AHCI).
driver supports the following AHCI compatible controllers:
.Bl -column "Legacy-PATA + AHCI-SATA via ata(4)" "Programming Interface 0x01"
.It Type: Ta Code:
.It Mass Storage Ta PCI Class 0x01
.It SATA Ta Subclass 0x06
.It AHCI Ta Programming Interface 0x01
.It Legacy-PATA + AHCI-SATA via ata(4) Ta Programming Interface 0x01
Comment on lines +154 to +158
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a list of compatible controllers. Those are requisites that must be met same time for the driver to attach.

Copy link
Contributor

@concussious concussious Apr 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, as I said above I don't think we can really improve this one from what is currently in the tree.

.El
.Pp
Also, in cooperation with atamarvell and atajmicron drivers of ata(4),
it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers,
such as JMicron JMB36x and Marvell 88SE61xx.
Examples of supported legacy-PATA + AHCI-SATA combined controllers via ata(4):
.Bl -column "Marvell 88SE61XX" "atamarvell"
.It Models: Ta Driver:
.It JMicron JMB36X Ta atajmicron
.It Marvell 88SE61XX Ta atamarvell
.El
.Pp
The
.Nm
Expand Down