svn commit: r286821 - head/sys/powerpc/powerpc

2015-08-15 Thread Justin Hibbits
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

svn commit: r286816 - head/sys/dev/ata

2015-08-15 Thread Alexander Motin
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 ==

Re: svn commit: r286814 - head/sys/dev/ata

2015-08-15 Thread Bjoern A. Zeeb
> 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

svn commit: r286815 - head/sys/boot/uboot/fdt

2015-08-15 Thread Oleksandr Tymoshenko
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

svn commit: r286814 - head/sys/dev/ata

2015-08-15 Thread Alexander Motin
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

svn commit: r286812 - head/lib/libusb

2015-08-15 Thread Antoine Brodin
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 =

svn commit: r286811 - head/sys/cam/ctl

2015-08-15 Thread Alexander Motin
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 ==

svn commit: r286809 - head/sys/dev/vt/hw/efifb

2015-08-15 Thread Marcel Moolenaar
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

svn commit: r286808 - head/sys/dev/vt

2015-08-15 Thread Marcel Moolenaar
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

svn commit: r286807 - in head/sys: cam/ctl conf modules/ctl

2015-08-15 Thread Alexander Motin
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

Re: svn commit: r286787 - head/sys/x86/x86

2015-08-15 Thread Jason Harmening
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

svn commit: r286806 - in head: sys/cam/ctl sys/conf sys/modules/ctl usr.bin/ctlstat usr.sbin/ctladm usr.sbin/ctld

2015-08-15 Thread Alexander Motin
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

Re: svn commit: r286787 - head/sys/x86/x86

2015-08-15 Thread Roger Pau Monné
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

svn commit: r286805 - head/share/misc

2015-08-15 Thread Baptiste Daroussin
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 ==

svn commit: r286802 - head/sys/dev/usb/controller

2015-08-15 Thread Hans Petter Selasky
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

svn commit: r286799 - head/sys/dev/usb

2015-08-15 Thread Hans Petter Selasky
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

svn commit: r286798 - head/sys/teken

2015-08-15 Thread Ed Schouten
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

svn commit: r286797 - head/sys/teken/demo

2015-08-15 Thread Ed Schouten
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