svn commit: r287016 - in stable/10: . share/man/man4 sys/arm/mv sys/boot/forth sys/conf sys/dev/ata sys/dev/ata/chipsets sys/modules/ata/atapci/chipsets sys/modules/ata/atapci/chipsets/ataadaptec s...

2015-08-22 Thread Alexander Motin
process from older version of current is a bit fragile. +20150822: + From legacy ata(4) driver was removed support for SATA controllers + supported by more functional drivers ahci(4), siis(4) and mvs(4). + Kernel modules ataahci and ataadaptec were removed completely

svn commit: r287022 - in stable/10/sys: dev/ata dev/ata/chipsets sys

2015-08-22 Thread Alexander Motin
Author: mav Date: Sat Aug 22 07:45:49 2015 New Revision: 287022 URL: https://svnweb.freebsd.org/changeset/base/287022 Log: MFC r286448: Disable 32-bit PIO for 6Gbit/s Intel SATA controllers. For some reason 32-bit PIO writes are not working on 6Gbit/s Intel SATA ports, while 16/32-bit PIO

svn commit: r287024 - stable/10/sys/dev/ahci

2015-08-22 Thread Alexander Motin
Author: mav Date: Sat Aug 22 15:36:20 2015 New Revision: 287024 URL: https://svnweb.freebsd.org/changeset/base/287024 Log: MFC r285020: Disable port multiplier support on Marvell 88SE61xx chips. According to report, some recent unrelated changes in the driver triggered timeouts when testi

svn commit: r287026 - stable/10/usr.sbin/ctld

2015-08-22 Thread Alexander Motin
Author: mav Date: Sat Aug 22 16:59:27 2015 New Revision: 287026 URL: https://svnweb.freebsd.org/changeset/base/287026 Log: MFC r286462: Refactor early stages of security negotiation. Modified: stable/10/usr.sbin/ctld/login.c Directory Properties: stable/10/ (props changed) Modified: stab

svn commit: r287027 - stable/10/bin/mv

2015-08-22 Thread Jilles Tjoelker
Author: jilles Date: Sat Aug 22 21:35:35 2015 New Revision: 287027 URL: https://svnweb.freebsd.org/changeset/base/287027 Log: MFC r284916: mv: Improve message when moving two or more files to non-directory. The message text is from cp, which has had a nicer message for this since 2007 (