[PATCH] net drivers: make all driver famiies aligned

2005-07-24 Thread randy_dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Suggestion from Sam Ravnborg <[EMAIL PROTECTED]> (This replaces yesterday's patch.) This patch improves the presentation of several networking driver families. It causes all driver families to be displayed aligned immediately under the main network drivers h

[PATCH] net drivers: make some driver families subordinate

2005-07-23 Thread randy_dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> This patch improves the presentation of several networking driver families. It causes them to be displayed aligned with ARCnet and Ethernet (immediately under them in menuconfig/xconfig/gconfig) instead of not being subordinate to (i.e., not indented) the Net

[PATCH] net configs: NETCONSOLE and NETPOLL together

2005-07-12 Thread randy_dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Put NETCONSOLE and NETPOLL options together since they are related. This cuts down on the hassle of flipping back and forth between the Networking menu and the Network drivers menu to change their config settings. Tested with menuconfig, gconfig, and xconfig

Re: [PATCH 1/2] net: add a top-level Networking menu to *config

2005-07-12 Thread randy_dunlap
On Tue, 12 Jul 2005 21:19:42 + Sam Ravnborg wrote: > > > > Hi Sam, > > > > I tested this on 2.6.13-rc2, using menuconfig, xconfig, and > > gconfig, with various ARCH=arches. > Thanks! > > > Looking good to me, but I have one small change request. > > > > Can the NETPOLL options that are un

Re: [PATCH 1/2] net: add a top-level Networking menu to *config

2005-07-08 Thread randy_dunlap
On Fri, 8 Jul 2005 00:38:32 + Sam Ravnborg wrote: | Create a new top-level menu named "Networking" thus moving | net related options and protocol selection way from the drivers | menu and up on the top-level where they belong. | | To implement this all architectures has to source "net/Kconfig