svn commit: r225471 - stable/8/sys/dev/sound/usb

2011-09-10 Thread Hans Petter Selasky
Author: hselasky Date: Sat Sep 10 16:56:38 2011 New Revision: 225471 URL: http://svn.freebsd.org/changeset/base/225471 Log: MFC r225414: Fix precedence warning when compiling kernel with clang. Modified: stable/8/sys/dev/sound/usb/uaudio.c Directory Properties: stable/8/sys/ (props chan

svn commit: r225470 - in stable/8/sys: dev/usb dev/usb/quirk sys

2011-09-10 Thread Hans Petter Selasky
Author: hselasky Date: Sat Sep 10 16:52:15 2011 New Revision: 225470 URL: http://svn.freebsd.org/changeset/base/225470 Log: MFC r225469: Refactor auto-quirk solution so that we break as few external drivers as possible. PR: usb/160299 Suggested by: rwatson Modified: st

svn commit: r225469 - in head/sys: dev/usb dev/usb/quirk sys

2011-09-10 Thread Hans Petter Selasky
Author: hselasky Date: Sat Sep 10 15:55:36 2011 New Revision: 225469 URL: http://svn.freebsd.org/changeset/base/225469 Log: Refactor auto-quirk solution so that we break as few external drivers as possible. PR: usb/160299 Approved by: re (kib) Suggested by: rwatson MFC af

Re: Request for patch approval (Re: svn commit: r225458 - in stable/8/sys: dev/usb dev/usb/quirk dev/usb/storage sys)

2011-09-10 Thread Kostik Belousov
On Sat, Sep 10, 2011 at 04:39:37PM +0200, Hans Petter Selasky wrote: > On Saturday 10 September 2011 16:28:12 Kostik Belousov wrote: > > On Sat, Sep 10, 2011 at 03:40:16PM +0200, Hans Petter Selasky wrote: > > > > Right -- exactly my point. If this change breaks third-party compiled > > > > USB dev

Re: Request for patch approval (Re: svn commit: r225458 - in stable/8/sys: dev/usb dev/usb/quirk dev/usb/storage sys)

2011-09-10 Thread Hans Petter Selasky
On Saturday 10 September 2011 16:28:12 Kostik Belousov wrote: > On Sat, Sep 10, 2011 at 03:40:16PM +0200, Hans Petter Selasky wrote: > > > Right -- exactly my point. If this change breaks third-party compiled > > > USB device drivers, then our current approach to device driver KBIs > > > does not a

Re: Request for patch approval (Re: svn commit: r225458 - in stable/8/sys: dev/usb dev/usb/quirk dev/usb/storage sys)

2011-09-10 Thread Kostik Belousov
On Sat, Sep 10, 2011 at 03:40:16PM +0200, Hans Petter Selasky wrote: > > > Right -- exactly my point. If this change breaks third-party compiled USB > > device drivers, then our current approach to device driver KBIs does not > > allow it to be MFC'd in this form. Are there ways you can reformulat

Request for patch approval (Re: svn commit: r225458 - in stable/8/sys: dev/usb dev/usb/quirk dev/usb/storage sys)

2011-09-10 Thread Hans Petter Selasky
> Right -- exactly my point. If this change breaks third-party compiled USB > device drivers, then our current approach to device driver KBIs does not > allow it to be MFC'd in this form. Are there ways you can reformulate the > change to avoid breaking those drivers? Sometimes this can be done by

Re: svn commit: r225458 - in stable/8/sys: dev/usb dev/usb/quirk dev/usb/storage sys

2011-09-10 Thread Robert N. M. Watson
On 10 Sep 2011, at 12:35, Robert N. M. Watson wrote: >> I understand your point. The change is not breaking any KPIs towards >> userspace. The structure in question is only used within the kernel and >> kernel >> modules. > > Right -- exactly my point. If this change breaks third-party compil

Re: svn commit: r225458 - in stable/8/sys: dev/usb dev/usb/quirk dev/usb/storage sys

2011-09-10 Thread Robert N. M. Watson
On 10 Sep 2011, at 12:10, Hans Petter Selasky wrote: >> For most other classes of hardware device driver framework KPIs -- >> especially things like PCI bus attachment, busdma, CAM, ifnet, and GEOM >> frameworks, our MFC rules would strictly disallow this sort of change, on >> the grounds that it

Re: svn commit: r225458 - in stable/8/sys: dev/usb dev/usb/quirk dev/usb/storage sys

2011-09-10 Thread Kostik Belousov
On Sat, Sep 10, 2011 at 11:21:00AM +, Bjoern A. Zeeb wrote: > > On Sep 10, 2011, at 10:54 AM, Robert Watson wrote: > > > On Fri, 9 Sep 2011, Hans Petter Selasky wrote: > > > >> Log: > >> MFC r225350 and r225400: > >> > >> This patch adds automatic detection of USB mass storage devices > >>

Re: svn commit: r225458 - in stable/8/sys: dev/usb dev/usb/quirk dev/usb/storage sys

2011-09-10 Thread Hans Petter Selasky
On Saturday 10 September 2011 12:54:08 Robert Watson wrote: > On Fri, 9 Sep 2011, Hans Petter Selasky wrote: > > Log: > > MFC r225350 and r225400: > > > > This patch adds automatic detection of USB mass storage devices > > which does not support the no synchronize cache SCSI command. > > > >

Re: svn commit: r225458 - in stable/8/sys: dev/usb dev/usb/quirk dev/usb/storage sys

2011-09-10 Thread Bjoern A. Zeeb
On Sep 10, 2011, at 10:54 AM, Robert Watson wrote: > On Fri, 9 Sep 2011, Hans Petter Selasky wrote: > >> Log: >> MFC r225350 and r225400: >> >> This patch adds automatic detection of USB mass storage devices >> which does not support the no synchronize cache SCSI command. >> >> The __FreeBSD_v

Re: svn commit: r225458 - in stable/8/sys: dev/usb dev/usb/quirk dev/usb/storage sys

2011-09-10 Thread Robert Watson
On Fri, 9 Sep 2011, Hans Petter Selasky wrote: Log: MFC r225350 and r225400: This patch adds automatic detection of USB mass storage devices which does not support the no synchronize cache SCSI command. The __FreeBSD_version version macro has been bumped and external kernel modules needs

svn commit: r225467 - in head/usr.sbin: bsdinstall/scripts pc-sysinstall/backend

2011-09-10 Thread Christian Brueffer
Author: brueffer Date: Sat Sep 10 09:40:00 2011 New Revision: 225467 URL: http://svn.freebsd.org/changeset/base/225467 Log: Add ftp4.se.freebsd.org to the IPv4 and IPv6 mirror lists. PR: 157210, 157211 Submitted by: Niclas Zeising Approved by: re (kib) Modified: head/usr.