|
smartmontools SVN Rev 3317
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>#include <unistd.h>

Go to the source code of this file.
Defines | |
| #define | OS_OPENBSD_H_CVSID "$Id: os_openbsd.h 3728 2012-12-13 17:57:50Z chrfranke $\n" |
| #define | WDSMART_CYL 0xc24f |
| #define | ata_smart_selftestlog __openbsd_ata_smart_selftestlog |
| #define ata_smart_selftestlog __openbsd_ata_smart_selftestlog |
Definition at line 43 of file os_openbsd.h.
| #define OS_OPENBSD_H_CVSID "$Id: os_openbsd.h 3728 2012-12-13 17:57:50Z chrfranke $\n" |
Definition at line 29 of file os_openbsd.h.
| #define WDSMART_CYL 0xc24f |
Definition at line 34 of file os_openbsd.h.
1.7.4