Package: linux-modules-extra-2.6 Version: 2.6.24-4 Severity: wishlist
Please add et131x modules to autobuilt modules. Attached the patch to enable it. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.23-1-amd64 (SMP w/2 CPU cores) Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -urN 3/linux-modules-extra-2.6-2.6.24/defines linux-modules-extra-2.6-2.6.24/defines --- 3/linux-modules-extra-2.6-2.6.24/defines 2008-02-16 22:04:03.000000000 +0100 +++ linux-modules-extra-2.6-2.6.24/defines 2008-03-05 22:31:41.000000000 +0100 @@ -4,6 +4,7 @@ aufs btrfs drbd8 + et131x gspca kqemu loop-aes diff -urN 3/linux-modules-extra-2.6-2.6.24/et131x/copyright linux-modules-extra-2.6-2.6.24/et131x/copyright --- 3/linux-modules-extra-2.6-2.6.24/et131x/copyright 1970-01-01 01:00:00.000000000 +0100 +++ linux-modules-extra-2.6-2.6.24/et131x/copyright 2008-03-05 22:33:00.000000000 +0100 @@ -0,0 +1,56 @@ +This package was debianized by Miguel Gea Milvaques <[EMAIL PROTECTED]> on +Sat, 10 Feb 2007 19:40:08 +0100. + +It was downloaded from http://dadams1969.googlepages.com/et131x-1.2.3.tar.gz + +Upstream Author: [EMAIL PROTECTED] + +Copyright: 2005 Agere Systems Inc. + +License: + +The Debian packaging is (C) 2007, Miguel Gea Milvaques <[EMAIL PROTECTED]> and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + + +SOFTWARE LICENSE: + + * This software is provided subject to the following terms and conditions, + * which you should read carefully before using the software. Using this + * software indicates your acceptance of these terms and conditions. If you do + * not agree with these terms and conditions, do not use the software. + * + * Copyright © 2005 Agere Systems Inc. + * All rights reserved. + * + * Redistribution and use in source or binary forms, with or without + * modifications, are permitted provided that the following conditions are met: + * + * . Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following Disclaimer as comments in the code as + * well as in the documentation and/or other materials provided with the + * distribution. + * + * . Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following Disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * . Neither the name of Agere Systems Inc. nor the names of the contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * Disclaimer + * + * THIS SOFTWARE IS PROVIDED <93>AS IS<94> AND ANY EXPRESS OR IMPLIED WARRANTIES, + * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY + * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN + * RISK. IN NO EVENT SHALL AGERE SYSTEMS INC. OR CONTRIBUTORS BE LIABLE FOR ANY + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, INCLUDING, BUT NOT LIMITED TO, CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGE. + diff -urN 3/linux-modules-extra-2.6-2.6.24/et131x/defines linux-modules-extra-2.6-2.6.24/et131x/defines --- 3/linux-modules-extra-2.6-2.6.24/et131x/defines 1970-01-01 01:00:00.000000000 +0100 +++ linux-modules-extra-2.6-2.6.24/et131x/defines 2008-03-05 22:33:00.000000000 +0100 @@ -0,0 +1,5 @@ +[base] +desc: Driver for et131x chipset +longdesc: + This package contains the set of loadable kernel modules for the + Agere Systems ET-131x PCI-E Ethernet Controller.

