<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a29689e6 - net: handle HAS_IOPORT dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#a29689e6</link>
        <description>net: handle HAS_IOPORT dependenciesIn a future patch HAS_IOPORT=n will disable inb()/outb() and friends atcompile time. We thus need to add HAS_IOPORT as dependency forthose drivers requiring them. For the DEFXX driver the use of I/Oports is optional and we only need to fence specific code paths. It alsoturns out that with HAS_IOPORT handled explicitly HAMRADIO does not needthe !S390 dependency and successfully builds the bpqether driver.Acked-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Acked-by: Maciej W. Rozycki &lt;macro@orcam.me.uk&gt;Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Fri, 05 Apr 2024 11:18:31 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>4228c394 - make legacy ISA probe optional</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#4228c394</link>
        <description>make legacy ISA probe optionalThere are very few ISA drivers left that rely on the static probing fromdrivers/net/Space.o. Make them all select a new CONFIG_NETDEV_LEGACY_INITsymbol, and drop the entire probe logic when that is disabled.The 9 drivers that are called from Space.c are the same set thatcalls netdev_boot_setup_check().Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Tue, 03 Aug 2021 11:40:47 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>132db935 - docs: networking: reorganize driver documentation again</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#132db935</link>
        <description>docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well defined device type, and then search fora particular driver.While at it rename the section from Vendor drivers toHardware drivers. This seems more accurate, besides peoplesometimes refer to out-of-tree drivers as vendor drivers.Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Acked-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;Acked-by: Shannon Nelson &lt;snelson@pensando.io&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Fri, 26 Jun 2020 17:27:24 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>9ea2af8d - docs: networking: device drivers: convert 3com/vortex.txt to ReST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#9ea2af8d</link>
        <description>docs: networking: device drivers: convert 3com/vortex.txt to ReST- add SPDX header;- add a document title;- mark code blocks and literals as such;- mark tables as such;- adjust identation, whitespaces and blank lines where needed;- add to networking/index.rst.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Fri, 01 May 2020 14:44:35 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>b255e500 - net: documentation: build a directory structure for drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#b255e500</link>
        <description>net: documentation: build a directory structure for driversDocumentation/networking/ is full of cryptically named files withdriver documentation.  This makes finding interesting informationat a glance really hard.  Move all those files into a directorycalled device_drivers (since not all drivers are for device) andfix up references.RFC v0.1 -&gt; RFC v1: - also add .txt suffix to the files which are missing it (Quentin)Signed-off-by: Jakub Kicinski &lt;jakub.kicinski@netronome.com&gt;Reviewed-by: Quentin Monnet &lt;quentin.monnet@netronome.com&gt;Acked-by: David Ahern &lt;dsahern@gmail.com&gt;Acked-by: Henrik Austad &lt;henrik@austad.us&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Tue, 04 Dec 2018 01:43:28 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;jakub.kicinski@netronome.com&gt;</dc:creator>
    </item>
<item>
        <title>c9ce1fa1 - net: prevent ISA drivers from building on PPC32</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#c9ce1fa1</link>
        <description>net: prevent ISA drivers from building on PPC32Prevent drivers from building on PPC32 if they use isa_bus_to_virt(),isa_virt_to_bus(), or isa_page_to_bus(), which are not available andthus cause build errors.../drivers/net/ethernet/3com/3c515.c: In function &apos;corkscrew_open&apos;:../drivers/net/ethernet/3com/3c515.c:824:9: error: implicit declaration of function &apos;isa_virt_to_bus&apos;; did you mean &apos;virt_to_bus&apos;? [-Werror=implicit-function-declaration]../drivers/net/ethernet/amd/lance.c: In function &apos;lance_rx&apos;:../drivers/net/ethernet/amd/lance.c:1203:23: error: implicit declaration of function &apos;isa_bus_to_virt&apos;; did you mean &apos;bus_to_virt&apos;? [-Werror=implicit-function-declaration]../drivers/net/ethernet/amd/ni65.c: In function &apos;ni65_init_lance&apos;:../drivers/net/ethernet/amd/ni65.c:585:20: error: implicit declaration of function &apos;isa_virt_to_bus&apos;; did you mean &apos;virt_to_bus&apos;? [-Werror=implicit-function-declaration]../drivers/net/ethernet/cirrus/cs89x0.c: In function &apos;net_open&apos;:../drivers/net/ethernet/cirrus/cs89x0.c:897:20: error: implicit declaration of function &apos;isa_virt_to_bus&apos;; did you mean &apos;virt_to_bus&apos;? [-Werror=implicit-function-declaration]Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Suggested-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Sat, 21 Jul 2018 19:59:25 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>138b15ed - drivers/net: remove all references to obsolete Ethernet-HOWTO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#138b15ed</link>
        <description>drivers/net: remove all references to obsolete Ethernet-HOWTOThis howto made sense in the 1990s when users had to manually configureISA cards with jumpers or vendor utilities, but with the implementationof PCI it became increasingly less and less relevant, to the point whereit has been well over a decade since I last updated it.  And there isno value in anyone else taking over updating it either.However the references to it continue to spread as boiler plate textfrom one Kconfig file into the next.  We are not doing end users anyfavours by pointing them at this old document, so lets kill it withfire, once and for all, to hopefully stop any further spread.No code is changed in this commit, just Kconfig help text.Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Sun, 21 Jun 2015 20:28:02 +0000</pubDate>
        <dc:creator>Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>ce816fa8 - Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#ce816fa8</link>
        <description>Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPIf the renamed symbol is defined lib/iomap.c implements ioport_map andioport_unmap and currently (nearly) all platforms define the portaccessor functions outb/inb and friend unconditionally.  SoHAS_IOPORT_MAP is the better name for this.Consequently NO_IOPORT is renamed to NO_IOPORT_MAP.The motivation for this change is to reintroduce a symbol HAS_IOPORTthat signals if outb/int et al are available.  I will address that atleast one merge window later though to keep surprises to a minimum andcatch new introductions of (HAS|NO)_IOPORT.The changes in this commit were done using:	$ git grep -l -E &apos;(NO|HAS)_IOPORT&apos; | xargs perl -p -i -e &apos;s/\b((?:CONFIG_)?(?:NO|HAS)_IOPORT)\b/$1_MAP/&apos;Signed-off-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Mon, 07 Apr 2014 22:39:19 +0000</pubDate>
        <dc:creator>Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>1d3d5910 - 3com: Fix drivers/net/ethernet/3com/Kconfig references to PCMCIA and 3c515</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#1d3d5910</link>
        <description>3com: Fix drivers/net/ethernet/3com/Kconfig references to PCMCIA and 3c515The Vortex driver works with PCI and Cardbus devices, not PCMCIA.There never was an EISA 3c515 card, only ISA, so remove that option.Signed-off-by: Matthew Whitehead &lt;tedheadster@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Wed, 02 Oct 2013 15:08:03 +0000</pubDate>
        <dc:creator>Matthew Whitehead &lt;tedheadster@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a1606c7d - net: Move MII out from under NET_CORE and hide it</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#a1606c7d</link>
        <description>net: Move MII out from under NET_CORE and hide itAll drivers that select MII also need to select NET_CORE because MIIdepends on it.  This is a bit ridiculous because NET_CORE is just amenu option that doesn&apos;t enable any code by itself.There is also no need for it to be a visible option, since its usersall select it.Signed-off-by: Ben Hutchings &lt;ben@decadent.org.uk&gt;Acked-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Tue, 18 Jun 2013 02:24:51 +0000</pubDate>
        <dc:creator>Ben Hutchings &lt;ben@decadent.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>de8270ff - drivers/net: delete old 8bit ISA 3c501 driver.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#de8270ff</link>
        <description>drivers/net: delete old 8bit ISA 3c501 driver.It was amusing that linux was able to make use of this 1980&apos;stechnology on machines long past its intended lifespan, butit probably should go now.To set some context, the 3c501 was designed in the 1980&apos;s to beused on 8088 PC-XT 8bit ISA machines.  It was built using a largenumber of discrete TTL components and truly looks like a relicof the ancient past before large scale integration was common.But from a functional point of view, the real issue, as statedin the (also obsolete) Ethernet-HowTo, is that &quot;...the 3c501 canonly do one thing at a time -- while you are removing one packetfrom the single-packet buffer it cannot receive another packet,nor can it receive a packet while loading a transmit packet.&quot;You know things are not good when the Kconfig help text suggestsyou make a cron job doing a ping every minute.Hardware that old and crippled is simply not going to be used byanyone in a time where 10 year old 100Mbit PCI cards (that arestill functional) are largely give-away items.Cc: Alan Cox &lt;alan@linux.intel.com&gt;Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Thu, 10 Jan 2013 01:25:05 +0000</pubDate>
        <dc:creator>Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>483f7772 - drivers/net: remove orphaned references to micro channel</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#483f7772</link>
        <description>drivers/net: remove orphaned references to micro channelWe threw away the microchannel support, but the removal wasn&apos;tcompletely trivial since there was namespace overlap with themachine check support, and hence some orphaned dependenciessurvived the deletion.  This attempts to sweep those up andsend them to the bit-bucket.Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Fri, 04 Jan 2013 16:57:17 +0000</pubDate>
        <dc:creator>Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>a573ea56 - 3com: make 3c59x depend on HAS_IOPORT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#a573ea56</link>
        <description>3com: make 3c59x depend on HAS_IOPORTThe 3com driver for 3c59x requires ioport_map. Since not allarchitectures support IO port mapping make 3c59x dependent on HAS_IOPORT.Signed-off-by: Jan Glauber &lt;jang@linux.vnet.ibm.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Wed, 05 Dec 2012 04:04:40 +0000</pubDate>
        <dc:creator>Jan Glauber &lt;jang@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>3396c782 - drivers/net: fix up stale paths from driver reorg</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#3396c782</link>
        <description>drivers/net: fix up stale paths from driver reorgThe reorganization of the driver layout in drivers/netleft behind some stale paths in comments and in Kconfighelp text.  Bring them up to date.  No actual change toany code takes place here.Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;CC: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Fri, 27 Jan 2012 13:36:01 +0000</pubDate>
        <dc:creator>Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>aaba215c - MII: fix Kconfig dependencies for MII</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#aaba215c</link>
        <description>MII: fix Kconfig dependencies for MIIMII Kconfig option is apart of the core networking drivers andby default NET_CORE is enabled so drivers selecting MII willhave MII enabled as well.  It was found using the randconfigoption during testing, MII would be selected but NET_COREcould be disabled.  This caused a dependency error.Resolved the dependency by selecting NET_CORE when MII isselected.Reported-by: Emil Tantilov &lt;emil.s.tantilov@intel.com&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;Tested-by: Aaron Brown &lt;aaron.f.brown@intel.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Wed, 14 Sep 2011 21:23:14 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>88f07484 - drivers/net/ethernet/*: Enabled vendor Kconfig options</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#88f07484</link>
        <description>drivers/net/ethernet/*: Enabled vendor Kconfig optionsBased on finds for Stephen Rothwell, where current defconfig&apos;senable a ethernet driver and it is not compiled due to the newlyadded NET_VENDOR_* component of Kconfig.This patch enables all the &quot;new&quot; Kconfig options so that currentdefconfig&apos;s will continue to compile the expected drivers.  Inaddition, by enabling all the new Kconfig options does not addany un-expected options.CC: Stephen Rothwll &lt;sfc@canb.auug.org.au&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Tue, 23 Aug 2011 08:29:52 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>531c4f89 - acenic: Move the Alteon driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#531c4f89</link>
        <description>acenic: Move the Alteon driverBased on feedback from Alan Cox, the acenic driver moved todrivers/net/ethernet/alteon/ and made the necessary Kconfig andMakefile changes.CC: Jes Sorensen &lt;jes@trained-monkey.org&gt;CC: Alan Cox &lt;alan@linux.intel.com&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Sat, 13 Aug 2011 07:37:14 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ca7a8e85 - 3c*/acenic/typhoon: Move 3Com Ethernet drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/3com/Kconfig#ca7a8e85</link>
        <description>3c*/acenic/typhoon: Move 3Com Ethernet driversMoves the 3Com drivers into drivers/net/ethernet/3com/ and the necessaryKconfig and Makefile changes.Did not move the following drivers becuase they use a non-3Comchipset: 3c503, 3c505, 3c507, 3c523 and 3c527CC: Steffen Klassert &lt;klassert@mathematik.tu-chemnitz.de&gt;CC: David Dillow &lt;dave@thedillows.org&gt;CC: Jes Sorensen &lt;jes@trained-monkey.org&gt;CC: Alan Cox &lt;alan@linux.intel.com&gt;CC: David Hinds &lt;dahinds@users.sourceforge.net&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;Acked-by: David Dillow &lt;dave@thedillows.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/3com/Kconfig</description>
        <pubDate>Wed, 30 Mar 2011 10:47:06 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
