svn commit: r234204 - head/sys/mips/atheros

2012-04-13 Thread Adrian Chadd
Author: adrian Date: Fri Apr 13 06:11:24 2012 New Revision: 234204 URL: http://svn.freebsd.org/changeset/base/234204 Log: Sync this code against what's in OpenWRT trunk. * the openwrt code doesn't treat 0/0/0 any differently from other bus/slot/func combinations. * A local write

Re: svn commit: r230252 - head/sys/fs/tmpfs

2012-04-13 Thread Jaakko Heinonen
On 2012-01-23, Mikolaj Golub wrote: I see two issues with this patch: What do you think about this patch? %%% Index: sys/fs/tmpfs/tmpfs.h === --- sys/fs/tmpfs/tmpfs.h(revision 234201) +++ sys/fs/tmpfs/tmpfs.h

svn commit: r234205 - head/sys/mips/atheros

2012-04-13 Thread Adrian Chadd
Author: adrian Date: Fri Apr 13 06:13:37 2012 New Revision: 234205 URL: http://svn.freebsd.org/changeset/base/234205 Log: Remove an unused variable. Grr. Modified: head/sys/mips/atheros/ar71xx_pci.c Modified: head/sys/mips/atheros/ar71xx_pci.c

svn commit: r234206 - head/usr.bin/unzip

2012-04-13 Thread Kevin Lo
Author: kevlo Date: Fri Apr 13 06:15:51 2012 New Revision: 234206 URL: http://svn.freebsd.org/changeset/base/234206 Log: Partially implement zipinfo (-Z) support. This fixes some test failures seen with perl 5.12 and 5.14. PR: bin/166895 Submitted by: swills MFC after:3 days

svn commit: r234207 - in head/sys: amd64/include i386/include

2012-04-13 Thread Andriy Gapon
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

svn commit: r234208 - in head/sys: amd64/amd64 i386/i386

2012-04-13 Thread Andriy Gapon
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

svn commit: r234209 - in stable/9/sys: conf i386/conf kern

2012-04-13 Thread Andriy Gapon
Author: avg Date: Fri Apr 13 07:39:20 2012 New Revision: 234209 URL: http://svn.freebsd.org/changeset/base/234209 Log: MFC r231558: newvers.sh: unbreak git/git-svn support Modified: stable/9/sys/conf/newvers.sh Directory Properties: stable/9/sys/ (props changed)

svn commit: r234210 - in stable/8/sys: conf i386/conf

2012-04-13 Thread Andriy Gapon
Author: avg Date: Fri Apr 13 07:44:40 2012 New Revision: 234210 URL: http://svn.freebsd.org/changeset/base/234210 Log: MFC r231558: newvers.sh: unbreak git/git-svn support Modified: stable/8/sys/conf/newvers.sh Directory Properties: stable/8/sys/ (props changed)

svn commit: r234211 - in stable/9/sys: cddl/contrib/opensolaris/uts/common/fs/zfs i386/conf kern

2012-04-13 Thread Andriy Gapon
Author: avg Date: Fri Apr 13 07:48:45 2012 New Revision: 234211 URL: http://svn.freebsd.org/changeset/base/234211 Log: MFC r233918: zfs_ioctl: no need for ddi_copyin/out here because sys_ioctl handles that Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c

svn commit: r234212 - in stable/8/sys: cddl/contrib/opensolaris/uts/common/fs/zfs i386/conf

2012-04-13 Thread Andriy Gapon
Author: avg Date: Fri Apr 13 07:54:09 2012 New Revision: 234212 URL: http://svn.freebsd.org/changeset/base/234212 Log: MFC r233918: zfs_ioctl: no need for ddi_copyin/out here because sys_ioctl handles that Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c

svn commit: r234213 - in stable/9/sys: i386/conf kern pci

2012-04-13 Thread Andriy Gapon
Author: avg Date: Fri Apr 13 08:01:34 2012 New Revision: 234213 URL: http://svn.freebsd.org/changeset/base/234213 Log: MFC r234040: intpm: reflect the fact that SB800 and later AMD chipsets are not supported Modified: stable/9/sys/pci/intpm.c Directory Properties: stable/9/sys/ (props

svn commit: r234214 - in stable/8/sys: i386/conf pci

2012-04-13 Thread Andriy Gapon
Author: avg Date: Fri Apr 13 08:04:00 2012 New Revision: 234214 URL: http://svn.freebsd.org/changeset/base/234214 Log: MFC r234040: intpm: reflect the fact that SB800 and later AMD chipsets are not supported Modified: stable/8/sys/pci/intpm.c Directory Properties: stable/8/sys/ (props

svn commit: r234215 - in stable/9/sys: i386/conf kern pci

2012-04-13 Thread Andriy Gapon
Author: avg Date: Fri Apr 13 08:08:44 2012 New Revision: 234215 URL: http://svn.freebsd.org/changeset/base/234215 Log: MFC r234043: intpm: return only SMB bus error codes from SMB methods Modified: stable/9/sys/pci/intpm.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r234216 - in stable/8/sys: i386/conf pci

2012-04-13 Thread Andriy Gapon
Author: avg Date: Fri Apr 13 08:11:14 2012 New Revision: 234216 URL: http://svn.freebsd.org/changeset/base/234216 Log: MFC r234043: intpm: return only SMB bus error codes from SMB methods Modified: stable/8/sys/pci/intpm.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r234217 - head/sys/mips/atheros

2012-04-13 Thread Adrian Chadd
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

svn commit: r234218 - head/sys/dev/ath

2012-04-13 Thread Adrian Chadd
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

svn commit: r234219 - head/sys/mips/conf

2012-04-13 Thread Adrian Chadd
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

svn commit: r234220 - head/sys/mips/conf

2012-04-13 Thread Adrian Chadd
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

svn commit: r234221 - head/usr.bin/calendar/calendars

2012-04-13 Thread Glen Barber
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:

Re: svn commit: r234209 - in stable/9/sys: conf i386/conf kern

2012-04-13 Thread Oliver Pinter
Hi! Please MFC back this patch to 7 and 8 STABLE. On 4/13/12, Andriy Gapon a...@freebsd.org wrote: Author: avg Date: Fri Apr 13 07:39:20 2012 New Revision: 234209 URL: http://svn.freebsd.org/changeset/base/234209 Log: MFC r231558: newvers.sh: unbreak git/git-svn support Modified:

svn commit: r234222 - stable/7/sys/conf

2012-04-13 Thread Andriy Gapon
Author: avg Date: Fri Apr 13 11:12:18 2012 New Revision: 234222 URL: http://svn.freebsd.org/changeset/base/234222 Log: MFC r231558: newvers.sh: unbreak git/git-svn support Modified: stable/7/sys/conf/newvers.sh Directory Properties: stable/7/sys/ (props changed)

svn commit: r234225 - head/sys/dev/netmap

2012-04-13 Thread Luigi Rizzo
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

svn commit: r234227 - in head: sys/dev/netmap sys/net tools/tools/netmap

2012-04-13 Thread Luigi Rizzo
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:

svn commit: r234228 - head/sys/dev/netmap

2012-04-13 Thread Luigi Rizzo
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.

svn commit: r234229 - in head/sys/dev: ixgbe netmap

2012-04-13 Thread Luigi Rizzo
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

svn commit: r234230 - head/share/misc

2012-04-13 Thread Monthadar Al Jaberi
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:

Re: svn commit: r234228 - head/sys/dev/netmap

2012-04-13 Thread Adrian Chadd
On 13 April 2012 09:32, Luigi Rizzo lu...@freebsd.org 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

svn commit: r234231 - in head/sys: conf dev/ath

2012-04-13 Thread Adrian Chadd
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

svn commit: r234232 - head/sys/mips/conf

2012-04-13 Thread Adrian Chadd
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:

Re: svn commit: r234228 - head/sys/dev/netmap

2012-04-13 Thread Luigi Rizzo
On Fri, Apr 13, 2012 at 10:59:59AM -0700, Adrian Chadd wrote: On 13 April 2012 09:32, Luigi Rizzo lu...@freebsd.org 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

svn commit: r234233 - in head: sbin/iscontrol share/man/man4 sys/dev/iscsi/initiator sys/modules/iscsi/initiator

2012-04-13 Thread Josh Paetzel
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 da...@cs.huji.ac.il Modified: head/sbin/iscontrol/Makefile head/sbin/iscontrol/iscontrol.8

Re: svn commit: r234233 - in head: sbin/iscontrol share/man/man4 sys/dev/iscsi/initiator sys/modules/iscsi/initiator

2012-04-13 Thread Konstantin Belousov
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 da...@cs.huji.ac.il Modified:

svn commit: r234234 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2012-04-13 Thread George V. Neville-Neil
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

svn commit: r234235 - head/sys/mips/conf

2012-04-13 Thread Adrian Chadd
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

svn commit: r234236 - head/share/misc

2012-04-13 Thread Jason Evans
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

svn commit: r234237 - stable/9/share/mk

2012-04-13 Thread Dimitry Andric
Author: dim Date: Fri Apr 13 21:35:24 2012 New Revision: 234237 URL: http://svn.freebsd.org/changeset/base/234237 Log: MFC r233052: Change the style of share/mk/bsd.sys.mk to that of the other bsd.*.mk files, and style.Makefile(5), where applicable. While here, update the link to the

svn commit: r234238 - in stable/9/sys: conf modules/mps

2012-04-13 Thread Dimitry Andric
Author: dim Date: Fri Apr 13 21:47:14 2012 New Revision: 234238 URL: http://svn.freebsd.org/changeset/base/234238 Log: MFC r233354: Work around the following clang warning in mps(4): sys/dev/mps/mps_sas.c:861:1: error: function 'mpssas_discovery_timeout' is not needed and will not

svn commit: r234239 - stable/9/sys/dev/isci

2012-04-13 Thread Dimitry Andric
Author: dim Date: Fri Apr 13 21:50:14 2012 New Revision: 234239 URL: http://svn.freebsd.org/changeset/base/234239 Log: MFC r233710: Fix the following compilation warning with clang trunk in isci(4): sys/dev/isci/isci_task_request.c:198:7: error: case value not in enumerated type

svn commit: r234240 - in stable/9/sys: dev/ale i386/conf kern

2012-04-13 Thread Marius Strobl
Author: marius Date: Fri Apr 13 22:04:26 2012 New Revision: 234240 URL: http://svn.freebsd.org/changeset/base/234240 Log: MFC: r233888 - Const'ify the device lookup-table. - Use DEVMETHOD_END. - Use NULL instead of 0 for pointers. - Enable support for flow control. Tested by:

svn commit: r234241 - in stable/8/sys: dev/ale i386/conf

2012-04-13 Thread Marius Strobl
Author: marius Date: Fri Apr 13 22:04:28 2012 New Revision: 234241 URL: http://svn.freebsd.org/changeset/base/234241 Log: MFC: r233888 - Const'ify the device lookup-table. - Use DEVMETHOD_END. - Use NULL instead of 0 for pointers. - Enable support for flow control. Tested by:

svn commit: r234242 - head/sys/dev/netmap

2012-04-13 Thread Luigi Rizzo
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

svn commit: r234244 - head/usr.sbin/lpr/lpc

2012-04-13 Thread Xin LI
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

svn commit: r234245 - head/usr.bin/netstat

2012-04-13 Thread Xin LI
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:

svn commit: r234247 - head/sys/sparc64/sparc64

2012-04-13 Thread Marius Strobl
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

svn commit: r234248 - in head/sys: conf dev/iicbus

2012-04-13 Thread Marius Strobl
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)

svn commit: r234249 - vendor/file/5.09

2012-04-13 Thread David E. O'Brien
Author: obrien Date: Fri Apr 13 23:24:49 2012 New Revision: 234249 URL: http://svn.freebsd.org/changeset/base/234249 Log: Tag the file 5.09 vendor import. Added: vendor/file/5.09/ - copied from r234248, vendor/file/dist/ ___

svn commit: r234250 - in vendor/file/dist: . Magdir

2012-04-13 Thread David E. O'Brien
Author: obrien Date: Fri Apr 13 23:30:38 2012 New Revision: 234250 URL: http://svn.freebsd.org/changeset/base/234250 Log: Virgin import of Christos Zoulas's FILE 5.11. Added: vendor/file/dist/Magdir/assembler vendor/file/dist/Magdir/cups vendor/file/dist/Magdir/guile

svn commit: r234251 - vendor/file/5.11

2012-04-13 Thread David E. O'Brien
Author: obrien Date: Fri Apr 13 23:53:53 2012 New Revision: 234251 URL: http://svn.freebsd.org/changeset/base/234251 Log: Tag the file 5.11 vendor import. Added: vendor/file/5.11/ - copied from r234250, vendor/file/dist/ ___

svn commit: r234260 - stable/9/sbin/sysctl

2012-04-13 Thread Eitan Adler
Author: eadler Date: Sat Apr 14 02:06:53 2012 New Revision: 234260 URL: http://svn.freebsd.org/changeset/base/234260 Log: MFC r234134: s/Free Memory Pages/Free Memory/ to avoid confusion, since we're reporting a number of bytes rather than a number of pages Approved by:

svn commit: r234261 - stable/8/sbin/sysctl

2012-04-13 Thread Eitan Adler
Author: eadler Date: Sat Apr 14 02:07:18 2012 New Revision: 234261 URL: http://svn.freebsd.org/changeset/base/234261 Log: MFC r234134: s/Free Memory Pages/Free Memory/ to avoid confusion, since we're reporting a number of bytes rather than a number of pages Approved by:

svn commit: r234262 - stable/7/sbin/sysctl

2012-04-13 Thread Eitan Adler
Author: eadler Date: Sat Apr 14 02:07:37 2012 New Revision: 234262 URL: http://svn.freebsd.org/changeset/base/234262 Log: MFC r234134: s/Free Memory Pages/Free Memory/ to avoid confusion, since we're reporting a number of bytes rather than a number of pages Approved by:

svn commit: r234263 - stable/9/usr.sbin/ppp

2012-04-13 Thread Eitan Adler
Author: eadler Date: Sat Apr 14 02:10:45 2012 New Revision: 234263 URL: http://svn.freebsd.org/changeset/base/234263 Log: MFC r230347: Fix warning when compiling with gcc46: error: variable 'addrs' set but not used Approved by: cperciva (implicit) Modified:

svn commit: r234264 - stable/8/usr.sbin/ppp

2012-04-13 Thread Eitan Adler
Author: eadler Date: Sat Apr 14 02:11:08 2012 New Revision: 234264 URL: http://svn.freebsd.org/changeset/base/234264 Log: MFC r230347: Fix warning when compiling with gcc46: error: variable 'addrs' set but not used Approved by: cperciva (implicit) Modified:

svn commit: r234265 - stable/7/usr.sbin/ppp

2012-04-13 Thread Eitan Adler
Author: eadler Date: Sat Apr 14 02:11:26 2012 New Revision: 234265 URL: http://svn.freebsd.org/changeset/base/234265 Log: MFC r230347: Fix warning when compiling with gcc46: error: variable 'addrs' set but not used Approved by: cperciva (implicit) Modified:

svn commit: r234266 - stable/9/lib/libc/string

2012-04-13 Thread Eitan Adler
Author: eadler Date: Sat Apr 14 02:46:59 2012 New Revision: 234266 URL: http://svn.freebsd.org/changeset/base/234266 Log: MFC r231813: Add err(3) to strerror(3) SEE ALSO section Approved by: cperciva (implicit) Modified: stable/9/lib/libc/string/strerror.3 Directory Properties:

svn commit: r234267 - stable/8/lib/libc/string

2012-04-13 Thread Eitan Adler
Author: eadler Date: Sat Apr 14 02:48:19 2012 New Revision: 234267 URL: http://svn.freebsd.org/changeset/base/234267 Log: MFC r231813: Add err(3) to strerror(3) SEE ALSO section Approved by: cperciva (implicit) Modified: stable/8/lib/libc/string/strerror.3 Directory Properties:

svn commit: r234268 - stable/7/lib/libc/string

2012-04-13 Thread Eitan Adler
Author: eadler Date: Sat Apr 14 02:49:01 2012 New Revision: 234268 URL: http://svn.freebsd.org/changeset/base/234268 Log: MFC r231813: Add err(3) to strerror(3) SEE ALSO section Approved by: cperciva (implicit) Modified: stable/7/lib/libc/string/strerror.3 Directory Properties:

Re: svn commit: r234190 - in head/sys: kern sys

2012-04-13 Thread Oleksandr Tymoshenko
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 (rather than

svn commit: r234269 - head/sys/dev/ath/ath_hal/ar5416

2012-04-13 Thread Adrian Chadd
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:

svn commit: r234270 - in head/sys/dev/virtio: . balloon block network pci

2012-04-13 Thread Peter Grehan
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