Added r8169 driver for 2.6.36, thanks to J. Kunz.
This commit is contained in:
parent
7d2204a6b0
commit
685e89389d
5
NEWS
5
NEWS
|
|
@ -1,6 +1,6 @@
|
|||
-------------------------------------------------------------------------------
|
||||
|
||||
$Id$
|
||||
$Id: NEWS,v 6742f8751872 2012/07/13 11:16:18 fp $
|
||||
|
||||
vim: spelllang=en spell
|
||||
|
||||
|
|
@ -10,7 +10,8 @@ Changes in 1.5.1:
|
|||
|
||||
* Fixed reset of allow_scanning flag if ecrt_master_activate() was not called.
|
||||
* Fixed missing distribution for r8169 for 2.6.32 and e1000 driver for 2.6.31.
|
||||
* Added r8169, e100, e1000 and e1000e drivers for 2.6.35.
|
||||
* Added e100, e1000 and e1000e drivers for 2.6.35.
|
||||
* Added r8169 driver for 2.6.35 (F. Pose), 2.6.36 (J. Kunz).
|
||||
* Added fix for ESC port order (DC delay calculation).
|
||||
* Added e1000 driver for kernel 3.0.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#------------------------------------------------------------------------------
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile.am,v ca345abf0565 2012/04/10 17:10:56 fp $
|
||||
#
|
||||
# Copyright (C) 2006-2008 Florian Pose, Ingenieurgemeinschaft IgH
|
||||
#
|
||||
|
|
@ -117,6 +117,8 @@ noinst_HEADERS = \
|
|||
r8169-2.6.33-orig.c \
|
||||
r8169-2.6.35-ethercat.c \
|
||||
r8169-2.6.35-orig.c \
|
||||
r8169-2.6.36-ethercat.c \
|
||||
r8169-2.6.36-orig.c \
|
||||
r8169-2.6.37-ethercat.c \
|
||||
r8169-2.6.37-orig.c
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue