Author: bz
Date: Fri Feb 11 09:58:38 2011
New Revision: 218548
URL: http://svn.freebsd.org/changeset/base/218548
Log:
After r218530 export several functions which are no longer private to
e1000_mac.c but part of the e1000_api.
X-MFC with: 218530 by jfv
Modified:
head/sys/dev/e1000/e100
Author: kib
Date: Fri Feb 11 10:46:15 2011
New Revision: 218550
URL: http://svn.freebsd.org/changeset/base/218550
Log:
For UIO_NOCOPY case of reading request on zfs vnode, which has vm object
attached, activate the page after the successful read, and free the page
if read was unsuccessfull.
On Thu, 10 Feb 2011, Doug Barton wrote:
On 01/28/2011 01:06, Bruce Evans wrote:
The solaris server behaviour can't happen, except accidentally due to
races :-). Since the FreeBSD client doesn't support the noatime flag
except to ignore it, it can't tell any server about it.
I don't mean to b
Author: bz
Date: Fri Feb 11 12:56:05 2011
New Revision: 218555
URL: http://svn.freebsd.org/changeset/base/218555
Log:
Mfp4 CH=177255:
Use __func__ rather than __FUNCTION__.
MFC after:2 weeks
Modified:
head/sys/net/vnet.h
Modified: head/sys/net/vnet.h
=
Author: adrian
Date: Fri Feb 11 13:05:15 2011
New Revision: 218556
URL: http://svn.freebsd.org/changeset/base/218556
Log:
The last parameter to ath_computedur_ht() is short-GI, not short-preamble.
Modified:
head/sys/dev/ath/if_ath_tx_ht.c
Modified: head/sys/dev/ath/if_ath_tx_ht.c
===
Author: nyan
Date: Fri Feb 11 13:14:17 2011
New Revision: 218557
URL: http://svn.freebsd.org/changeset/base/218557
Log:
Add the pc98boot image which concatenates boot0 and boot0.5.
It's required by the gpart to write bootcode.
Added:
head/sys/boot/pc98/pc98boot/
head/sys/boot/pc98/pc98boo
Author: nyan
Date: Fri Feb 11 13:18:00 2011
New Revision: 218558
URL: http://svn.freebsd.org/changeset/base/218558
Log:
Add support to write boot menu.
Modified:
head/sys/geom/part/g_part_pc98.c
Modified: head/sys/geom/part/g_part_pc98.c
==
Author: bz
Date: Fri Feb 11 13:27:00 2011
New Revision: 218559
URL: http://svn.freebsd.org/changeset/base/218559
Log:
Mfp4 CH=177255:
Make VNET_ASSERT() available with either VNET_DEBUG or INVARIANTS.
Change the syntax to match KASSERT() to allow more flexible panic
messages ra
On Fri, 11 Feb 2011, Adrian Chadd wrote:
Author: adrian
Date: Fri Feb 11 13:05:15 2011
New Revision: 218556
URL: http://svn.freebsd.org/changeset/base/218556
Log:
The last parameter to ath_computedur_ht() is short-GI, not short-preamble.
Modified:
head/sys/dev/ath/if_ath_tx_ht.c
Modified: h
Author: adrian
Date: Fri Feb 11 14:07:27 2011
New Revision: 218566
URL: http://svn.freebsd.org/changeset/base/218566
Log:
.. how'd this compile before I commit it and then not now?
Fixed.
Modified:
head/sys/dev/ath/if_ath_tx_ht.c
Modified: head/sys/dev/ath/if_ath_tx_ht.c
===
Author: bz
Date: Fri Feb 11 14:17:58 2011
New Revision: 218567
URL: http://svn.freebsd.org/changeset/base/218567
Log:
Mfp4 CH=177255:
Resort the CURVNET_SET* macros in the non-VNET_DEBUG case to match
the call order of the VNET_DEBUG case.
Add the VNET_ASSERT() to the non-VNET_
On 11/02/2011 05:46, Konstantin Belousov wrote:
Author: kib
Date: Fri Feb 11 10:46:15 2011
New Revision: 218550
URL: http://svn.freebsd.org/changeset/base/218550
Log:
For UIO_NOCOPY case of reading request on zfs vnode, which has vm object
attached, activate the page after the successful r
Author: mm
Date: Fri Feb 11 14:55:17 2011
New Revision: 218570
URL: http://svn.freebsd.org/changeset/base/218570
Log:
Add release notes for xz update to 5.0.0.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.sgml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml
==
Author: jfv
Date: Fri Feb 11 17:18:42 2011
New Revision: 218581
URL: http://svn.freebsd.org/changeset/base/218581
Log:
Inconsistencies in the updated igb shared code and the older
em/lem, breaking the build, correcting that.
Modified:
head/sys/dev/e1000/e1000_82542.c
head/sys/dev/e1000/e1
On 02/11/2011 09:18, Jack F Vogel wrote:
Modified: head/sys/dev/e1000/e1000_mac.h
==
--- head/sys/dev/e1000/e1000_mac.h Fri Feb 11 16:14:16 2011
(r218580)
+++ head/sys/dev/e1000/e1000_mac.h Fri Feb 11 17
On Fri, 11 Feb 2011, Doug Barton wrote:
On 02/11/2011 09:18, Jack F Vogel wrote:
Modified: head/sys/dev/e1000/e1000_mac.h
==
--- head/sys/dev/e1000/e1000_mac.h Fri Feb 11 16:14:16 2011
(r218580)
+++ head/sys/dev/e1000/
Author: jfv
Date: Fri Feb 11 19:03:00 2011
New Revision: 218582
URL: http://svn.freebsd.org/changeset/base/218582
Log:
Revert changes made here, they will cause a conflict
later on with our shared code.
Modified:
head/sys/dev/e1000/e1000_api.h
Modified: head/sys/dev/e1000/e1000_api.h
=
Ya, I just saw that, I think I will Bjoern, only because its gonna be a
problem the next time
I check in shared code, I don't really even own the stuff, when my internal
build runs it just
filters the defines in the stuff according to my needs, but doesn't directly
change anything.
I was gonna sen
On Thu, Feb 10, 2011 at 10:06:29AM -0800, Rui Paulo wrote:
>
> On Feb 10, 2011, at 8:13 AM, Chagin Dmitry wrote:
>
> > On Wed, Aug 25, 2010 at 09:10:32AM +, Rui Paulo wrote:
> >> Author: rpaulo
> >> Date: Wed Aug 25 09:10:32 2010
> >> New Revision: 211804
> >> URL: http://svn.freebsd.org/chan
Author: jfv
Date: Fri Feb 11 19:49:07 2011
New Revision: 218583
URL: http://svn.freebsd.org/changeset/base/218583
Log:
Somehow the RX ring depletion fix got partially removed,
replace the missing pieces.
Modified:
head/sys/dev/e1000/if_igb.c
Modified: head/sys/dev/e1000/if_igb.c
==
On 2011-02-11 20:03, Jack F Vogel wrote:
Author: jfv
Date: Fri Feb 11 19:03:00 2011
New Revision: 218582
URL: http://svn.freebsd.org/changeset/base/218582
Log:
Revert changes made here, they will cause a conflict
later on with our shared code.
Modified:
head/sys/dev/e1000/e1000_api.h
Author: jmallett
Date: Fri Feb 11 22:43:10 2011
New Revision: 218584
URL: http://svn.freebsd.org/changeset/base/218584
Log:
With smp_topo_none, set cg_mask to all_cpus rather than setting the mp_ncpus
low bits.
Submitted by: Bhanu Prakash
Reviewed by: jeffr
Modified:
head/sys/kern/s
Author: dougb
Date: Fri Feb 11 23:08:34 2011
New Revision: 218587
URL: http://svn.freebsd.org/changeset/base/218587
Log:
Restore 2 prototypes that seem to have been mistakenly removed in r218582.
I've manually twiddled the whitespace for e1000_commit_fc_settings_generic
to match the other
On 02/11/2011 13:28, Dimitry Andric wrote:
On 2011-02-11 20:03, Jack F Vogel wrote:
Author: jfv
Date: Fri Feb 11 19:03:00 2011
New Revision: 218582
URL: http://svn.freebsd.org/changeset/base/218582
Log:
Revert changes made here, they will cause a conflict
later on with our shared code.
Modifie
On 02/11/2011 15:08, Doug Barton wrote:
Author: dougb
Date: Fri Feb 11 23:08:34 2011
New Revision: 218587
URL: http://svn.freebsd.org/changeset/base/218587
Log:
Restore 2 prototypes that seem to have been mistakenly removed in r218582.
I've manually twiddled the whitespace for e1000_commi
Author: jfv
Date: Sat Feb 12 00:07:40 2011
New Revision: 218588
URL: http://svn.freebsd.org/changeset/base/218588
Log:
Fix the shared code to be consistent with Intel-internal,
and now build.
Modified:
head/sys/dev/e1000/e1000_80003es2lan.c
head/sys/dev/e1000/e1000_80003es2lan.h
head/sy
Author: alc
Date: Sat Feb 12 01:00:00 2011
New Revision: 218589
URL: http://svn.freebsd.org/changeset/base/218589
Log:
Retire VFS_BIO_DEBUG. Convert those checks that were still valid into
KASSERT()s and eliminate the rest.
Replace excessive printf()s and a panic() in bufdone_finish() wi
Author: jkim
Date: Sat Feb 12 01:03:15 2011
New Revision: 218590
URL: http://svn.freebsd.org/changeset/base/218590
Log:
Merge ACPICA 20110211.
Added:
head/sys/contrib/dev/acpica/compiler/aslbtypes.c
- copied, changed from r218586, vendor-sys/acpica/dist/compiler/aslbtypes.c
head/sys
Author: jmallett
Date: Sat Feb 12 02:08:24 2011
New Revision: 218591
URL: http://svn.freebsd.org/changeset/base/218591
Log:
Allow the platform code to return a bitmask of running cores rather than just
a number of cores, this allows for a sparse set of CPUs. Implement support
for sparse cor
Author: jmallett
Date: Sat Feb 12 02:10:08 2011
New Revision: 218592
URL: http://svn.freebsd.org/changeset/base/218592
Log:
Use CPU_FOREACH rather than expecting CPUs 0 through mp_ncpus-1 to be present.
Don't micro-optimize the uniprocessor case; use the same loop there.
Submitted by: Bha
Author: adrian
Date: Sat Feb 12 02:14:19 2011
New Revision: 218593
URL: http://svn.freebsd.org/changeset/base/218593
Log:
The current code used the fields in ath_set11nratescenario() . Use them
correctly:
* pass in whether to allow the hardware to override the duration field
in the m
Author: jmallett
Date: Sat Feb 12 02:41:33 2011
New Revision: 218594
URL: http://svn.freebsd.org/changeset/base/218594
Log:
The Lanner MR-730 uses the first two MACs at its MAC base for the 10/100
management ports, and gigabit ports start at an offset of 2 from the MAC
base.
Modified:
hea
Author: nyan
Date: Sat Feb 12 06:22:23 2011
New Revision: 218595
URL: http://svn.freebsd.org/changeset/base/218595
Log:
Fix build.
Modified:
head/sys/boot/pc98/pc98boot/Makefile
Modified: head/sys/boot/pc98/pc98boot/Makefile
===
Author: mav
Date: Sat Feb 12 07:06:40 2011
New Revision: 218596
URL: http://svn.freebsd.org/changeset/base/218596
Log:
Disable NCQ for multiport Marvell 88SX61XX SATA controllers. Simultaneous
active I/O to several disks (copying large file on ZFS) causes timeout after
just a few seconds of
34 matches
Mail list logo