summaryrefslogtreecommitdiff
path: root/Hurd/GrantBowHurdPage.mdwn
diff options
context:
space:
mode:
authorGrant Bowman <grantbow at grantbow dot com>2002-05-18 09:08:37 +0000
committerGrant Bowman <grantbow at grantbow dot com>2002-05-18 09:08:37 +0000
commit5b5604be0178c9699843b51f96dec4ab1e607368 (patch)
tree0b3476efcf8c9993babefbce3596e097719b8e21 /Hurd/GrantBowHurdPage.mdwn
parentf9b620e565b50458da8aae652c94e983597e0596 (diff)
none
Diffstat (limited to 'Hurd/GrantBowHurdPage.mdwn')
-rw-r--r--Hurd/GrantBowHurdPage.mdwn10
1 files changed, 9 insertions, 1 deletions
diff --git a/Hurd/GrantBowHurdPage.mdwn b/Hurd/GrantBowHurdPage.mdwn
index a29e2859..127941e3 100644
--- a/Hurd/GrantBowHurdPage.mdwn
+++ b/Hurd/GrantBowHurdPage.mdwn
@@ -2,7 +2,8 @@ Here are some notes on my current Hurd activity.
I am also unable to get my PCI NE-2000 clone network card working. The driver loads but no routes are possible and therefore no packets get to the network. This is actually a DE-220 NIC that I started to discuss on hurd-help. Here's the actual change I made to gnumach-20020421/linux/dev/drivers/net/Space.c
-static struct device eth0\_dev = \{ "eth0", 0, 0, 0, 0, 0x240, 10, 0, 0, 0, &amp;eth1\_dev, ethif\_probe \};
+ static struct device eth0_dev = {
+ "eth0", 0, 0, 0, 0, 0x240, 10, 0, 0, 0, &eth1_dev, ethif_probe };
Cheers,
@@ -15,3 +16,10 @@ My problems now is how to get my second machine's (hd0,2) (/dev/hda3 for linux f
If anyone knows more about these items, please add your comments below with your signature.
-- [[Main/GrantBow]] - 16 May 2002
+
+PLEASE read these once. They are worth the effort.
+
+* [How To Ask Questions The Smart Way](http://www.tuxedo.org/~esr/faqs/smart-questions.html)
+* [How To Report Bugs Effectively](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html)
+
+-- [[Main/GrantBow]] - 18 May 2002