From owner-freebsd-stable@FreeBSD.ORG Sat Oct 3 18:10:58 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 017BE106566B for ; Sat, 3 Oct 2009 18:10:58 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id AB4FF8FC0A for ; Sat, 3 Oct 2009 18:10:57 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 5so652584qwi.7 for ; Sat, 03 Oct 2009 11:10:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=0rC6L6DYiZljfRLwc8P1WHGDMB6ByWwq36wCkWERG3g=; b=pf4H75HIIt7MzjrgSMiMS2fx8HNkIePOe/ZdWrsiUcvfELJ8nRHdNTmaeOMxMDQtR2 uQGMrGRjmCmaIORiumloXsSyLiz733YfOI2x2wtThKCUb/R7a43ZY0oK91iSu8O7iV9W +YnXA4Vl5F0T6Q475RlUYEru+ETUVRchOgIE0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=o9b+PWwYZjapj4ODj4iriAbuCgBB0ihHn0skKgYxMWRmkXf6JNYC4WQIz4zxub/BLW yhDZ5W9iGpZUTmrtzMef4lMZzuSUDta5ix5PV8wSyIuKeW0J+jWlQyUDREPOWzhw3rx1 UlsfgJiD91Ae3OkeMkXQ1wN6E6sBkycQH3gLo= Received: by 10.224.50.81 with SMTP id y17mr2081329qaf.109.1254593073898; Sat, 03 Oct 2009 11:04:33 -0700 (PDT) Received: from gmail.com (c-71-230-240-241.hsd1.pa.comcast.net [71.230.240.241]) by mx.google.com with ESMTPS id 6sm443710qwk.46.2009.10.03.11.04.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 03 Oct 2009 11:04:33 -0700 (PDT) Received: by gmail.com (sSMTP sendmail emulation); Sat, 3 Oct 2009 14:01:40 -0400 From: "Glen Barber" Date: Sat, 3 Oct 2009 14:01:40 -0400 To: stable@freebsd.org Message-ID: <20091003180140.GA3078@orion.hsd1.pa.comcast.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="PNTmBPCT7hxwcZjr" Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: Rearrange entries in GENERIC KERNCONF? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Oct 2009 18:10:58 -0000 --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello I was considering submitting a patch to rearrange some USB devices in the GENERIC kernel config. I wanted to get some feedback / comments before I submit a PR. What I was going to propose is moving rum(4), ural(4), uath(4) and zyd(4) into a separate USB section, similar to 'USB Serial devices' and 'USB Ethernet'. A diff of the i386 GENERIC is attached, and comments appreciated. -- Glen Barber --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="generic.txt" --- GENERIC.orig 2009-10-02 21:35:36.000000000 -0400 +++ GENERIC 2009-10-03 13:40:01.000000000 -0400 @@ -301,10 +301,6 @@ device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse -device rum # Ralink Technology RT2501USB wireless NICs -device ural # Ralink Technology RT2500USB wireless NICs -device uath # Atheros AR5523 wireless NICs -device zyd # ZyDAS zb1211/zb1211b wireless NICs device urio # Diamond Rio 500 MP3 player # USB Serial devices device u3g # USB-based 3G modems (Option, Huawei, Sierra) @@ -324,6 +320,11 @@ device kue # Kawasaki LSI USB Ethernet device rue # RealTek RTL8150 USB Ethernet device udav # Davicom DM9601E USB +# USB Wireless +device rum # Ralink Technology RT2501USB wireless NICs +device ural # Ralink Technology RT2500USB wireless NICs +device uath # Atheros AR5523 wireless NICs +device zyd # ZyDAS zb1211/zb1211b wireless NICs # FireWire support device firewire # FireWire bus code --PNTmBPCT7hxwcZjr--