diff options
author | scottl <scottl@FreeBSD.org> | 2001-07-25 22:36:17 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2001-07-25 22:36:17 +0000 |
commit | 66a4ec3504be7d88eb1cb08faa4d361c503c12dc (patch) | |
tree | 465fca396b4e0a33c85803361f45dfe069b08af8 /share | |
parent | 3344c4cdc27e1e345d34cee2ed61020ed95a5810 (diff) | |
download | FreeBSD-src-66a4ec3504be7d88eb1cb08faa4d361c503c12dc.zip FreeBSD-src-66a4ec3504be7d88eb1cb08faa4d361c503c12dc.tar.gz |
Add /dev/hpn? as an alias to /dev/aac? so that the HP version of the CLI
utility will work, and document it in the manpage.
MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/aac.4 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man4/aac.4 b/share/man/man4/aac.4 index 07d35df..3988c4d 100644 --- a/share/man/man4/aac.4 +++ b/share/man/man4/aac.4 @@ -73,8 +73,13 @@ or a Linux-based management application. .Pp The .Pa /dev/aac? -device nodes provides access to the management interface of the controller. -One node exists per installed card. +device nodes provide access to the management interface of the controller. +One node exists per installed card. The aliases +.Pa /dev/afa? +and +.Pa /dev/hpn? +exist for the Dell and HP flavors, respectively, and are required for +the CLI management utility available from these vendors to work. Compiling the driver with the .Dv AAC_COMPAT_LINUX option enables the Linux-compatible |