svn commit: r40115 - head/en_US.ISO8859-1/books/arch-handbook/driverbasics

Eitan Adler eadler at FreeBSD.org
Wed Nov 21 13:57:09 UTC 2012


Author: eadler
Date: Wed Nov 21 13:57:09 2012
New Revision: 40115
URL: http://svnweb.freebsd.org/changeset/doc/40115

Log:
  Remove obsolete comments from the architecture handbook.
  
  Approved by:	bcr (mentor)

Modified:
  head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml

Modified: head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml	Wed Nov 21 13:57:06 2012	(r40114)
+++ head/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml	Wed Nov 21 13:57:09 2012	(r40115)
@@ -366,11 +366,6 @@ echo_write(struct cdev *dev, struct uio 
 DEV_MODULE(echo,echo_loader,NULL);</programlisting>
     </example>
 
-    <para>To install this driver on &os; 4.X you will first need to
-      make a node on your filesystem with a command such as:</para>
-
-    <screen>&prompt.root; <userinput>mknod /dev/echo c 33 0</userinput></screen>
-
     <para>With this driver loaded you should now be able to type
       something like:</para>
 


More information about the svn-doc-all mailing list