From 9458d5dbb691cfb5198b511cf1197f3418c99204 Mon Sep 17 00:00:00 2001 From: samm2 <samm2@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Sun, 20 Sep 2009 19:19:32 +0000 Subject: [PATCH] Correcting manual pages (FreeBSD related) git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2921 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- smartmontools/CHANGELOG | 2 ++ smartmontools/smartd.8.in | 6 ++---- smartmontools/smartd.conf.5.in | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG index a3e2727ae..fddf8b882 100644 --- a/smartmontools/CHANGELOG +++ b/smartmontools/CHANGELOG @@ -43,6 +43,8 @@ NOTES FOR FUTURE RELEASES: see TODO file. <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> + [AS] Correcting manual pages (FreeBSD related) + [AS] FreeBSD: fix FTBFS on GNU/kFreeBSD (reported by derevko). [AS] FreeBSD: Add USB autodetection to smartd DEVICESCAN directive. diff --git a/smartmontools/smartd.8.in b/smartmontools/smartd.8.in index b1eff75b3..74e430cdb 100644 --- a/smartmontools/smartd.8.in +++ b/smartmontools/smartd.8.in @@ -91,8 +91,7 @@ devices that support SMART. The scanning is done as follows: Examine all entries \fB"/dev/hd[a-t]"\fP for IDE/ATA devices, and \fB"/dev/sd[a-z]"\fP for SCSI devices. .IP \fBFREEBSD:\fP 9 -Examine all entries \fB"/dev/ad[0-9]+"\fP for IDE/ATA -devices and \fB"/dev/da[0-9]+"\fP for SCSI devices. +Authoritative list of disk devices is obtained from SCSI (CAM) and ATA subsystems. .IP \fBNETBSD/OPENBSD:\fP 9 Authoritative list of disk devices is obtained from sysctl \'hw.disknames\'. @@ -496,8 +495,7 @@ Under FreeBSD, \fBsmartd\fP will try to open all existing ATA devices (with entries in /dev) .B /dev/ad[0-9]+ -and all existing SCSI devices -.B /dev/da[0-9]+. +and all existing SCSI devices (using CAM subsystem). Under NetBSD/OpenBSD, \fBsmartd\fP will try to open all existing ATA devices (with entries in /dev) diff --git a/smartmontools/smartd.conf.5.in b/smartmontools/smartd.conf.5.in index c0e7f10f7..af197864f 100644 --- a/smartmontools/smartd.conf.5.in +++ b/smartmontools/smartd.conf.5.in @@ -394,7 +394,9 @@ inclusive) denotes which disk on the controller is monitored. In log files and email messages this disk will be identified as cciss_disk_XX with XX in the range from 00 to 15 inclusive. -.B 3ware, MegaRAID, Areca and cciss controllers are currently ONLY supported under Linux. +.B 3ware and cciss controllers are currently ONLY supported under Linux and FreeBSD. + +.B MegaRAID and Areca controllers are currently ONLY supported under Linux. .I hpt,L/M/N \- the device consists of one or more ATA disks connected to a HighPoint -- GitLab