Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211488
b: refs/heads/master
c: b1e86db
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Oct 13, 2010
1 parent f1158a1 commit 27cdb52
Show file tree
Hide file tree
Showing 149 changed files with 769 additions and 1,400 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fec896e21b65278a67b3a98073eef23351a74a4a
refs/heads/master: b1e86db1de2e8bc2be9fb94fae3451c2a776e8c1
373 changes: 277 additions & 96 deletions trunk/Documentation/networking/e1000.txt

Large diffs are not rendered by default.

302 changes: 0 additions & 302 deletions trunk/Documentation/networking/e1000e.txt

This file was deleted.

40 changes: 37 additions & 3 deletions trunk/Documentation/networking/ixgbevf.txt
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
Linux* Base Driver for Intel(R) Network Connection
==================================================

Intel Gigabit Linux driver.
Copyright(c) 1999 - 2010 Intel Corporation.
November 24, 2009

Contents
========

- In This Release
- Identifying Your Adapter
- Known Issues/Troubleshooting
- Support

In This Release
===============

This file describes the ixgbevf Linux* Base Driver for Intel Network
Connection.

Expand All @@ -30,7 +33,7 @@ Identifying Your Adapter
For more information on how to identify your adapter, go to the Adapter &
Driver ID Guide at:

http://support.intel.com/support/go/network/adapter/idguide.htm
http://support.intel.com/support/network/sb/CS-008441.htm

Known Issues/Troubleshooting
============================
Expand All @@ -54,3 +57,34 @@ or the Intel Wired Networking project hosted by Sourceforge at:
If an issue is identified with the released source code on the supported
kernel with a supported adapter, email the specific information related
to the issue to e1000-devel@lists.sf.net

License
=======

Intel 10 Gigabit Linux driver.
Copyright(c) 1999 - 2009 Intel Corporation.

This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
version 2, as published by the Free Software Foundation.

This program is distributed in the hope it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.

You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.

The full GNU General Public License is included in this distribution in
the file called "COPYING".

Trademarks
==========

Intel, Itanium, and Pentium are trademarks or registered trademarks of
Intel Corporation or its subsidiaries in the United States and other
countries.

* Other names and brands may be claimed as the property of others.
2 changes: 1 addition & 1 deletion trunk/Documentation/vm/page-types.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ static void prepare_hwpoison_fd(void)
}

if (opt_unpoison && !hwpoison_forget_fd) {
sprintf(buf, "%s/unpoison-pfn", hwpoison_debug_fs);
sprintf(buf, "%s/renew-pfn", hwpoison_debug_fs);
hwpoison_forget_fd = checked_open(buf, O_WRONLY);
}
}
Expand Down
Loading

0 comments on commit 27cdb52

Please sign in to comment.