Author: mav
Date: Fri Feb 20 08:49:56 2009
New Revision: 188846
URL: http://svn.freebsd.org/changeset/base/188846
Log:
Handle nForce MCP67 and MCP73 SATA controllers as AHCI. They report itself
as ATA RAID, but generic ATAPCI driver unable to detect drives there. AHCI
driver reported to hand
Author: rpaulo
Date: Fri Feb 20 11:03:12 2009
New Revision: 188847
URL: http://svn.freebsd.org/changeset/base/188847
Log:
Add Andriy Gapon.
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
==
--- svnad
Author: mtm
Date: Fri Feb 20 11:09:55 2009
New Revision: 188848
URL: http://svn.freebsd.org/changeset/base/188848
Log:
Doh! r188813 modified an auto-generated file. Fix it for real:
o grammar fix
o remove mention of libkse
Submitted by: Niclas Zeising
Modified:
head/tools/build/
Author: ed
Date: Fri Feb 20 13:05:29 2009
New Revision: 188849
URL: http://svn.freebsd.org/changeset/base/188849
Log:
Don't make Linux stat() open character devices to resolve its name.
The existing code calls kern_open() to resolve the vnode of a pathname
right after a stat(). This is no
Author: mav
Date: Fri Feb 20 14:10:23 2009
New Revision: 188850
URL: http://svn.freebsd.org/changeset/base/188850
Log:
Fix pc98 build error due to missing variable.
Submitted by: avg
Modified:
head/sys/dev/ata/ata-cbus.c
Modified: head/sys/dev/ata/ata-cbus.c
Author: luigi
Date: Fri Feb 20 14:28:56 2009
New Revision: 188851
URL: http://svn.freebsd.org/changeset/base/188851
Log:
when initializing, also build _includes and _libraries
On passing, fix a wrong comment
MFC after:3 days
Modified:
head/release/picobsd/build/picobsd
Modified
Author: rrs
Date: Fri Feb 20 14:33:45 2009
New Revision: 188852
URL: http://svn.freebsd.org/changeset/base/188852
Log:
Fix a bug. The sending was being restricted improperly by
the max_burst. It should only be gated by cwnd in the
lower level send.
Obtained from:Michael Tuexen
Author: mr
Date: Fri Feb 20 14:53:49 2009
New Revision: 188853
URL: http://svn.freebsd.org/changeset/base/188853
Log:
Delete files which serve no purpose in this environment.
Inspired by: simon@
Deleted:
head/tools/tools/nanobsd/rescue/Files/root/change_password
head/tools/tools/nanobs
Author: rrs
Date: Fri Feb 20 15:03:54 2009
New Revision: 188854
URL: http://svn.freebsd.org/changeset/base/188854
Log:
Add the add-stream capability. Still needs more
testing..
MFC after:1 month
Modified:
head/sys/netinet/sctp_constants.h
head/sys/netinet/sctp_header.h
head/sys
Author: sam
Date: Fri Feb 20 15:52:53 2009
New Revision: 188857
URL: http://svn.freebsd.org/changeset/base/188857
Log:
add Chris Zimmermman
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
==
--- svnad
Author: alc
Date: Fri Feb 20 16:19:34 2009
New Revision: 188859
URL: http://svn.freebsd.org/changeset/base/188859
Log:
Eliminate stale comments.
Modified:
head/sys/vm/swap_pager.c
Modified: head/sys/vm/swap_pager.c
=
Author: nwhitehorn
Date: Fri Feb 20 17:48:40 2009
New Revision: 188860
URL: http://svn.freebsd.org/changeset/base/188860
Log:
Add Altivec support for supported CPUs. This is derived from the FPU support
code, and also reducing the size of trapcode to fit inside a 32 byte handler
slot.
R
Author: mav
Date: Fri Feb 20 20:20:00 2009
New Revision: 188861
URL: http://svn.freebsd.org/changeset/base/188861
Log:
Disable port interrupts before doing PHY reset.
PHY reset causes drive connect/disconnect events, unwanted at this moment.
Modified:
head/sys/dev/ata/chipsets/ata-ahci.c
M
Author: mav
Date: Fri Feb 20 20:29:32 2009
New Revision: 188862
URL: http://svn.freebsd.org/changeset/base/188862
Log:
Reduce soft-reset assertion time from 5ms to 50us.
ATA specification declares minimal reset time of 5us. SATA keeps it, but
requires devices to handle commands transmitted e
Author: sam
Date: Fri Feb 20 21:55:23 2009
New Revision: 188863
URL: http://svn.freebsd.org/changeset/base/188863
Log:
misc cleanup of wme parameter setting
Modified:
head/sys/net80211/ieee80211_proto.c
Modified: head/sys/net80211/ieee80211_proto.c
===
Author: sam
Date: Fri Feb 20 21:57:05 2009
New Revision: 188864
URL: http://svn.freebsd.org/changeset/base/188864
Log:
o reset aggressive mode flag; it was being left set after marking an
interface down
o only allow the first vap to initialize shared wme parameters
Modified:
head/sys/ne
Author: sam
Date: Fri Feb 20 22:05:08 2009
New Revision: 188865
URL: http://svn.freebsd.org/changeset/base/188865
Log:
don't adjust core clk conversions for 1/2 and 1/4 rate channels; the
mac runs at full speed so doing this breaks conversion for ifs parameters
Submitted by: Felix Fietkau
Author: sam
Date: Fri Feb 20 22:06:58 2009
New Revision: 188866
URL: http://svn.freebsd.org/changeset/base/188866
Log:
correct SIFS setting; there is a 2usec adjustment between the calculated
value and what the hardware requires (based on inspection of INI values)
Submitted by: Jiri Fojta
Author: mav
Date: Fri Feb 20 22:46:24 2009
New Revision: 188867
URL: http://svn.freebsd.org/changeset/base/188867
Log:
Fix typo: s/SLUMPER/SLUMBER/
Modified:
head/sys/dev/ata/ata-all.h
Modified: head/sys/dev/ata/ata-all.h
==
Author: marcel
Date: Fri Feb 20 23:01:27 2009
New Revision: 188868
URL: http://svn.freebsd.org/changeset/base/188868
Log:
Don't read the TOC for DIOCGPROVIDERALIAS. This causes the
acd code to create new provider (?), but not from an expected
context, which results in a panic (GEOM topology
Author: sam
Date: Fri Feb 20 23:05:05 2009
New Revision: 188869
URL: http://svn.freebsd.org/changeset/base/188869
Log:
mark nodes created by way of neighbor discovery need to be marked as ERP
so they get the correct tx parameters setup by node_settxparms
Modified:
head/sys/net80211/ieee8021
Author: mav
Date: Fri Feb 20 23:17:52 2009
New Revision: 188877
URL: http://svn.freebsd.org/changeset/base/188877
Log:
Disable port hardware on detach. First switch it to slumber mode to
power-down peer transmitter, then disable completely.
Side effect of this is saving about 0.5W of power p
Author: thompsa
Date: Sat Feb 21 01:14:49 2009
New Revision: 188878
URL: http://svn.freebsd.org/changeset/base/188878
Log:
Provide compat typedefs for usb1.
Modified:
head/sys/dev/usb2/include/usb2_standard.h
Modified: head/sys/dev/usb2/include/usb2_standard.h
===
Author: nwhitehorn
Date: Sat Feb 21 02:15:08 2009
New Revision: 188879
URL: http://svn.freebsd.org/changeset/base/188879
Log:
Include altivec.c, missed on previous commit r188860. This should unbreak the
build.
Modified:
head/sys/conf/files.powerpc
Modified: head/sys/conf/files.powerpc
===
Author: thompsa
Date: Sat Feb 21 03:06:29 2009
New Revision: 10
URL: http://svn.freebsd.org/changeset/base/10
Log:
Revert r188878 for the moment, this breaks kdump.
Modified:
head/sys/dev/usb2/include/usb2_standard.h
Modified: head/sys/dev/usb2/include/usb2_standard.h
===
Author: delphij
Date: Sat Feb 21 03:38:46 2009
New Revision: 16
URL: http://svn.freebsd.org/changeset/base/16
Log:
Utilize strlcpy().
Modified:
head/usr.bin/talk/get_names.c
Modified: head/usr.bin/talk/get_names.c
==
Author: delphij
Date: Sat Feb 21 03:42:31 2009
New Revision: 17
URL: http://svn.freebsd.org/changeset/base/17
Log:
Initialize 'sz' as 0.
Modified:
head/usr.bin/truncate/truncate.c
Modified: head/usr.bin/truncate/truncate.c
=
Author: delphij
Date: Sat Feb 21 03:43:20 2009
New Revision: 18
URL: http://svn.freebsd.org/changeset/base/18
Log:
Utilize calloc() instead of bzero'ing manually.
Modified:
head/usr.bin/vmstat/vmstat.c
Modified: head/usr.bin/vmstat/vmstat.c
===
Author: delphij
Date: Sat Feb 21 03:50:25 2009
New Revision: 19
URL: http://svn.freebsd.org/changeset/base/19
Log:
Define extern **environ in global scope instead of in function.
Modified:
head/usr.bin/printenv/printenv.c
Modified: head/usr.bin/printenv/printenv.c
===
Author: delphij
Date: Sat Feb 21 03:53:06 2009
New Revision: 188890
URL: http://svn.freebsd.org/changeset/base/188890
Log:
Remove unnecessary opt* definations.
Modified:
head/usr.bin/ktrdump/ktrdump.c
Modified: head/usr.bin/ktrdump/ktrdump.c
==
Author: marcel
Date: Sat Feb 21 07:01:21 2009
New Revision: 188893
URL: http://svn.freebsd.org/changeset/base/188893
Log:
Add bootcode handling.
Modified:
head/sys/geom/part/g_part_bsd.c
Modified: head/sys/geom/part/g_part_bsd.c
===
31 matches
Mail list logo