summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ppc.4
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
committerschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
commit511e378b14868fd06fca565a7db84b7080fdbcb7 (patch)
treefb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man4/ppc.4
parentb855a121e272a07bd83ce7b51f776e73d7412cf4 (diff)
downloadFreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.zip
FreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.tar.gz
Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
Diffstat (limited to 'share/man/man4/ppc.4')
-rw-r--r--share/man/man4/ppc.422
1 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man4/ppc.4 b/share/man/man4/ppc.4
index 9a57f71..6ecb52f 100644
--- a/share/man/man4/ppc.4
+++ b/share/man/man4/ppc.4
@@ -42,21 +42,21 @@ driver provides low level support to various parallel port chipsets for the
.Xr ppbus 4
system.
.Pp
-During the probe phase,
+During the probe phase,
.Nm
detects parallel port chipsets and initializes
private data according to their operating mode: COMPATIBLE,
-NIBBLE, PS/2, EPP, ECP and other mixed modes.
-If a mode is provided at startup through the
+NIBBLE, PS/2, EPP, ECP and other mixed modes.
+If a mode is provided at startup through the
.Va flags
-variable of the boot
-interface, the operating mode of the chipset is forced according to
+variable of the boot
+interface, the operating mode of the chipset is forced according to
.Va flags
and the hardware supported modes.
.Pp
-During the attach phase,
+During the attach phase,
.Nm
-allocates a ppbus structure, initializes it and calls the ppbus
+allocates a ppbus structure, initializes it and calls the ppbus
attach function.
.Ss Supported flags
.Bl -item -offset indent
@@ -82,7 +82,7 @@ bit 7: disable FIFO detection
.El
.Ss Supported chipsets
Some parallel port chipsets are explicitly supported:
-detection and initialisation code has been written according to
+detection and initialisation code has been written according to
their datasheets.
.Bl -bullet -offset indent
.It
@@ -97,14 +97,14 @@ SMC-like chipsets with mixed modes (see
.El
.Ss Adding support to a new chipset
You may want to add support for the newest chipset your motherboard was
-sold with.
-For the ISA bus, just retrieve the specs of the chipset and write the
+sold with.
+For the ISA bus, just retrieve the specs of the chipset and write the
corresponding
.Fn ppc_mychipset_detect ""
function.
Then add an entry to the general purpose
.Fn ppc_detect ""
-function.
+function.
.Pp
Your
.Fn ppc_mychipset_detect ""
OpenPOWER on IntegriCloud