<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Essential Linux Device Drivers (Prentice Hall Open Source Software Development Series) (Hardcover)</title>
	<atom:link href="http://linux.computers-n-internet.com/topic_reviews/2009070423.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linux.computers-n-internet.com/topic_reviews/2009070423.html</link>
	<description>Linux ~ A Beginner's Guide to Linux</description>
	<lastBuildDate>Wed, 07 Mar 2012 15:03:16 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Cais</title>
		<link>http://linux.computers-n-internet.com/topic_reviews/2009070423.html/comment-page-1#comment-55</link>
		<dc:creator>Cais</dc:creator>
		<pubDate>Sun, 05 Jul 2009 12:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://linux.computers-n-internet.com/topic_reviews/2009070423.html#comment-55</guid>
		<description>&lt;/div&gt;

 Like other reviews have stated, this first half of this book is a concise, useful introduction to certain Linux kernel concepts. But the title of the book leads the reader to expect that they could produce a Linux device driver using this book.  That turns out not to be the case - no one could produce a driver with this book without the benefit of other reference material.  In short, while the O&#039;Reilly &quot;Linux Device Drivers&quot; text has it&#039;s shortcomings and is starting to become dated, it is still the only text with which the reader can use as a primary reference to create their own driver.  It discusses implementation in detail, which this book does not.&#13;&lt;br/&gt;&lt;br/&gt; This brings me to the second half of &quot;Essential Linux Device Drivers&quot;, where specific device types are discussed. So little time is spent on each type that none are covered in enough detail to actually go off and start a driver of that type. You could be thinking that this book never claimed to enable you to write a PCI driver, for example, and that would be true.  It just feels like a reduced scope with increased depth on the remainder would have made a much more useful book, rather than a bathroom reader.&#13;&lt;br/&gt;</description>
		<content:encoded><![CDATA[<p> Like other reviews have stated, this first half of this book is a concise, useful introduction to certain Linux kernel concepts. But the title of the book leads the reader to expect that they could produce a Linux device driver using this book.  That turns out not to be the case &#8211; no one could produce a driver with this book without the benefit of other reference material.  In short, while the O&#8217;Reilly &#8220;Linux Device Drivers&#8221; text has it&#8217;s shortcomings and is starting to become dated, it is still the only text with which the reader can use as a primary reference to create their own driver.  It discusses implementation in detail, which this book does not.&#13;</p>
<p> This brings me to the second half of &#8220;Essential Linux Device Drivers&#8221;, where specific device types are discussed. So little time is spent on each type that none are covered in enough detail to actually go off and start a driver of that type. You could be thinking that this book never claimed to enable you to write a PCI driver, for example, and that would be true.  It just feels like a reduced scope with increased depth on the remainder would have made a much more useful book, rather than a bathroom reader.&#13;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuichi</title>
		<link>http://linux.computers-n-internet.com/topic_reviews/2009070423.html/comment-page-1#comment-54</link>
		<dc:creator>Yuichi</dc:creator>
		<pubDate>Sun, 05 Jul 2009 06:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://linux.computers-n-internet.com/topic_reviews/2009070423.html#comment-54</guid>
		<description>&lt;/div&gt;

I&#039;ve been frustrated by many other Linux kernel and device driver books.  The authors often make assumptions about the readers knowledge and gloss over areas that can be quite confusing.&#13;&lt;br/&gt;&lt;br/&gt;To some extent, that&#039;s unavoidable:  the Linux kernel is monstrous and very complex, and the hardware that drivers control can also be dark and mysterious territory.&#13;&lt;br/&gt;&lt;br/&gt;I really appreciated this books approach.  It&#039;s not that everything is explained in complete detail; that would be impossible.  However, the author obviously tries very hard to give an overview, an orientation that will hopefully set your mind in the right direction, before diving into details.  Throughout the book he adds &quot;go look at this&quot; suggestions that can help you understand whatever he&#039;s dealing with at this point.&#13;&lt;br/&gt;&lt;br/&gt;I think Chapter 2, which is a high level fly-by of the kernel in general, is an absolute masterpiece.  That starts by pulling typical kernel boot messages and explaining what they mean and what&#039;s going on in code to produce them.  It then goes on to discuss kernel locks, briefly looks at procfs and memory allocation, and closes (as each chapter does) with pointers to where to look in the source for the subjects discussed.&#13;&lt;br/&gt;&lt;br/&gt;Chapters 3 and 4 flesh out basic concepts more, and then after that the book goes into details, picking both real world and fanciful examples of hardware and giving sample device drivers.  Simple devices are presented first, while later chapters get into more complicated hardware, but in each case the same general format is followed: overview of the how and why, sample driver(s), how to most easily debug, and pointers to real kernel sources.&#13;&lt;br/&gt;&lt;br/&gt;Very well done.  I have no complaints - oh, a few minor typos, maybe, but nothing serious.
      </description>
		<content:encoded><![CDATA[<p>I&#8217;ve been frustrated by many other Linux kernel and device driver books.  The authors often make assumptions about the readers knowledge and gloss over areas that can be quite confusing.&#13;</p>
<p>To some extent, that&#8217;s unavoidable:  the Linux kernel is monstrous and very complex, and the hardware that drivers control can also be dark and mysterious territory.&#13;</p>
<p>I really appreciated this books approach.  It&#8217;s not that everything is explained in complete detail; that would be impossible.  However, the author obviously tries very hard to give an overview, an orientation that will hopefully set your mind in the right direction, before diving into details.  Throughout the book he adds &#8220;go look at this&#8221; suggestions that can help you understand whatever he&#8217;s dealing with at this point.&#13;</p>
<p>I think Chapter 2, which is a high level fly-by of the kernel in general, is an absolute masterpiece.  That starts by pulling typical kernel boot messages and explaining what they mean and what&#8217;s going on in code to produce them.  It then goes on to discuss kernel locks, briefly looks at procfs and memory allocation, and closes (as each chapter does) with pointers to where to look in the source for the subjects discussed.&#13;</p>
<p>Chapters 3 and 4 flesh out basic concepts more, and then after that the book goes into details, picking both real world and fanciful examples of hardware and giving sample device drivers.  Simple devices are presented first, while later chapters get into more complicated hardware, but in each case the same general format is followed: overview of the how and why, sample driver(s), how to most easily debug, and pointers to real kernel sources.&#13;</p>
<p>Very well done.  I have no complaints &#8211; oh, a few minor typos, maybe, but nothing serious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyne</title>
		<link>http://linux.computers-n-internet.com/topic_reviews/2009070423.html/comment-page-1#comment-53</link>
		<dc:creator>Kyne</dc:creator>
		<pubDate>Sun, 05 Jul 2009 02:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://linux.computers-n-internet.com/topic_reviews/2009070423.html#comment-53</guid>
		<description>&lt;/div&gt;

Without a doubt, this is the best driver book I&#039;ve ever purchased. In the first few chapters the author walks you through boot, interrupts, builds, installs etc so that you can make the most of his outstanding knowledge of drivers and driver design which fills 3/4 of the book. Even if you don&#039;t want to design or build your own driver, the first few chapters alone are worth the cost of the book and the knowledge he imparts about drivers is priceless. If you are a Linux Kernel analyst, you can do no better than purchase this. And as to his writing style.. I&#039;ve read plenty of dry, boring Linux technical books but this one even has a most outstanding writing style. It was enjoyable to read. I cannot praise this book enough. If you&#039;re a newbie Linux Kernel Techie or someone who thinks they already know everything... you cannot go wrong. Buy it, read it and you will learn more about drivers than from any other book, and you&#039;ll learn a whole lot more besides.
      </description>
		<content:encoded><![CDATA[<p>Without a doubt, this is the best driver book I&#8217;ve ever purchased. In the first few chapters the author walks you through boot, interrupts, builds, installs etc so that you can make the most of his outstanding knowledge of drivers and driver design which fills 3/4 of the book. Even if you don&#8217;t want to design or build your own driver, the first few chapters alone are worth the cost of the book and the knowledge he imparts about drivers is priceless. If you are a Linux Kernel analyst, you can do no better than purchase this. And as to his writing style.. I&#8217;ve read plenty of dry, boring Linux technical books but this one even has a most outstanding writing style. It was enjoyable to read. I cannot praise this book enough. If you&#8217;re a newbie Linux Kernel Techie or someone who thinks they already know everything&#8230; you cannot go wrong. Buy it, read it and you will learn more about drivers than from any other book, and you&#8217;ll learn a whole lot more besides.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
