Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2009 20:07:41 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        jhb@freebsd.org
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r198044 - head/sys/arm/conf
Message-ID:  <20091013.200741.1973690373.imp@bsdimp.com>
In-Reply-To: <200910131510.48144.jhb@freebsd.org>
References:  <200910131904.n9DJ41QC013817@svn.freebsd.org> <200910131510.48144.jhb@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <200910131510.48144.jhb@freebsd.org>
            John Baldwin <jhb@FreeBSD.org> writes:
: On Tuesday 13 October 2009 3:04:01 pm John Baldwin wrote:
: > Author: jhb
: > Date: Tue Oct 13 19:04:01 2009
: > New Revision: 198044
: > URL: http://svn.freebsd.org/changeset/base/198044
: > 
: > Log:
: >   Sync with other GENERIC kernel configs:
: >   - Move USB serial drivers earlier to match their placement in other kernel
: >     configs.
: >   - Add descriptions to various USB drivers.
: >   - Move the USB wireless drivers into a new section.
: >   - Add ulscom to the list of USB serial drivers.
: 
: I do wonder if it is time to have some files like 'sys/conf/std.usb.serial' 
: that list all the USB serial drivers so that we only have one list of instead 
: of N to ease future maintenance.  Similiar arguments could be made 
: for 'std.usb.wireless' and 'std.usb.ethernet' perhaps.

I've tried this in the past... Having multiple attributes in the
filename helps.  but std.ethernet likely is a bad idea since that
means it needs to include usb.ethernet and you can't easily exclude
usb.

I've often thought that it would be cool to tag each device with one
or more attributes so we could easily include all devices with the
attribute, and also be able to report attribute based things...

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091013.200741.1973690373.imp>