On Fri, Dec 13, 2013 at 11:55:59AM +0400, Sergey Kandaurov wrote:
S> On 13 December 2013 02:33, Gleb Smirnoff wrote:
S> > Author: glebius
S> > Date: Thu Dec 12 22:33:32 2013
S> > New Revision: 259280
S> > URL: http://svnweb.freebsd.org/changeset/base/259280
S> >
S> > Log:
S> > Somehow stable/10
Author: grehan
Date: Fri Dec 13 08:31:13 2013
New Revision: 259302
URL: http://svnweb.freebsd.org/changeset/base/259302
Log:
bhyve(8) man page.
mdoc formatting and much input and review from Warren Block (wblock@).
Reviewed by: many
MFC after:3 days
Added:
head/usr.sbin/bhyve
> LINT64 is yet another kernel config covered by 'make tinderbox', but not by
> the periodic tinderbox. It is probably worth adding to the periodic
> tinderbox
> (someday it'd be nice if the two tinderboxes built the same set of things).
Some day it would be nice if people talked to me directly
Author: rmh
Date: Fri Dec 13 13:17:59 2013
New Revision: 259303
URL: http://svnweb.freebsd.org/changeset/base/259303
Log:
MFC r259003:
Initialize modesetting sysctls in radeonkms.
Modified:
stable/10/sys/dev/drm2/radeon/radeon_drv.c
Directory Properties:
stable/10/ (props changed)
Modi
Author: trasz
Date: Fri Dec 13 15:19:37 2013
New Revision: 259304
URL: http://svnweb.freebsd.org/changeset/base/259304
Log:
MFC r258871:
Properly report an error instead of panicing when user tries to create
LUN backed by non-disk device, e.g. /dev/null.
Sponsored by: The FreeBSD Fou
Author: trasz
Date: Fri Dec 13 15:23:07 2013
New Revision: 259305
URL: http://svnweb.freebsd.org/changeset/base/259305
Log:
MFC r259182:
Fix handling for empty auth-groups. Without it, ctld child process
would either exit on assertion, or, if assertions are not enabled,
fail to authent
Author: trasz
Date: Fri Dec 13 15:25:51 2013
New Revision: 259306
URL: http://svnweb.freebsd.org/changeset/base/259306
Log:
MFC r259183:
Properly refuse handoff requests on already connected sessions. Previously
this would result in dropping the session.
Sponsored by: The FreeBSD Fo
Author: ian
Date: Fri Dec 13 16:09:07 2013
New Revision: 259307
URL: http://svnweb.freebsd.org/changeset/base/259307
Log:
MFC r256492:
Add the long-missing spibus_if.m to the MFILES list.
Modified:
stable/10/sys/conf/kmod.mk
Directory Properties:
stable/10/ (props changed)
Modified:
Author: ian
Date: Fri Dec 13 16:14:08 2013
New Revision: 259308
URL: http://svnweb.freebsd.org/changeset/base/259308
Log:
MFC r256628:
Fix a register name typo. The effect was that CPU_CONTROL_AFLT_ENABLE
wasn't being set, but it was almost assuredly already turned on anyway
by the
Author: ian
Date: Fri Dec 13 16:38:21 2013
New Revision: 259309
URL: http://svnweb.freebsd.org/changeset/base/259309
Log:
MFC r256637:
When calculating the number of bounce pages needed, round the maxsize
up to a multiple of PAGE_SIZE, and add one page because there can always
be
Author: ian
Date: Fri Dec 13 16:41:04 2013
New Revision: 259310
URL: http://svnweb.freebsd.org/changeset/base/259310
Log:
MFC r256638:
Add cases for the combinations of busdma sync op flags that we handle
correctly by doing nothing, then add a panic for the default case, because
t
Author: asomers
Date: Fri Dec 13 16:55:39 2013
New Revision: 259311
URL: http://svnweb.freebsd.org/changeset/base/259311
Log:
MFC 257006
sbin/geom/class/part/geom_part.c
Always validate the return of find_geomcfg(). It could be NULL, for
example when the geom is witheri
Author: ian
Date: Fri Dec 13 17:00:25 2013
New Revision: 259312
URL: http://svnweb.freebsd.org/changeset/base/259312
Log:
MFC 256640: Allow 'make xdev' to work when DESTDIR is set.
Modified:
stable/10/Makefile.inc1
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/Mak
Author: ian
Date: Fri Dec 13 17:02:09 2013
New Revision: 259313
URL: http://svnweb.freebsd.org/changeset/base/259313
Log:
MFC r256647:
Invalidate the entire L2 cache before enabling it. Say whether it
has been enabled or disabled.
Modified:
stable/10/sys/arm/arm/pl310.c
Directory
Author: ian
Date: Fri Dec 13 17:03:32 2013
New Revision: 259314
URL: http://svnweb.freebsd.org/changeset/base/259314
Log:
MFC r256774:
Clock divisors 0-3 correspond to dividing by 1-4, so add 1 before dividing.
Modified:
stable/10/sys/arm/freescale/imx/imx51_ccm.c
Directory Properties:
Author: ian
Date: Fri Dec 13 17:10:23 2013
New Revision: 259315
URL: http://svnweb.freebsd.org/changeset/base/259315
Log:
MFC r256804:
Switch to using the standard uart console driver instead of the special
driver for early boot debugging.
Modified:
stable/10/sys/arm/freescale/imx/
Author: ian
Date: Fri Dec 13 17:23:47 2013
New Revision: 259316
URL: http://svnweb.freebsd.org/changeset/base/259316
Log:
MFC r257130:
Add a helper routine to search for a compat string in a table that
associates compat strings with arbitrary values that mean something to
the driv
Author: ian
Date: Fri Dec 13 17:28:08 2013
New Revision: 259317
URL: http://svnweb.freebsd.org/changeset/base/259317
Log:
MFC r256806, r256919, r257167:
Add a driver for the Freescale Fast Ethernet Controller found on various
Freescale SoCs including the i.MX series. This also works
Author: ian
Date: Fri Dec 13 17:29:31 2013
New Revision: 259318
URL: http://svnweb.freebsd.org/changeset/base/259318
Log:
MFC r256809: Add configuration for the Freescale i.MX53 Quick Start Board.
Added:
stable/10/sys/arm/conf/IMX53-QSB
- copied unchanged from r256809, head/sys/arm/conf/
Author: ian
Date: Fri Dec 13 18:21:27 2013
New Revision: 259319
URL: http://svnweb.freebsd.org/changeset/base/259319
Log:
MFC r256815:
Calculate the baud rate divisor rather than using a hard-coded value.
Modified:
stable/10/sys/dev/uart/uart_dev_pl011.c
Directory Properties:
stable/
Author: pfg
Date: Fri Dec 13 18:23:14 2013
New Revision: 259320
URL: http://svnweb.freebsd.org/changeset/base/259320
Log:
MFC r258115 (partial);
gperf: bring a small update from Apple Developers tools 4.4
From [1]
offset.patch
Makes use the C offsetof() macro.
We are not
Author: pfg
Date: Fri Dec 13 18:24:36 2013
New Revision: 259321
URL: http://svnweb.freebsd.org/changeset/base/259321
Log:
MFC r258115 (partial);
gperf: bring a small update from Apple Developers tools 4.4
From [1]
offset.patch
Makes use the C offsetof() macro.
We are not
Author: ian
Date: Fri Dec 13 18:26:22 2013
New Revision: 259322
URL: http://svnweb.freebsd.org/changeset/base/259322
Log:
MFC r257197:
Maximize available kva space by doing static device mapping from the top
of the address space downwards, and then returning the lowest mapped
devi
Hello;
Sorry for the delay in looking into this issue.
On 15.11.2013 00:06, Bruce Evans wrote:
On Thu, 14 Nov 2013, Sean Bruno wrote:
Log:
Repair build after svn r258115
options.get_size_type() appears to return a const char *, so assume
that
its a string as oppose to *nothing*. I have
Author: ian
Date: Fri Dec 13 19:01:50 2013
New Revision: 259323
URL: http://svnweb.freebsd.org/changeset/base/259323
Log:
MFC r257480:
Convert the if/else list of compatible devices to the table-driven
ofw_bus_search_compatible() routine. In addition to converting existing
string
Author: ian
Date: Fri Dec 13 19:17:09 2013
New Revision: 259324
URL: http://svnweb.freebsd.org/changeset/base/259324
Log:
MFC r256949: Import basic support for Rockchip RK3188 SoC.
Added:
stable/10/sys/arm/rockchip/
- copied from r256949, head/sys/arm/rockchip/
Modified:
Directory Prope
Author: ian
Date: Fri Dec 13 19:27:23 2013
New Revision: 259325
URL: http://svnweb.freebsd.org/changeset/base/259325
Log:
MFC r257062: Add the Raspberry Pi SPI controller driver.
Added:
stable/10/sys/arm/broadcom/bcm2835/bcm2835_spi.c
- copied unchanged from r257062,
head/sys/arm/broadc
Author: pfg
Date: Fri Dec 13 19:32:02 2013
New Revision: 259326
URL: http://svnweb.freebsd.org/changeset/base/259326
Log:
MFV r258571:
Removes strict-aliasing warnings from newer GCC in tcpdump.
Corresponds to MFC r258573, but for some reason our new pre-commit hooks
will not let us
Author: pfg
Date: Fri Dec 13 19:38:05 2013
New Revision: 259327
URL: http://svnweb.freebsd.org/changeset/base/259327
Log:
MFV r258571:
Removes strict-aliasing warnings from newer GCC in tcpdump.
Corresponds to MFC r258573, but for some reason our new pre-commit
hooks will not let us
On Fri, Dec 13, 2013 at 2:32 PM, Pedro F. Giffuni wrote:
> Author: pfg
> Date: Fri Dec 13 19:32:02 2013
> New Revision: 259326
> URL: http://svnweb.freebsd.org/changeset/base/259326
>
> Log:
> MFV r258571:
>
> Removes strict-aliasing warnings from newer GCC in tcpdump.
>
> Corresponds to MFC
On 13.12.2013 14:43, Eitan Adler wrote:
On Fri, Dec 13, 2013 at 2:32 PM, Pedro F. Giffuni wrote:
Author: pfg
Date: Fri Dec 13 19:32:02 2013
New Revision: 259326
URL: http://svnweb.freebsd.org/changeset/base/259326
Log:
MFV r258571:
Removes strict-aliasing warnings from newer GCC in tcpd
Author: trasz
Date: Fri Dec 13 20:33:59 2013
New Revision: 259328
URL: http://svnweb.freebsd.org/changeset/base/259328
Log:
MFC r256724:
Make geom_label(4) resize-aware. This fixes a situation when "gpart resize"
would resize a partition, but label providers - e.g. /dev/gptid/XXX - would
Author: ian
Date: Fri Dec 13 20:43:11 2013
New Revision: 259329
URL: http://svnweb.freebsd.org/changeset/base/259329
Log:
MFC r257199, r257200, r257217:
Remove all #include from arm code. It's already
included by vm/pmap.h, which is a prerequisite for arm/machine/pmap.h
so there
Author: mjg
Date: Fri Dec 13 20:53:31 2013
New Revision: 259330
URL: http://svnweb.freebsd.org/changeset/base/259330
Log:
rlimit: add and utilize lim_shared
MFC after:2 weeks
Modified:
head/sys/kern/kern_resource.c
Modified: head/sys/kern/kern_resource.c
Author: mjg
Date: Fri Dec 13 20:54:45 2013
New Revision: 259331
URL: http://svnweb.freebsd.org/changeset/base/259331
Log:
rlimit: avoid unnecessary copying of rlimits
If refcount is 1 just modify rlimits in place.
MFC after:2 weeks
Modified:
head/sys/kern/kern_resource.c
Modifi
On Friday, December 13, 2013 3:48:12 am Dag-Erling Smørgrav wrote:
> > LINT64 is yet another kernel config covered by 'make tinderbox', but not by
> > the periodic tinderbox. It is probably worth adding to the periodic
> > tinderbox
> > (someday it'd be nice if the two tinderboxes built the same
Author: trasz
Date: Fri Dec 13 21:22:12 2013
New Revision: 259332
URL: http://svnweb.freebsd.org/changeset/base/259332
Log:
MFC r258871:
Properly report an error instead of panicing when user tries to create
LUN backed by non-disk device, e.g. /dev/null.
Approved by: re (glebius)
Author: trasz
Date: Fri Dec 13 21:27:16 2013
New Revision: 259333
URL: http://svnweb.freebsd.org/changeset/base/259333
Log:
MFC r259182:
Fix handling for empty auth-groups. Without it, ctld child process
would either exit on assertion, or, if assertions are not enabled,
fail to authent
Author: tijl
Date: Fri Dec 13 21:28:45 2013
New Revision: 259334
URL: http://svnweb.freebsd.org/changeset/base/259334
Log:
Add mergeinfo for the MFC of r258573 done in r259326.
Modified:
Directory Properties:
stable/10/ (props changed)
___
svn-src
On Fri, 13 Dec 2013 15:04:21 -0500 Pedro Giffuni wrote:
> On 13.12.2013 14:43, Eitan Adler wrote:
>> On Fri, Dec 13, 2013 at 2:32 PM, Pedro F. Giffuni wrote:
>>> Author: pfg
>>> Date: Fri Dec 13 19:32:02 2013
>>> New Revision: 259326
>>> URL: http://svnweb.freebsd.org/changeset/base/259326
>>>
>>>
Author: ian
Date: Fri Dec 13 21:40:12 2013
New Revision: 259335
URL: http://svnweb.freebsd.org/changeset/base/259335
Log:
MFC r257201, r257202
Retire arm_remap_nocache() and the data and constants associated with it.
Modified:
stable/10/sys/arm/allwinner/a10_machdep.c
stable/10/sys/a
Author: ian
Date: Fri Dec 13 21:41:40 2013
New Revision: 259337
URL: http://svnweb.freebsd.org/changeset/base/259337
Log:
MFC r257203: Eliminate a compiler warning about extraneous parens.
Modified:
stable/10/sys/arm/arm/busdma_machdep.c
Directory Properties:
stable/10/ (props changed)
M
Author: trasz
Date: Fri Dec 13 21:41:23 2013
New Revision: 259336
URL: http://svnweb.freebsd.org/changeset/base/259336
Log:
MFC r259183:
Properly refuse handoff requests on already connected sessions. Previously
this would result in dropping the session.
Approved by: re (gjb)
Spo
On Fri, Dec 13, 2013 at 4:32 PM, Tijl Coosemans wrote:
> On Fri, 13 Dec 2013 15:04:21 -0500 Pedro Giffuni wrote:
>> On 13.12.2013 14:43, Eitan Adler wrote:
>>> On Fri, Dec 13, 2013 at 2:32 PM, Pedro F. Giffuni wrote:
Author: pfg
Date: Fri Dec 13 19:32:02 2013
New Revision: 259326
>
Author: ken
Date: Fri Dec 13 21:46:53 2013
New Revision: 259338
URL: http://svnweb.freebsd.org/changeset/base/259338
Log:
Release Alan Somers (asomers) from mentorship.
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
===
Author: asomers
Date: Fri Dec 13 21:49:41 2013
New Revision: 259339
URL: http://svnweb.freebsd.org/changeset/base/259339
Log:
sbin/devd/devd.cc
Increase the size of devd's client socket's send buffer from the
default (8k) to 128k. This prevents clients from getting
POLLH
Author: eadler
Date: Fri Dec 13 21:50:03 2013
New Revision: 259340
URL: http://svnweb.freebsd.org/changeset/base/259340
Log:
getopt_long.3: wording quibbles
- Make wording more clear: "is expect" vs "is expected" [1]
- Remove extraneous trailing period..
Reported by: dim [1]
Modifi
Author: rpaulo
Date: Fri Dec 13 21:57:44 2013
New Revision: 259341
URL: http://svnweb.freebsd.org/changeset/base/259341
Log:
MFC r256658, r25:
Move a lot of debugging printf's to DPRINTF.
Modified:
stable/10/sys/dev/ath/if_ath.c
stable/10/sys/dev/ath/if_ath_tx.c
Directory Propertie
On Fri, 13 Dec 2013 16:41:44 -0500 Eitan Adler wrote:
> On Fri, Dec 13, 2013 at 4:32 PM, Tijl Coosemans wrote:
>> On Fri, 13 Dec 2013 15:04:21 -0500 Pedro Giffuni wrote:
>>> On 13.12.2013 14:43, Eitan Adler wrote:
On Fri, Dec 13, 2013 at 2:32 PM, Pedro F. Giffuni wrote:
> Author: pfg
>>>
Author: ian
Date: Fri Dec 13 22:08:31 2013
New Revision: 259342
URL: http://svnweb.freebsd.org/changeset/base/259342
Log:
MFC r257258, r257265: Include headers (if_var.h and others) where needed.
The change that triggered the need for this on head was r257244. That
hasn't been MFC'd yet,
Konstantin Belousov написав(ла):
>On Thu, Dec 12, 2013 at 02:49:27PM +, Aleksandr Rybalko wrote:
>> Author: ray
>> Date: Thu Dec 12 14:49:26 2013
>> New Revision: 259261
>> URL: http://svnweb.freebsd.org/changeset/base/259261
>>
>> Log:
>> Do not try to probe/attach if attempt to add fbd ch
Author: ian
Date: Fri Dec 13 22:12:37 2013
New Revision: 259343
URL: http://svnweb.freebsd.org/changeset/base/259343
Log:
MFC r257383, r257384:
Add some bare-bones support for enabling usb and usbphy clocks.
Add a "no-op" USB PHY driver for imx-family SoCs.
Added:
stable/10/sys/arm/
Author: ian
Date: Fri Dec 13 22:15:24 2013
New Revision: 259344
URL: http://svnweb.freebsd.org/changeset/base/259344
Log:
MFC r257390: Add a vendor entry for Freescale Semiconductor.
Modified:
stable/10/sys/dev/usb/usbdevs
Directory Properties:
stable/10/ (props changed)
Modified: stabl
Author: ian
Date: Fri Dec 13 22:19:21 2013
New Revision: 259345
URL: http://svnweb.freebsd.org/changeset/base/259345
Log:
MFC r257393:
Rework the imx ehci driver so that it's four separate ehci units rather
than one unit with four busses attached to it. This allows us to use
exis
Author: ian
Date: Fri Dec 13 22:21:04 2013
New Revision: 259346
URL: http://svnweb.freebsd.org/changeset/base/259346
Log:
MFC r257407:
Expand the list of compatible devices this driver works with. Increase
the target frequency from 1 to 10 MHz because these SoCs are plenty fast
e
Author: ian
Date: Fri Dec 13 22:21:49 2013
New Revision: 259347
URL: http://svnweb.freebsd.org/changeset/base/259347
Log:
MFC r257413:
Reset the timer interrupt status register at the top rather than bottom of
the interrupt handler. If the event callback starts a new short timeout,
Author: ian
Date: Fri Dec 13 22:22:54 2013
New Revision: 259348
URL: http://svnweb.freebsd.org/changeset/base/259348
Log:
MFC r257418:
Don't iterate through the bits of the pending interrupt register if the
whole register is zero. Most of the registers will be zero most of the
time.
Author: ian
Date: Fri Dec 13 22:24:00 2013
New Revision: 259349
URL: http://svnweb.freebsd.org/changeset/base/259349
Log:
MFC r257419:
Do not EOI an interrupt until the point after the filter handlers / before
threaded handlers.
Modified:
stable/10/sys/arm/arm/gic.c
Directory Prope
Author: gibbs
Date: Fri Dec 13 22:25:20 2013
New Revision: 259350
URL: http://svnweb.freebsd.org/changeset/base/259350
Log:
Officially record my mentees.
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
==
Author: ian
Date: Fri Dec 13 22:26:10 2013
New Revision: 259351
URL: http://svnweb.freebsd.org/changeset/base/259351
Log:
MFC r257452: Add support for the USB PHY on imx6 SoCs.
Added:
stable/10/sys/arm/freescale/imx/imx6_usbphy.c
- copied unchanged from r257452, head/sys/arm/freescale/i
Author: ian
Date: Fri Dec 13 22:28:19 2013
New Revision: 259353
URL: http://svnweb.freebsd.org/changeset/base/259353
Log:
MFC r257454: Add sdhci driver glue for imx family SoCs.
Added:
stable/10/sys/arm/freescale/imx/imx_sdhci.c
- copied unchanged from r257454, head/sys/arm/freescale/im
Author: ian
Date: Fri Dec 13 22:27:26 2013
New Revision: 259352
URL: http://svnweb.freebsd.org/changeset/base/259352
Log:
MFC r257453: Add stubbed-out imx6 support for clocks and power management.
Added:
stable/10/sys/arm/freescale/imx/imx6_anatop.c
- copied unchanged from r257453, head
Author: ian
Date: Fri Dec 13 22:30:21 2013
New Revision: 259354
URL: http://svnweb.freebsd.org/changeset/base/259354
Log:
MFC r257476, r257478:
Revamp the SoC identity numbering scheme to be more in line with the way
Freescale numbers the chips in the ID registers.
Add definiti
Author: ian
Date: Fri Dec 13 22:41:57 2013
New Revision: 259355
URL: http://svnweb.freebsd.org/changeset/base/259355
Log:
MFC r257483, r257486, r257489:
Add the Soc- / machine-dependent parts of imx6 support.
Add dts source for imx6 SoCs and for Wandboard boards.
Add kernel config
Author: ian
Date: Fri Dec 13 22:46:10 2013
New Revision: 259356
URL: http://svnweb.freebsd.org/changeset/base/259356
Log:
MFC r257518, r257519:
TI sdhci driver improvements, mostly related to fdt data...
Use the published compatible strings (our own invention, "ti,mmchs" is
sti
Author: ian
Date: Fri Dec 13 22:48:01 2013
New Revision: 259357
URL: http://svnweb.freebsd.org/changeset/base/259357
Log:
MFC r257556:
Arrange for uart_cpu_fdt's probe() routine to use the same table of compat
strings as uart_bus_fdt's probe().
Modified:
stable/10/sys/dev/uart/uart
Author: ian
Date: Fri Dec 13 22:49:18 2013
New Revision: 259358
URL: http://svnweb.freebsd.org/changeset/base/259358
Log:
MFC r257557: Add a missing register definition.
Modified:
stable/10/sys/arm/freescale/imx/imx6_anatopreg.h
Directory Properties:
stable/10/ (props changed)
Modified:
Author: ian
Date: Fri Dec 13 22:50:12 2013
New Revision: 259359
URL: http://svnweb.freebsd.org/changeset/base/259359
Log:
MFC r257561:
Bugfix: the attach routine needs to use the same table of fdt compat
strings that the probe routine used.
Modified:
stable/10/sys/arm/freescale/im
Author: ian
Date: Fri Dec 13 22:51:09 2013
New Revision: 259360
URL: http://svnweb.freebsd.org/changeset/base/259360
Log:
MFC r257595: Comments and style(9) only, no functional changes.
Modified:
stable/10/sys/arm/freescale/imx/imx_machdep.c
Directory Properties:
stable/10/ (props change
Author: ian
Date: Fri Dec 13 22:52:59 2013
New Revision: 259361
URL: http://svnweb.freebsd.org/changeset/base/259361
Log:
MFC r257603, r257604:
Rename WANDBOARD-COMMON to WANDBOARD.common and adjust the configs that
include it accordingly. The build machinery for universe and tinderb
Author: asomers
Date: Fri Dec 13 22:58:57 2013
New Revision: 259362
URL: http://svnweb.freebsd.org/changeset/base/259362
Log:
sbin/devd/devd.cc
Promoting the SIGINFO handler's log message from LOG_INFO to
LOG_NOTICE, and promoting the "Processing event ..." message from
L
Author: ian
Date: Fri Dec 13 23:07:22 2013
New Revision: 259363
URL: http://svnweb.freebsd.org/changeset/base/259363
Log:
MFC r257639:
Remove the duplicated implementations of some bus_space functions and use
the essentially identical generic implementations instead. The generic
Author: ian
Date: Fri Dec 13 23:56:53 2013
New Revision: 259364
URL: http://svnweb.freebsd.org/changeset/base/259364
Log:
MFC r257648, r257649, r257660:
Begin reducing code duplication in arm pmap.c and pmap-v6.c by factoring
out common code related to mapping device memory into a new
Author: ian
Date: Sat Dec 14 00:16:08 2013
New Revision: 259365
URL: http://svnweb.freebsd.org/changeset/base/259365
Log:
MFC r257669, r257672, r257673, r257676, r257678:
Call initarm_lastaddr() later in the init sequence, after establishing
static device mappings, rather than as the
Author: ian
Date: Sat Dec 14 00:23:43 2013
New Revision: 259366
URL: http://svnweb.freebsd.org/changeset/base/259366
Log:
MFC r257924:
Apparently with "const uint32_t foo = 0x60;" gcc doesn't consider 'foo'
to be a constant integer suitable for use in a case label, so use #defines.
M
Author: ian
Date: Sat Dec 14 00:25:57 2013
New Revision: 259368
URL: http://svnweb.freebsd.org/changeset/base/259368
Log:
MFC r258076, r258077:
This fixes 3 problems in syslogd related to sizing receive buffers...
- A call was misplaced at the wrong level of nested if blocks, so th
Author: dumbbell
Date: Sat Dec 14 00:25:25 2013
New Revision: 259367
URL: http://svnweb.freebsd.org/changeset/base/259367
Log:
MFC r259234:
drm/radeon: agp_info->ai_aperture_size is in bytes, not Mbytes
This fixes radeon_agp_init() and gtt_size is now correct. However, this
is not en
Author: dumbbell
Date: Sat Dec 14 00:40:47 2013
New Revision: 259370
URL: http://svnweb.freebsd.org/changeset/base/259370
Log:
MFC r259236:
drm/radeon: radeon_dp_i2c_aux_ch() must return 0 on FreeBSD
The code was unmodified compared to Linux and returned the amount of
received bytes
Author: ian
Date: Sat Dec 14 00:54:05 2013
New Revision: 259371
URL: http://svnweb.freebsd.org/changeset/base/259371
Log:
MFC r257892, r258196, r258197, r258199, r258200, r258201, r258202:
Add ONFI signature check.
Add Micron chip found in Freescale Vybrid Family Phytec COSMIC boar
Author: ian
Date: Sat Dec 14 00:55:34 2013
New Revision: 259372
URL: http://svnweb.freebsd.org/changeset/base/259372
Log:
MFC r258740:
Look up a nand chip by id in the static table before trying to obtain
ONFI parameters. This allows a static table entry to provide valid data
for
Author: ian
Date: Sat Dec 14 00:57:05 2013
New Revision: 259373
URL: http://svnweb.freebsd.org/changeset/base/259373
Log:
MFC r258240:
In the data abort handler, don't panic if kdb is available and says it
handled the condition.
Modified:
stable/10/sys/arm/arm/trap.c
Directory Prop
Author: ian
Date: Sat Dec 14 00:58:13 2013
New Revision: 259374
URL: http://svnweb.freebsd.org/changeset/base/259374
Log:
MFC r258356:
Bugfixes... the host capabilties from FDT data are stored in host.caps, not
host.host_ocr, examine the correct field when setting up the hardware.
A
Author: ian
Date: Sat Dec 14 00:59:40 2013
New Revision: 259375
URL: http://svnweb.freebsd.org/changeset/base/259375
Log:
MFC r258393:
Add USB_HOST_ALIGN=64; the cache line size on the am335x is 64 bytes.
Modified:
stable/10/sys/arm/conf/BEAGLEBONE
Directory Properties:
stable/10/
Author: dumbbell
Date: Sat Dec 14 01:01:32 2013
New Revision: 259376
URL: http://svnweb.freebsd.org/changeset/base/259376
Log:
MFC r259237:
drm: Read PCIER_LINK_CAP/PCIER_LINK_CAP2 from the PCI bridge
Before this fix, capabilities were read from vgapci and were incorrect.
Approved
Author: ian
Date: Sat Dec 14 01:12:13 2013
New Revision: 259377
URL: http://svnweb.freebsd.org/changeset/base/259377
Log:
MFC r258392, r258412:
Call cpu_setup() immediately after the page tables are installed. This
enables data cache and other chip-specific features. It was previous
Author: ian
Date: Sat Dec 14 01:14:38 2013
New Revision: 259378
URL: http://svnweb.freebsd.org/changeset/base/259378
Log:
MFC r258820: Add definitions for the PIO pins found on recent AT91 SoCs.
Modified:
stable/10/sys/arm/at91/at91_pioreg.h
Directory Properties:
stable/10/ (props change
Author: ian
Date: Sat Dec 14 01:15:26 2013
New Revision: 259379
URL: http://svnweb.freebsd.org/changeset/base/259379
Log:
MFC r258828:
Add a nand flash controller driver for Atmel at91 family. Tested only
on at91rm9200 so far.
Added:
stable/10/sys/dev/nand/nfc_at91.c
- copied
Author: ian
Date: Sat Dec 14 01:34:24 2013
New Revision: 259380
URL: http://svnweb.freebsd.org/changeset/base/259380
Log:
MFC r259038, r259039:
Bump the maximum VM space from 3 * memory size to a fixed
256MB. That's all we have room for since we map the hardware registers
starting
Author: ian
Date: Sat Dec 14 01:35:57 2013
New Revision: 259381
URL: http://svnweb.freebsd.org/changeset/base/259381
Log:
MFC r259212, r259220:
Fix one race and one fence post error. When the TX buffer was
completely full, we'd not complete any of the mbufs due to the fence
post e
Author: np
Date: Sat Dec 14 03:08:03 2013
New Revision: 259382
URL: http://svnweb.freebsd.org/changeset/base/259382
Log:
Read card capabilities after firmware initialization, instead of setting
them up as part of firmware initialization (which the driver gets to do
only if it's the master dr
Author: ae
Date: Sat Dec 14 04:16:27 2013
New Revision: 259383
URL: http://svnweb.freebsd.org/changeset/base/259383
Log:
MFC r257965:
Add missing line breaks.
PR: 181900
Modified:
stable/10/sys/geom/eli/g_eli.c
Directory Properties:
stable/10/ (props changed)
Modified:
Author: ae
Date: Sat Dec 14 04:16:47 2013
New Revision: 259384
URL: http://svnweb.freebsd.org/changeset/base/259384
Log:
MFC r257965:
Add missing line breaks.
PR: 181900
Modified:
stable/9/sys/geom/eli/g_eli.c
Directory Properties:
stable/9/sys/ (props changed)
Modifie
Author: ae
Date: Sat Dec 14 04:24:32 2013
New Revision: 259385
URL: http://svnweb.freebsd.org/changeset/base/259385
Log:
MFC r257987:
Initialize prot variable.
PR: 177417
Modified:
stable/10/sys/netipsec/ipsec_input.c
Directory Properties:
stable/10/ (props changed)
Mo
Author: ae
Date: Sat Dec 14 04:24:50 2013
New Revision: 259386
URL: http://svnweb.freebsd.org/changeset/base/259386
Log:
MFC r257987:
Initialize prot variable.
PR: 177417
Modified:
stable/8/sys/netipsec/ipsec_input.c
Directory Properties:
stable/8/sys/ (props changed)
Author: ae
Date: Sat Dec 14 04:27:28 2013
New Revision: 259387
URL: http://svnweb.freebsd.org/changeset/base/259387
Log:
MFC r257987:
Initialize prot variable.
PR: 177417
Modified:
stable/9/sys/netipsec/ipsec_input.c
Directory Properties:
stable/9/sys/ (props changed)
95 matches
Mail list logo