diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-01-22 21:47:32 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:30 +0200 |
commit | e0524d6379361f98fd2e3725c4b45327b8b3d7a4 (patch) | |
tree | 54ced152b7954feb247b903ff11b1ff8c04dcc4d | |
parent | 4ad86505c480b2964548328a959c662e8aef5422 (diff) |
2006-01-22 Thomas Schwinge <tschwinge@gnu.org>
* doc/mach.texi (Configuration): Document the recently added drivers.
* i386/README-Drivers: Likewise.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | doc/mach.texi | 24 | ||||
-rw-r--r-- | i386/README-Drivers | 24 |
3 files changed, 51 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2006-01-22 Thomas Schwinge <tschwinge@gnu.org> + * doc/mach.texi (Configuration): Document the recently added drivers. + * i386/README-Drivers: Likewise. + * configure, i386/configure, i386/linux/configure, linux/configure, i386/linux/device-drivers.h.in: Regenerated. diff --git a/doc/mach.texi b/doc/mach.texi index 4e0dc27..eb54e74 100644 --- a/doc/mach.texi +++ b/doc/mach.texi @@ -854,6 +854,30 @@ Enables the TI ThunderLAN netword card devices eth%d. @item --enable-viarhine Enables the VIA Rhine netword card devices eth%d. + +@item --enable-hamachi +Enables the Packet Engines "Hamachi" GNIC-2 Gigabit Ethernet devices eth%d. + +@item --enable-intel-gige +Enables the Intel PCI Gigabit Ethernet devices eth%d. + +@item --enable-myson803 +Enables the Myson MTD803 Ethernet adapter series devices eth%d. + +@item --enable-natsemi +Enables the National Semiconductor DP8381x series PCI Ethernet devices eth%d. + +@item --enable-ns820 +Enables the National Semiconductor DP8382x series PCI Ethernet devices eth%d. + +@item --enable-starfire +Enables the Adaptec Starfire network adapter devices eth%d. + +@item --enable-sundance +Enables the Sundance ST201 "Alta" PCI Ethernet devices eth%d. + +@item --enable-winbond-840 +Enables the Winbond W89c840 PCI Ethernet devices eth%d. @end table diff --git a/i386/README-Drivers b/i386/README-Drivers index b95784f..9df2b2b 100644 --- a/i386/README-Drivers +++ b/i386/README-Drivers @@ -371,3 +371,27 @@ TI ThunderLAN VIA Rhine --enable-viarhine net/via_rhine.c + +Packet Engines "Hamachi" GNIC-2 Gigabit Ethernet + --enable-hamachi net/hamachi.c + +Intel PCI Gigabit Ethernet + --enable-intel-gige net/intel-gige.c + +Myson MTD803 Ethernet adapter series + --enable-myson803 net/myson803.c + +National Semiconductor DP8381x series PCI Ethernet + --enable-natsemi net/natsemi.c + +National Semiconductor DP8382x series PCI Ethernet + --enable-ns820 net/ns820.c + +Adaptec Starfire network adapter + --enable-starfire net/starfire.c + +Sundance ST201 "Alta" PCI Ethernet + --enable-sundance net/sundance.c + +Winbond W89c840 PCI Ethernet + --enable-winbond-840 net/winbond-840.c |