Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/atactl - smart vendor support now does try to guess the...
details: https://anonhg.NetBSD.org/src/rev/fcb7efa5753e
branches: trunk
changeset: 839669:fcb7efa5753e
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Mar 03 04:51:57 2019 +0000
description:
- smart vendor support now does try to guess the vendor,
adjust the BUGS to suit
- claim some copyright
diffstat:
sbin/atactl/atactl.8 | 13 ++++++-------
sbin/atactl/atactl.c | 8 ++++----
2 files changed, 10 insertions(+), 11 deletions(-)
diffs (62 lines):
diff -r 5edf38ac46e2 -r fcb7efa5753e sbin/atactl/atactl.8
--- a/sbin/atactl/atactl.8 Sun Mar 03 04:48:19 2019 +0000
+++ b/sbin/atactl/atactl.8 Sun Mar 03 04:51:57 2019 +0000
@@ -1,10 +1,10 @@
-.\" $NetBSD: atactl.8,v 1.28 2018/12/05 14:45:59 wiz Exp $
+.\" $NetBSD: atactl.8,v 1.29 2019/03/03 04:51:57 mrg Exp $
.\"
-.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
+.\" Copyright (c) 1998, 2019 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to The NetBSD Foundation
-.\" by Ken Hornstein.
+.\" by Ken Hornstein and Matthew R. Green.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd December 5, 2018
+.Dd March 2, 2019
.Dt ATACTL 8
.Os
.Sh NAME
@@ -293,6 +293,5 @@
.Pp
The
.Cm smart status
-command is currently unable to automatically determine the vendor
-attribute name table to use.
-The vendor must be specified manually.
+command currently guesses the vendor attribute name table to use,
+and may be wrong or miss supported devices.
diff -r 5edf38ac46e2 -r fcb7efa5753e sbin/atactl/atactl.c
--- a/sbin/atactl/atactl.c Sun Mar 03 04:48:19 2019 +0000
+++ b/sbin/atactl/atactl.c Sun Mar 03 04:51:57 2019 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: atactl.c,v 1.81 2019/03/03 04:48:19 mrg Exp $ */
+/* $NetBSD: atactl.c,v 1.82 2019/03/03 04:51:57 mrg Exp $ */
/*-
- * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 2019 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Ken Hornstein.
+ * by Ken Hornstein and Matthew R. Green.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: atactl.c,v 1.81 2019/03/03 04:48:19 mrg Exp $");
+__RCSID("$NetBSD: atactl.c,v 1.82 2019/03/03 04:51:57 mrg Exp $");
#endif
Home |
Main Index |
Thread Index |
Old Index