diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2004-07-08 13:49:39 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2004-07-08 13:49:39 +0000 |
| commit | 25ae01d997274aa0f12b4b88cad8a0f7ff1db216 (patch) | |
| tree | b302c3820c2101689cddfd33d41cf958f7dcce4a /share | |
| parent | 71ca36da63b38bd6c7487bcde4c48f2c91b6b850 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/ppbus.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ppbus.4 b/share/man/man4/ppbus.4 index 2481205239364..73a85e346d2bd 100644 --- a/share/man/man4/ppbus.4 +++ b/share/man/man4/ppbus.4 @@ -214,7 +214,7 @@ The IEEE1284 protocol is fully oriented with all supported parallel port modes. The computer acts as master and the peripheral as slave. .Pp -Any transfer is defined as a finite state automate. +Any transfer is defined as a finite state automaton. It allows software to properly manage the fully interlocked scheme of the signaling method. The compatible mode is supported "as is" without any negotiation because it @@ -245,7 +245,7 @@ as a set of procedures that perform high level functions like negotiation, termination, transfer in any mode without bothering you with low level characteristics of the standard. .Pp -IEEE1284 interacts with the ppbus system as least as possible. +IEEE1284 interacts with the ppbus system as little as possible. That means you still have to request the ppbus when you want to access it, the negotiate function doesn't do it for you. @@ -289,7 +289,7 @@ native and emulated with ECP and/or EPP. This architecture should support IEEE1284-1994 modes. .Sh FEATURES .Ss The boot process -The boot process starts with the probe phasis of the +The boot process starts with the probe stage of the .Xr ppc 4 driver during ISA bus (PC architecture) initialization. During attachment of |
