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
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
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
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`).
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
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/
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
==
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: