summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--doc/mach.texi24
-rw-r--r--i386/README-Drivers24
3 files changed, 51 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e22cd2..c2d02df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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