Remove obsolete comments from the architecture handbook.

Approved by:	bcr (mentor)
This commit is contained in:
Eitan Adler 2012-11-21 13:57:09 +00:00
parent 9e4c4ae1fd
commit 2d84158050
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40115

View file

@ -366,11 +366,6 @@ echo_write(struct cdev *dev, struct uio *uio, int ioflag)
DEV_MODULE(echo,echo_loader,NULL);</programlisting>
</example>
<para>To install this driver on &os;&nbsp;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>