summaryrefslogtreecommitdiff
path: root/Hurd/JoachimNilssonHurdPage.mdwn
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2002-12-22 12:52:00 +0000
committerJoachim Nilsson <joachim@gnufans.org>2002-12-22 12:52:00 +0000
commitadf782b4f93891cc93e47ebf0fa5b735ffb919ac (patch)
tree7921425324f3fc078f3bd7d366c4765c52fd9017 /Hurd/JoachimNilssonHurdPage.mdwn
parent7f12ce652c898a148039bbecd1594debfbb46ec2 (diff)
none
Diffstat (limited to 'Hurd/JoachimNilssonHurdPage.mdwn')
-rw-r--r--Hurd/JoachimNilssonHurdPage.mdwn19
1 files changed, 17 insertions, 2 deletions
diff --git a/Hurd/JoachimNilssonHurdPage.mdwn b/Hurd/JoachimNilssonHurdPage.mdwn
index 7940c3cd..ea032087 100644
--- a/Hurd/JoachimNilssonHurdPage.mdwn
+++ b/Hurd/JoachimNilssonHurdPage.mdwn
@@ -15,9 +15,23 @@ Currently I'm working on importing new Linux drivers to the OSKit. "New" means s
## <a name="Add_new_Linux_drivers_to_the_OSK"> </a> Add "new" Linux drivers to the OSKit
-To test any of the work in this project you first need to upgrade the OSKit to Linux 2.2.22 using my patches below.
+To test any of the work in this project you first need to upgrade the OSKit to Linux 2.2.22 using my patches below. The first stage deals with network drivers, 10 and 100 Mbps. Gigabit ethernet I have no possibility to test ... so they are **not** included.
-1. Add support for my [[RealTek]] 8139B - testing has begun using the 8139too.c and rtl8139.c drivers from Linux 2.2.22 - as well as the [latest work by Donald Becker](http://www.scyld.com/network/rtl8139.html).
+**_Planned additions:_**
+
+The following is a preliminary list of driveres that I plan to add. Some of them I have access to and can test, the rest are simply drivers I think should be included. If you disagree, please tell me so.
+
+* **3Com:** 3c515, 3c523, 3c527
+* **D-Link:** DE-600, DE-620
+* Davicom DM9102(A)/DM9132/DM9801
+* **N2k-PCi:** NE2000 PCI-based cards
+* PCNet32
+* **RealTek:** RTL8139
+* [[SiS]] 900/7016
+* [[ThunderLAN]]
+* VIA Rhine
+
+I may, at a later date, include updates to drivers by Donald Becker. His company keeps new drivers at <http://www.scyld.com/network/>
<table border="1" cellpadding="1" cellspacing="0">
<tr>
@@ -152,6 +166,7 @@ These I have and will test eventually
* Western Digital 10 Mbps ISA - WD8003EBT
* SMC Ultra 16 ISA
* NE1000/2000
+* RTL8139
# <a name="Future_Work"> Future Work </a>