diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2012-01-02 17:21:41 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2012-01-02 17:21:41 +0000 |
| commit | ba309256397887d4b904a835187126ab1980d59e (patch) | |
| tree | 9cb0cbae5e561984f359517dfce0db4c0914dd01 /share | |
| parent | db9735f9f81582ed92f48a3b2b863d29c75c1361 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/ahci.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/ahci.4 b/share/man/man4/ahci.4 index 5aa36f7dc3e8..f4370681b62e 100644 --- a/share/man/man4/ahci.4 +++ b/share/man/man4/ahci.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 17, 2011 +.Dd December 2, 2011 .Dt AHCI 4 .Os .Sh NAME @@ -97,6 +97,9 @@ A manual bus reset is needed on device hot-plug. .It Va hint.ahcich. Ns Ar X Ns Va .sata_rev setting to nonzero value limits maximum SATA revision (speed). Values 1, 2 and 3 are respectively 1.5, 3 and 6Gbps. +.It Va hw.ahci.force +setting to nonzero value forces driver attach to some known AHCI-capable +chips even if they are configured for legacy IDE emulation. Default is 1. .El .Sh DESCRIPTION This driver provides the |
