svn commit: r243139 - in stable/9/sys/amd64: amd64 include

2012-11-15 Thread Konstantin Belousov
Author: kib Date: Fri Nov 16 07:07:00 2012 New Revision: 243139 URL: http://svnweb.freebsd.org/changeset/base/243139 Log: MFC r242432: Provide the reading and display of the Standard Extended Features, introduced with the IvyBridge CPUs. Provide the definitions for new bits in CR3 and CR4

svn commit: r243127 - stable/9/sys/dev/ata

2012-11-15 Thread Alexander Motin
Author: mav Date: Fri Nov 16 03:07:27 2012 New Revision: 243127 URL: http://svnweb.freebsd.org/changeset/base/243127 Log: MFC r242422: Only four specific ATA PIO commands transfer several sectors per DRQ block (interrupt). All other ATA PIO commands transfer one sector or 512 bytes at one

svn commit: r243125 - in stable/9/sys/dev/ata: . chipsets

2012-11-15 Thread Alexander Motin
Author: mav Date: Fri Nov 16 03:04:30 2012 New Revision: 243125 URL: http://svnweb.freebsd.org/changeset/base/243125 Log: MFC r242156: Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) for ata(4) driver in ATA_CAM mode. That slighty improves error reporting and also s

svn commit: r243118 - in stable/9: share/man/man4 sys/dev/ata

2012-11-15 Thread Alexander Motin
Author: mav Date: Fri Nov 16 02:26:23 2012 New Revision: 243118 URL: http://svnweb.freebsd.org/changeset/base/243118 Log: MFC r241144, r241160: Implement SATA revision (speed) control for legacy SATA controller for both boot (via loader tunables) and run-time (via `camcontrol negotiate`).

svn commit: r243098 - stable/9/sys/dev/cxgbe/tom

2012-11-15 Thread Navdeep Parhar
Author: np Date: Thu Nov 15 19:45:04 2012 New Revision: 243098 URL: http://svnweb.freebsd.org/changeset/base/243098 Log: MFC r242666, r242671. r242666: Remove the tid from the software table (and bump down the in-use counter) when the syncache doesn't want the driver to reply to an in

svn commit: r243097 - stable/9/usr.bin/ktrdump

2012-11-15 Thread Navdeep Parhar
Author: np Date: Thu Nov 15 19:27:11 2012 New Revision: 243097 URL: http://svnweb.freebsd.org/changeset/base/243097 Log: MFC r242378: Catch up with r238925. ktr_entries may not be a power of 2. Modified: stable/9/usr.bin/ktrdump/ktrdump.c Directory Properties: stable/9/usr.bin/ktrdump/

svn commit: r243092 - stable/9/sys/kern

2012-11-15 Thread Baptiste Daroussin
Author: bapt Date: Thu Nov 15 18:05:30 2012 New Revision: 243092 URL: http://svnweb.freebsd.org/changeset/base/243092 Log: MFC r243022: small style fix Modified: stable/9/sys/kern/kern_prot.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/kern/kern_prot.c ==

svn commit: r243086 - stable/9/etc

2012-11-15 Thread Nick Hibma
Author: n_hibma Date: Thu Nov 15 15:48:40 2012 New Revision: 243086 URL: http://svnweb.freebsd.org/changeset/base/243086 Log: MFC r242784: Not only load pccard_ether settings, also load network settings. This is only a problem when a /etc/rc.conf.d/network file is being used. PR: