Skip to content
Snippets Groups Projects
Commit 4a07acda authored by samm2's avatar samm2
Browse files

freebsd: add atacam to the list of valid device types

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2946 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent c2c338e9
No related branches found
No related tags found
No related merge requests found
......@@ -1917,7 +1917,11 @@ smart_device * freebsd_smart_interface::get_custom_smart_device(const char * nam
std::string freebsd_smart_interface::get_valid_custom_dev_types_str()
{
return "3ware,N, hpt,L/M/N, cciss,N";
return "3ware,N, hpt,L/M/N, cciss,N"
#if FREEBSDVER > 800100
", atacam"
#endif
;
}
} // namespace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment