summaryrefslogtreecommitdiff
path: root/faq
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-06 01:13:20 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-06 01:13:20 +0100
commit12501a1a2d40fe218eb71e204dba8726ee1f4a2a (patch)
tree7d9af3278132c82b8709ff62f60b6d55f861d885 /faq
parentae9d7be4780c79b2ecb68d87de70f8755b259405 (diff)
update hardware support
Diffstat (limited to 'faq')
-rw-r--r--faq/drivers.mdwn24
1 files changed, 12 insertions, 12 deletions
diff --git a/faq/drivers.mdwn b/faq/drivers.mdwn
index 57ed7ea9..ac8674df 100644
--- a/faq/drivers.mdwn
+++ b/faq/drivers.mdwn
@@ -10,18 +10,18 @@ License|/fdl]]."]]"""]]
[[!tag faq/support faq/_important]]
-[[!meta title="What drivers does GNU/Hurd have?"]]
+[[!meta title="what hardware is supported? What drivers does GNU/Hurd have?"]]
+
+Currently, for disks Mach integrates old drivers from Linux through some
+[[community/gsoc/project_ideas/driver_glue_code]], which provide
+IDE disk support, and we have an AHCI driver which provides [[SATA
+support|faq/sata_disk_drives]]. For network boards, we use the [[DDE]] toolkit
+to run linux 2.6.32 drivers in userland processes, which provides both long-term
+support for new hardware and safety against driver bugs. Note however that we
+have of course not tested all drivers, we obviously don't even have all kinds of
+hardware. So we can not promise that they will all work. What probably
+works for sure is what we usually use: the rtl8139 and e1000 drivers for
+instance. Firmware loading is not implemented yet.
-Currently, for disks Mach integrates drivers from Linux 2.0 through some
-[[community/gsoc/project_ideas/driver_glue_code]]. As it's very old, that
-limits hardware support a lot, of course. For network boards, we use the
-[[DDE]] toolkit to run linux 2.6.32 drivers in userland processes,
-which provides both long-term support for new hardware and safety against driver
-bugs. Firmware loading is however not implemented yet.
[[microkernel/mach/gnumach/ports/Xen]] is also supported, both blkfront and
netfront.
-
-Note however that we have of course not tested all drivers, we obviously don't
-even have all kinds of hardware. So we can not promise that they will all
-work. What probably works for sure is what we usually use: the rtl8139 or e1000
-drivers for instance.