Block-devices are obsolete.

This commit is contained in:
Alexander Langer 2000-12-04 11:34:57 +00:00
parent 649b3a2f9b
commit b73ba86320
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8474
3 changed files with 9 additions and 12 deletions
en_US.ISO8859-1/books
arch-handbook/driverbasics
developers-handbook/driverbasics
en_US.ISO_8859-1/books/developers-handbook/driverbasics

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD:$
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/driverbasics/chapter.sgml,v 1.1 2000/11/28 19:04:09 asmodai Exp $
-->
<chapter id="driverbasics">
@ -35,9 +35,8 @@
associated device driver. Most device nodes on the system are
created by running <command>MAKEDEV</command>.</para>
<para>Device drivers can roughly be broken down into three
categories; character (unbuffered), block (buffered), and
network drivers.</para>
<para>Device drivers can roughly be broken down into two
categories; character and network device drivers.</para>
</sect1>
<sect1>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD:$
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/driverbasics/chapter.sgml,v 1.1 2000/11/28 19:04:09 asmodai Exp $
-->
<chapter id="driverbasics">
@ -35,9 +35,8 @@
associated device driver. Most device nodes on the system are
created by running <command>MAKEDEV</command>.</para>
<para>Device drivers can roughly be broken down into three
categories; character (unbuffered), block (buffered), and
network drivers.</para>
<para>Device drivers can roughly be broken down into two
categories; character and network device drivers.</para>
</sect1>
<sect1>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD:$
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/driverbasics/chapter.sgml,v 1.1 2000/11/28 19:04:09 asmodai Exp $
-->
<chapter id="driverbasics">
@ -35,9 +35,8 @@
associated device driver. Most device nodes on the system are
created by running <command>MAKEDEV</command>.</para>
<para>Device drivers can roughly be broken down into three
categories; character (unbuffered), block (buffered), and
network drivers.</para>
<para>Device drivers can roughly be broken down into two
categories; character and network device drivers.</para>
</sect1>
<sect1>