Author: grehan
Date: Sat Apr 14 05:48:04 2012
New Revision: 234270
URL: http://svn.freebsd.org/changeset/base/234270
Log:
Catch up with Bryan Venteicher's virtio git repo:
a8af6270bd96be6ccd86f70b60fa6512b710e4f0
virtio_blk: Include function name in panic string
cbdb03a694b76c5
Author: adrian
Date: Sat Apr 14 04:40:11 2012
New Revision: 234269
URL: http://svn.freebsd.org/changeset/base/234269
Log:
Both linux ath9k and the reference driver initialises the PLL here
during chip wakeup.
Obtained from:Linux ath9k, Atheros
Modified:
head/sys/dev/ath/ath_hal
On 2012-04-12, at 10:43 AM, John Baldwin wrote:
> Author: jhb
> Date: Thu Apr 12 17:43:59 2012
> New Revision: 234190
> URL: http://svn.freebsd.org/changeset/base/234190
>
> Log:
> - Extend the KDB interface to add a per-debugger callback to print a
>backtrace for an arbitrary thread (rathe
Author: marius
Date: Fri Apr 13 23:07:32 2012
New Revision: 234248
URL: http://svn.freebsd.org/changeset/base/234248
Log:
Add a driver for the NXP (Philips) PCF8563 RTC.
Obtained from:NetBSD (pcf8563reg.h)
Added:
head/sys/dev/iicbus/pcf8563.c (contents, props changed)
head/sy
Author: marius
Date: Fri Apr 13 22:58:23 2012
New Revision: 234247
URL: http://svn.freebsd.org/changeset/base/234247
Log:
Merge from x86:
r233961:
Fix interrupt load balancing regression, introduced in revision
222813, that left all un-pinned interrupts assigned to CPU 0.
In intr_s
Author: delphij
Date: Fri Apr 13 22:35:53 2012
New Revision: 234245
URL: http://svn.freebsd.org/changeset/base/234245
Log:
Eliminate an unused parameter of static method igmp_stats_live_old().
MFC after:1 month
Modified:
head/usr.bin/netstat/inet.c
Modified: head/usr.bin/netstat/ine
Author: delphij
Date: Fri Apr 13 22:34:01 2012
New Revision: 234244
URL: http://svn.freebsd.org/changeset/base/234244
Log:
The scandir(3) function expects fourth parameter, compar, be in type of:
int (*compar)(const struct dirent **, const struct dirent **)
The current code defin
Author: luigi
Date: Fri Apr 13 22:24:57 2012
New Revision: 234242
URL: http://svn.freebsd.org/changeset/base/234242
Log:
fix build with -Wformat -Wmissing-prototypes
Modified:
head/sys/dev/netmap/netmap_mem2.c
Modified: head/sys/dev/netmap/netmap_mem2.c
==
Author: jasone
Date: Fri Apr 13 20:58:01 2012
New Revision: 234236
URL: http://svn.freebsd.org/changeset/base/234236
Log:
Added myself to committers-src.dot.
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
Author: adrian
Date: Fri Apr 13 20:23:32 2012
New Revision: 234235
URL: http://svn.freebsd.org/changeset/base/234235
Log:
Flesh out the rest of the AP96 board/config.
Modified:
head/sys/mips/conf/AP96
head/sys/mips/conf/AP96.hints
Modified: head/sys/mips/conf/AP96
=
Author: gnn
Date: Fri Apr 13 20:22:08 2012
New Revision: 234234
URL: http://svn.freebsd.org/changeset/base/234234
Log:
Change SIGUSR1 to SIGTHR to properly wake up a process that is being
traced. The use of SIGUSR1 caused traced processes (those attached to
with dtrace -p) to exit when dtra
On Fri, Apr 13, 2012 at 06:21:56PM +, Josh Paetzel wrote:
> Author: jpaetzel
> Date: Fri Apr 13 18:21:56 2012
> New Revision: 234233
> URL: http://svn.freebsd.org/changeset/base/234233
>
> Log:
> Update to version 2.3.1.0
>
> Obtained from: Daniel Braniss
>
> Modified:
> head/s
Author: jpaetzel
Date: Fri Apr 13 18:21:56 2012
New Revision: 234233
URL: http://svn.freebsd.org/changeset/base/234233
Log:
Update to version 2.3.1.0
Obtained from:Daniel Braniss
Modified:
head/sbin/iscontrol/Makefile
head/sbin/iscontrol/iscontrol.8
head/sbin/iscontrol/iscon
On Fri, Apr 13, 2012 at 10:59:59AM -0700, Adrian Chadd wrote:
> On 13 April 2012 09:32, Luigi Rizzo wrote:
> > Author: luigi
> > Date: Fri Apr 13 16:32:33 2012
> > New Revision: 234228
> > URL: http://svn.freebsd.org/changeset/base/234228
> >
> > Log:
> > ?add the new memory allocator for netmap,
Author: adrian
Date: Fri Apr 13 18:01:53 2012
New Revision: 234232
URL: http://svn.freebsd.org/changeset/base/234232
Log:
* Enable ATH_EEPROM_FIRMWARE, now that it's a compile time option
* Tidy up things a bit.
Modified:
head/sys/mips/conf/AP94
head/sys/mips/conf/AP96
Modified: head/sys
Author: adrian
Date: Fri Apr 13 18:00:48 2012
New Revision: 234231
URL: http://svn.freebsd.org/changeset/base/234231
Log:
Upgrade ATH_EEPROM_FIRMWARE to a configuration option.
Modified:
head/sys/conf/options
head/sys/dev/ath/if_ath_pci.c
Modified: head/sys/conf/options
===
On 13 April 2012 09:32, Luigi Rizzo wrote:
> Author: luigi
> Date: Fri Apr 13 16:32:33 2012
> New Revision: 234228
> URL: http://svn.freebsd.org/changeset/base/234228
>
> Log:
> add the new memory allocator for netmap, which allocates memory
> in small clusters instead of one big contiguous chun
Author: monthadar
Date: Fri Apr 13 16:53:00 2012
New Revision: 234230
URL: http://svn.freebsd.org/changeset/base/234230
Log:
Add myself as a new committer and add adrian as my mentor.
Approved by: adrian (mentor)
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/com
Author: luigi
Date: Fri Apr 13 16:42:54 2012
New Revision: 234229
URL: http://svn.freebsd.org/changeset/base/234229
Log:
Properly disable crc stripping when operating in netmap mode.
Contrarily to what i wrote in my previous commit, the 82599
does include the CRC in the length. The operat
Author: luigi
Date: Fri Apr 13 16:32:33 2012
New Revision: 234228
URL: http://svn.freebsd.org/changeset/base/234228
Log:
add the new memory allocator for netmap, which allocates memory
in small clusters instead of one big contiguous chunk.
This was already enabled in the previous commit.
Ad
Author: luigi
Date: Fri Apr 13 16:03:07 2012
New Revision: 234227
URL: http://svn.freebsd.org/changeset/base/234227
Log:
A bit of cleanup in the names of fields of netmap-related structures.
Use the name 'ring' instead of 'queue' in all fields.
Bump NETMAP_API.
Modified:
head/sys/dev/netm
Author: luigi
Date: Fri Apr 13 15:33:12 2012
New Revision: 234225
URL: http://svn.freebsd.org/changeset/base/234225
Log:
do not use a deprecated field in a structure.
Modified:
head/sys/dev/netmap/if_re_netmap.h
Modified: head/sys/dev/netmap/if_re_netmap.h
===
Author: gjb (doc committer)
Date: Fri Apr 13 09:54:36 2012
New Revision: 234221
URL: http://svn.freebsd.org/changeset/base/234221
Log:
Belatedly add my entry to the calendar file, now that 30 is here and gone.
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/
Author: adrian
Date: Fri Apr 13 08:56:23 2012
New Revision: 234220
URL: http://svn.freebsd.org/changeset/base/234220
Log:
These are uboot, so mark them as such or booting from flash will not work.
Modified:
head/sys/mips/conf/AP94
head/sys/mips/conf/AP96
Modified: head/sys/mips/conf/AP94
=
Author: adrian
Date: Fri Apr 13 08:52:25 2012
New Revision: 234219
URL: http://svn.freebsd.org/changeset/base/234219
Log:
Introduce configuration files for AP94 and AP96.
This uses the new firmware(9) method for squirreling away the EEPROM
contents from SPI flash so ath(4) can get to them
Author: adrian
Date: Fri Apr 13 08:48:38 2012
New Revision: 234218
URL: http://svn.freebsd.org/changeset/base/234218
Log:
Introduce the ability to grab local EEPROM data from the firmware(9)
interface.
* Introduce a device hint, 'eeprom_firmware', which is the name of firmware
to look
Author: adrian
Date: Fri Apr 13 08:45:50 2012
New Revision: 234217
URL: http://svn.freebsd.org/changeset/base/234217
Log:
(ab)Use the firmware API to store away EEPROM calibration data for
future use by the ath(4) driver.
These embedded devices put the calibration/PCI bootstrap data on th
Author: avg
Date: Fri Apr 13 07:18:19 2012
New Revision: 234208
URL: http://svn.freebsd.org/changeset/base/234208
Log:
add actual interrupt counters to back ipi_invlcache_counts
Otherwise one could run into a panic with COUNT_IPIS when cache
invalidation actually happened.
Reviewed b
Author: avg
Date: Fri Apr 13 07:15:40 2012
New Revision: 234207
URL: http://svn.freebsd.org/changeset/base/234207
Log:
bump INTRCNT_COUNT values to reflect actual numbers of IPI counters
Maybe the numbers should be conditionalized on COUNT_IPIS
Reviewed by: jhb
MFC after:1 week
29 matches
Mail list logo