From: Ben Hutchings <ben@decadent.org.uk> Date: Wed, 27 Jul 2011 21:32:23 +0000 (+0200) Subject: Fill in information about firmware X-Git-Tag: debconf11~4 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=7d8b001d099b3fbe80c4dc34cc366fcff95c6198;p=debian-kernel-talk.git Fill in information about firmware --- diff --git a/index.html b/index.html index 46e1aa6..eca3cec 100644 --- a/index.html +++ b/index.html @@ -354,6 +354,29 @@ <div class="slide"> <h1>Firmware files</h1> + <ul class="incremental"> + <li> + Most peripherals have microcontroller running non-free + firmware; some require host to load it + </li> + <li> + Several drivers used to include firmware, making kernel + non-free. Fudged with GRs for a while; finally fixed in squeeze + </li> + <li> + Users with these devices - almost any wifi card, some network + controllers and Radeon GPUs - will still need the firmware + files installed + </li> + <li> + Kernel team maintains <tt>firmware-nonfree</tt> source package + covering most firmware files that are clearly redistributable + </li> + <li> + Also collected in linux-firmware.git repository maintained by + David Woodhouse and myself + </li> + </ul> </div> <div class="slide">