1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changeset 2946

Show
Ignore:
Timestamp:
10/07/09 13:58:41 (4 years ago)
Author:
samm2
Message:

freebsd: add atacam to the list of valid device types

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/smartmontools/os_freebsd.cpp

    r2945 r2946  
    19181918std::string freebsd_smart_interface::get_valid_custom_dev_types_str() 
    19191919{ 
    1920   return "3ware,N, hpt,L/M/N, cciss,N"; 
     1920  return "3ware,N, hpt,L/M/N, cciss,N" 
     1921#if FREEBSDVER > 800100 
     1922  ", atacam" 
     1923#endif 
     1924  ; 
    19211925} 
    19221926