Documentation: e100: Update the Intel 10/100 driver doc
Jeff Kirsher authored
Over the years, several of the links have changed or are no longer valid
so update them.  In addition, the default values were incorrect for a
couple of parameters.

Converted the text file to the reStructuredText (RST) format, since the
Linux kernel documentation now uses this format for documentation.
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tested-by: default avatarAaron Brown <aaron.f.brown@intel.com>
85d63445
Name Last commit Last update
Documentation Documentation: e100: Update the Intel 10/100 driver doc
LICENSES LICENSES: Add MPL-1.1 license
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
block blk-mq: fix sysfs inflight counter
certs certs/blacklist_nohashes.c: fix const confusion in certs blacklist
crypto crypto: drbg - set freed buffers to NULL
drivers e1000e: Ignore TSYNCRXCTL when getting I219 clock attributes
firmware kbuild: remove all dummy assignments to obj-
fs Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
include vlan: use non-archaic spelling of failes
init Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
ipc ipc/shm: fix shmat() nil address after round-down when remapping
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
mm mm: fix the NULL mapping case in __isolate_lru_page()
net net/ncsi: Avoid GFP_KERNEL in response handler
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
security Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
sound ALSA: hda - Fix runtime PM
tools selftests/net: add packet socket packet_snd test
usr kbuild: rename built-in.o to built-in.a
virt KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls
.clang-format clang-format: add configuration file
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
.mailmap Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
COPYING COPYING: use the new text with points to the license files
CREDITS MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE
Kbuild Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Kconfig License cleanup: add SPDX GPL-2.0 license identifier to files with no license
MAINTAINERS Documentation: e100: Update the Intel 10/100 driver doc
Makefile Linux 4.17-rc7
README Docs: Added a pointer to the formatted docs to README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.