SPECS: e1000.spec - support for some chipsets has been moved out t...
hawk
hawk at pld-linux.org
Mon May 5 17:13:26 CEST 2008
Author: hawk Date: Mon May 5 15:13:26 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- support for some chipsets has been moved out to separate drivers
- updated descriptions
---- Files affected:
SPECS:
e1000.spec (1.87 -> 1.88)
---- Diffs:
================================================================
Index: SPECS/e1000.spec
diff -u SPECS/e1000.spec:1.87 SPECS/e1000.spec:1.88
--- SPECS/e1000.spec:1.87 Mon May 5 16:55:22 2008
+++ SPECS/e1000.spec Mon May 5 17:13:20 2008
@@ -34,11 +34,11 @@
%description
This package contains the Linux driver for the Intel(R) PRO/1000
-family of 10/100/1000 Ethernet network adapters.
+adapters with 8254x chipsets.
%description -l pl.UTF-8
Ten pakiet zawiera sterownik dla Linuksa do kart sieciowych
-10/100/1000Mbit z rodziny Intel(R) PRO/1000.
+z rodziny Intel(R) PRO/1000 opartych o układy 8254x.
%package -n kernel%{_alt_kernel}-net-e1000
Summary: Intel(R) PRO/1000 driver for Linux
@@ -55,19 +55,19 @@
%description -n kernel%{_alt_kernel}-net-e1000
This package contains the Linux driver for the Intel(R) PRO/1000
-family of 10/100/1000 Ethernet network adapters.
+adapters with 8254x chipsets.
%description -n kernel%{_alt_kernel}-net-e1000 -l pl.UTF-8
Ten pakiet zawiera sterownik dla Linuksa do kart sieciowych
-10/100/1000Mbit z rodziny Intel(R) PRO/1000.
+z rodziny Intel(R) PRO/1000 opartych o układy 8254x.
%prep
%setup -q -n %{pname}-%{version}
cat > src/Makefile <<'EOF'
obj-m := e1000.o
-e1000-objs := e1000_main.o e1000_82540.o e1000_82542.o e1000_82571.o e1000_82541.o \
-e1000_82543.o e1000_ich8lan.o e1000_80003es2lan.o e1000_mac.o e1000_nvm.o e1000_phy.o \
-e1000_manage.o e1000_param.o e1000_ethtool.o kcompat.o e1000_api.o
+e1000-objs := e1000_main.o e1000_82540.o e1000_82542.o e1000_82541.o e1000_82543.o \
+e1000_mac.o e1000_nvm.o e1000_phy.o e1000_manage.o e1000_param.o e1000_ethtool.o \
+kcompat.o e1000_api.o
EXTRA_CFLAGS=-DDRIVER_E1000
EOF
@@ -105,6 +105,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.88 2008-05-05 15:13:20 hawk
+- support for some chipsets has been moved out to separate drivers
+- updated descriptions
+
Revision 1.87 2008-05-05 14:55:22 hawk
- updated to 8.0.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/e1000.spec?r1=1.87&r2=1.88&f=u
More information about the pld-cvs-commit
mailing list