Remove obsolete comments from the architecture handbook.
Approved by: bcr (mentor)
This commit is contained in:
parent
9e4c4ae1fd
commit
2d84158050
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40115
1 changed files with 0 additions and 5 deletions
|
@ -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; 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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue