smartmontools SVN Rev 5640
Utility to control and monitor storage systems with "S.M.A.R.T."
|
#include <sys/device.h>
#include <sys/param.h>
#include <sys/sysctl.h>
#include <sys/scsiio.h>
#include <sys/ataio.h>
#include <dev/ata/atareg.h>
#include <dev/ic/wdcreg.h>
#include <err.h>
#include <fcntl.h>
#include <util.h>
Go to the source code of this file.
Macros | |
#define | OS_NETBSD_H_CVSID "$Id: os_netbsd.h 4760 2018-08-19 18:45:53Z chrfranke $\n" |
#define | ata_smart_selftestlog __netbsd_ata_smart_selftestlog |
#define | WDSM_RD_THRESHOLDS 0xd1 |
#define | WDSMART_CYL 0xc24f |
#define ata_smart_selftestlog __netbsd_ata_smart_selftestlog |
Definition at line 23 of file os_netbsd.h.
#define OS_NETBSD_H_CVSID "$Id: os_netbsd.h 4760 2018-08-19 18:45:53Z chrfranke $\n" |
Definition at line 14 of file os_netbsd.h.
#define WDSM_RD_THRESHOLDS 0xd1 |
Definition at line 36 of file os_netbsd.h.
#define WDSMART_CYL 0xc24f |
Definition at line 39 of file os_netbsd.h.