Author: jhibbits
Date: Sun Aug 16 01:08:59 2015
New Revision: 286821
URL: https://svnweb.freebsd.org/changeset/base/286821
Log:
SRR1 and DSISR aren't pointers, print them as integers.
Modified:
head/sys/powerpc/powerpc/trap.c
Modified: head/sys/powerpc/powerpc/trap.c
Author: mav
Date: Sat Aug 15 22:55:32 2015
New Revision: 286816
URL: https://svnweb.freebsd.org/changeset/base/286816
Log:
Small addition to r286814.
Submitted by: bz
MFC after:2 weeks
Modified:
head/sys/dev/ata/ata-all.c
Modified: head/sys/dev/ata/ata-all.c
==
> On 15 Aug 2015, at 21:46 , Alexander Motin wrote:
>
> Author: mav
> Date: Sat Aug 15 21:46:02 2015
> New Revision: 286814
> URL: https://svnweb.freebsd.org/changeset/base/286814
>
> Log:
> Remove UMA allocation of ATA requests.
>
> After CAM replaced old ATA stack, this driver processes no
Author: gonzo
Date: Sat Aug 15 21:47:07 2015
New Revision: 286815
URL: https://svnweb.freebsd.org/changeset/base/286815
Log:
Make dtb file configurable via loader(8) variable. ubldr already checks
"fdt_file" and "fdtfile" U-Boot variables. Add one more check for
"fdt_file" loader(8) variable
Author: mav
Date: Sat Aug 15 21:46:02 2015
New Revision: 286814
URL: https://svnweb.freebsd.org/changeset/base/286814
Log:
Remove UMA allocation of ATA requests.
After CAM replaced old ATA stack, this driver processes no more then one
request at a time per channel. Using UMA after that i
Author: antoine
Date: Sat Aug 15 19:00:38 2015
New Revision: 286812
URL: https://svnweb.freebsd.org/changeset/base/286812
Log:
bsd.lib.mk has to be included after MLINKS assignment
Modified:
head/lib/libusb/Makefile
Modified: head/lib/libusb/Makefile
=
Author: mav
Date: Sat Aug 15 18:22:16 2015
New Revision: 286811
URL: https://svnweb.freebsd.org/changeset/base/286811
Log:
Polish sizes processing.
Modified:
head/sys/cam/ctl/ctl_backend_block.c
Modified: head/sys/cam/ctl/ctl_backend_block.c
==
Author: marcel
Date: Sat Aug 15 16:13:28 2015
New Revision: 286809
URL: https://svnweb.freebsd.org/changeset/base/286809
Log:
Improve support for Macs that have a stride not equal to the
horizonal resolution (width). In those cases fb_bpp ended up
completely wrong -- as in 6 bytes per pixel
Author: marcel
Date: Sat Aug 15 15:44:09 2015
New Revision: 286808
URL: https://svnweb.freebsd.org/changeset/base/286808
Log:
Improve the VT initialization message: have it say what the
resolution is. For text mode this is the number of columns
by the number of rows. Include the name of the
Author: mav
Date: Sat Aug 15 15:42:21 2015
New Revision: 286807
URL: https://svnweb.freebsd.org/changeset/base/286807
Log:
Move "ioctl" CAM frontend into separate file.
It has nothing to share with too huge ctl.c other then device descriptor,
but even that may be counted as design error t
On 08/15/15 08:05, Roger Pau Monné wrote:
> El 14/08/15 a les 22.08, Jason A. Harmening ha escrit:
>> Author: jah
>> Date: Fri Aug 14 20:08:16 2015
>> New Revision: 286787
>> URL: https://svnweb.freebsd.org/changeset/base/286787
>>
>> Log:
>> Use pmap_quick_enter_page() to handle bouncing of unma
Author: mav
Date: Sat Aug 15 13:34:38 2015
New Revision: 286806
URL: https://svnweb.freebsd.org/changeset/base/286806
Log:
Drop "internal" CTL frontend.
Its idea was to be a simple initiator and execute several commands from
kernel level, but FreeBSD never had consumer for that functional
El 14/08/15 a les 22.08, Jason A. Harmening ha escrit:
> Author: jah
> Date: Fri Aug 14 20:08:16 2015
> New Revision: 286787
> URL: https://svnweb.freebsd.org/changeset/base/286787
>
> Log:
> Use pmap_quick_enter_page() to handle bouncing of unmapped buffers in the
> x86 busdma_bounce implement
Author: bapt
Date: Sat Aug 15 12:55:06 2015
New Revision: 286805
URL: https://svnweb.freebsd.org/changeset/base/286805
Log:
Update to use the latest version of the PCI IDs Repository.
MFC after:1 week
Modified:
head/share/misc/pci_vendors
Modified: head/share/misc/pci_vendors
==
Author: hselasky
Date: Sat Aug 15 12:06:15 2015
New Revision: 286802
URL: https://svnweb.freebsd.org/changeset/base/286802
Log:
Fixes for HIGH speed ISOCHRONOUS traffic. HS ISOCHRONOUS traffic at
intervals less than 250us was not handled properly. Add support for
high-bandwidth ISOCHRONOUS p
Author: hselasky
Date: Sat Aug 15 09:00:36 2015
New Revision: 286799
URL: https://svnweb.freebsd.org/changeset/base/286799
Log:
Fix race in USB PF which can happen if we stop tracing exactly when
the kernel is tapping an USB transfer. This leads to a NULL pointer
access. The solution is to o
Author: ed
Date: Sat Aug 15 08:42:33 2015
New Revision: 286798
URL: https://svnweb.freebsd.org/changeset/base/286798
Log:
Stop parsing digits if the value already exceeds USHRT_MAX.
There is no need for us to support parsing values that are larger than
the maximum terminal window size. In
Author: ed
Date: Sat Aug 15 08:29:13 2015
New Revision: 286797
URL: https://svnweb.freebsd.org/changeset/base/286797
Log:
Add missing 'static' keyword to keep build at WARNS=6 happy.
MFC after:1 month
Modified:
head/sys/teken/demo/teken_demo.c
Modified: head/sys/teken/demo/teken_dem
18 matches
Mail list logo