From b73ba863202cf2da8c21b184c94757ec7a8b3f93 Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Mon, 4 Dec 2000 11:34:57 +0000 Subject: [PATCH] Block-devices are obsolete. --- .../books/arch-handbook/driverbasics/chapter.sgml | 7 +++---- .../books/developers-handbook/driverbasics/chapter.sgml | 7 +++---- .../books/developers-handbook/driverbasics/chapter.sgml | 7 +++---- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.sgml b/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.sgml index afee34e472..753b2b204c 100644 --- a/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.sgml +++ b/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.sgml @@ -1,7 +1,7 @@ @@ -35,9 +35,8 @@ associated device driver. Most device nodes on the system are created by running MAKEDEV. - Device drivers can roughly be broken down into three - categories; character (unbuffered), block (buffered), and - network drivers. + Device drivers can roughly be broken down into two + categories; character and network device drivers. diff --git a/en_US.ISO8859-1/books/developers-handbook/driverbasics/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/driverbasics/chapter.sgml index afee34e472..753b2b204c 100644 --- a/en_US.ISO8859-1/books/developers-handbook/driverbasics/chapter.sgml +++ b/en_US.ISO8859-1/books/developers-handbook/driverbasics/chapter.sgml @@ -1,7 +1,7 @@ @@ -35,9 +35,8 @@ associated device driver. Most device nodes on the system are created by running MAKEDEV. - Device drivers can roughly be broken down into three - categories; character (unbuffered), block (buffered), and - network drivers. + Device drivers can roughly be broken down into two + categories; character and network device drivers. diff --git a/en_US.ISO_8859-1/books/developers-handbook/driverbasics/chapter.sgml b/en_US.ISO_8859-1/books/developers-handbook/driverbasics/chapter.sgml index afee34e472..753b2b204c 100644 --- a/en_US.ISO_8859-1/books/developers-handbook/driverbasics/chapter.sgml +++ b/en_US.ISO_8859-1/books/developers-handbook/driverbasics/chapter.sgml @@ -1,7 +1,7 @@ @@ -35,9 +35,8 @@ associated device driver. Most device nodes on the system are created by running MAKEDEV. - Device drivers can roughly be broken down into three - categories; character (unbuffered), block (buffered), and - network drivers. + Device drivers can roughly be broken down into two + categories; character and network device drivers.