Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2009 14:01:40 -0400
From:      "Glen Barber" <glen.j.barber@gmail.com>
To:        stable@freebsd.org
Subject:   Rearrange entries in GENERIC KERNCONF?
Message-ID:  <20091003180140.GA3078@orion.hsd1.pa.comcast.net>

next in thread | raw e-mail | index | archive | help

--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--



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