Skip to content

Commit ed37c14

Browse files
committed
ahci.4: make HARDWARE section more conformant
1 parent c983676 commit ed37c14

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

Diff for: share/man/man4/ahci.4

+14-5
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,21 @@ statuses in some way (IBPI standard) to report them using present indicators.
149149
.Sh HARDWARE
150150
The
151151
.Nm
152-
driver supports AHCI compatible controllers having PCI class 1 (mass storage),
153-
subclass 6 (SATA) and programming interface 1 (AHCI).
152+
driver supports the following AHCI compatible controllers:
153+
.Bl -column "Legacy-PATA + AHCI-SATA via ata(4)" "Programming Interface 0x01"
154+
.It Type: Ta Code:
155+
.It Mass Storage Ta PCI Class 0x01
156+
.It SATA Ta Subclass 0x06
157+
.It AHCI Ta Programming Interface 0x01
158+
.It Legacy-PATA + AHCI-SATA via ata(4) Ta Programming Interface 0x01
159+
.El
154160
.Pp
155-
Also, in cooperation with atamarvell and atajmicron drivers of ata(4),
156-
it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers,
157-
such as JMicron JMB36x and Marvell 88SE61xx.
161+
Examples of supported legacy-PATA + AHCI-SATA combined controllers via ata(4):
162+
.Bl -column "Marvell 88SE61XX" "atamarvell"
163+
.It Models: Ta Driver:
164+
.It JMicron JMB36X Ta atajmicron
165+
.It Marvell 88SE61XX Ta atamarvell
166+
.El
158167
.Pp
159168
The
160169
.Nm

0 commit comments

Comments
 (0)