Module Name: src Committed By: mrg Date: Sun Mar 3 04:51:57 UTC 2019
Modified Files: src/sbin/atactl: atactl.8 atactl.c Log Message: - smart vendor support now does try to guess the vendor, adjust the BUGS to suit - claim some copyright To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sbin/atactl/atactl.8 cvs rdiff -u -r1.81 -r1.82 src/sbin/atactl/atactl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sbin/atactl/atactl.8 diff -u src/sbin/atactl/atactl.8:1.28 src/sbin/atactl/atactl.8:1.29 --- src/sbin/atactl/atactl.8:1.28 Wed Dec 5 14:45:59 2018 +++ src/sbin/atactl/atactl.8 Sun Mar 3 04:51:57 2019 @@ -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 @@ locked. .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. Index: src/sbin/atactl/atactl.c diff -u src/sbin/atactl/atactl.c:1.81 src/sbin/atactl/atactl.c:1.82 --- src/sbin/atactl/atactl.c:1.81 Sun Mar 3 04:48:19 2019 +++ src/sbin/atactl/atactl.c Sun Mar 3 04:51:57 2019 @@ -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