From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 17 23:30:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB4F6106566C for ; Wed, 17 Sep 2008 23:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D81618FC16 for ; Wed, 17 Sep 2008 23:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8HNU4bw028090 for ; Wed, 17 Sep 2008 23:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8HNU43U028087; Wed, 17 Sep 2008 23:30:04 GMT (envelope-from gnats) Date: Wed, 17 Sep 2008 23:30:04 GMT Message-Id: <200809172330.m8HNU43U028087@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Andrew Thompson Cc: Subject: Re: kern/127453: ubsa, uark, ubser, uftdi, and friends should all be put in one big bag, usbser X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrew Thompson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 23:30:05 -0000 The following reply was made to PR kern/127453; it has been noted by GNATS. From: Andrew Thompson To: Gnats Cc: Subject: Re: kern/127453: ubsa, uark, ubser, uftdi, and friends should all be put in one big bag, usbser Date: Wed, 17 Sep 2008 15:55:39 -0700 On Thu, Sep 18, 2008 at 12:05:31AM +0200, Nick Hibma wrote: > It gets annoying after a while to have to search for the correct driver for > your serial device. There is simply too many of them. It would be simpler to > have to load usbser, ucom and usb and be done with it. This is true and the new usb stack bundles them all in usb2_serial. Im not sure there is much point changing the existing usb stack as its tagged for replacement (assuming usb4bsd goes well). Andrew