summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2013-03-16 19:24:51 +0100
committerPino Toscano <toscano.pino@tiscali.it>2013-03-16 19:24:51 +0100
commit5bd8b6944145fd898a6a9c0427743aed8740a8e7 (patch)
tree6b70b59cdb8fdcc92e2bac3ede27c8ab2d3f37ad
parent103b31f914fa69f6aef26ba198472b07aeeb3889 (diff)
misc changes
-rw-r--r--faq.mdwn1
-rw-r--r--faq/sata_disk_drives.mdwn8
-rw-r--r--hurd/libchannel.mdwn5
3 files changed, 13 insertions, 1 deletions
diff --git a/faq.mdwn b/faq.mdwn
index 0cf75198..f3e6b719 100644
--- a/faq.mdwn
+++ b/faq.mdwn
@@ -9,6 +9,7 @@ is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
[[!meta title="FAQ"]]
+[[!tag stable_URL]]
Also see the...
diff --git a/faq/sata_disk_drives.mdwn b/faq/sata_disk_drives.mdwn
index dad10cb9..2edaa610 100644
--- a/faq/sata_disk_drives.mdwn
+++ b/faq/sata_disk_drives.mdwn
@@ -8,4 +8,10 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled
[[GNU Free Documentation License|/fdl]]."]]"""]]
-GNU Mach does not support SATA disk drives (/dev/sda etc. in GNU/Linux) natively, so using device:sd0s1 will not work, sd* devices are for SCSI drives only. The only way to get those drives to work is to put them into compatibility mode in the BIOS, if such an option exists. GNU Mach will then recognize them as hda etc.
+[[!meta title="Are SATA disk drives supported?"]]
+
+GNU Mach does not support SATA disk drives (`/dev/sda` etc. in GNU/Linux)
+natively, so using `device:sd0s1` will not work, as sd* devices are for SCSI
+drives only.
+The only way to get those drives to work is to put them into compatibility mode
+in the BIOS, if such an option exists. GNU Mach will then recognize them as hda etc.
diff --git a/hurd/libchannel.mdwn b/hurd/libchannel.mdwn
index 3e19fb18..312210dd 100644
--- a/hurd/libchannel.mdwn
+++ b/hurd/libchannel.mdwn
@@ -62,6 +62,11 @@ and *libnetwork* or similar.
So work on *libchannel* will continue, in one form or another.
+# Source
+
+[[source_repositories/incubator]], libchannel.
+
+
# Related
* [*Van Jacobson's network channels*](http://lwn.net/Articles/169961/)