diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-08-10 15:22:40 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-08-10 15:22:40 +0000 |
commit | 3e8e1784a5ceff3ea1e38dd5102b41f1846ec2cb (patch) | |
tree | 2e46b38ddd1fc5c403950a335ceedc3f48c56a73 /sbin/atactl | |
parent | fbc6fceaa31b5a131cce795b3c9ea3bdd331c0b3 (diff) |
Mention if the disk supports IDLE IMMEDIATE with UNLOAD FEATURE
when listing information about it. ok grange@
Diffstat (limited to 'sbin/atactl')
-rw-r--r-- | sbin/atactl/atactl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/atactl/atactl.c b/sbin/atactl/atactl.c index 6c2535995aa..6c7a0f721f7 100644 --- a/sbin/atactl/atactl.c +++ b/sbin/atactl/atactl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atactl.c,v 1.34 2004/09/16 04:39:35 deraadt Exp $ */ +/* $OpenBSD: atactl.c,v 1.35 2005/08/10 15:22:39 jsg Exp $ */ /* $NetBSD: atactl.c,v 1.4 1999/02/24 18:49:14 jwise Exp $ */ /*- @@ -218,6 +218,7 @@ struct bitinfo ata_cmd_set2[] = { }; struct bitinfo ata_cmd_ext[] = { + { ATAPI_CMDE_IIUF, "IDLE IMMEDIATE with UNLOAD FEATURE" }, { ATAPI_CMDE_MSER, "Media serial number" }, { ATAPI_CMDE_TEST, "SMART self-test" }, { ATAPI_CMDE_SLOG, "SMART error logging" }, |