diff options
author | 2006-03-26 20:34:49 +0000 | |
---|---|---|
committer | 2006-03-26 20:34:49 +0000 | |
commit | 988a83938c93b3c0af4c271b7d29599fad5d4755 (patch) | |
tree | e48d8b5f99a4c8f5d978388b40271c703164e368 | |
parent | Replace usage of alpha_pci_decompose_tag() with pci_decompose_tag() and (diff) | |
download | wireguard-openbsd-988a83938c93b3c0af4c271b7d29599fad5d4755.tar.xz wireguard-openbsd-988a83938c93b3c0af4c271b7d29599fad5d4755.zip |
Explain a bit more about the usage of isagpio(4).
Requested by deraadt@.
-rw-r--r-- | share/man/man4/isagpio.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/isagpio.4 b/share/man/man4/isagpio.4 index b87cc39707e..885dc496394 100644 --- a/share/man/man4/isagpio.4 +++ b/share/man/man4/isagpio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isagpio.4,v 1.1 2006/03/26 20:19:54 grange Exp $ +.\" $OpenBSD: isagpio.4,v 1.2 2006/03/26 20:34:49 grange Exp $ .\" .\" Copyright (c) 2006 Oleg Safiullin <form@pdp-11.org.ru> .\" All rights reserved. @@ -40,8 +40,8 @@ The .Nm driver allows to access 8-bit ISA I/O space through the .Xr gpio 4 -framework. -Each bit represents one GPIO pin. +framework, thus making use of the simple GPIO devices connected directly +to the ISA bus. .Sh SEE ALSO .Xr gpio 4 , .Xr intro 4 , |