diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-21 09:40:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-21 09:40:52 +0000 |
commit | ae3d8923a2b6c42f3f43f9efbc17dd4b578635e5 (patch) | |
tree | bcf235f0acd1dc300baef0a36a600b9b6b40fbda /share/man/man4 | |
parent | 7eb1edd01e2711e1d7e78fed54c4abb10e17b339 (diff) |
list supported devices, similarly to gsc(4); ok kettenis
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.hppa/ssio.4 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/share/man/man4/man4.hppa/ssio.4 b/share/man/man4/man4.hppa/ssio.4 index 52660d6fe63..0b67225e992 100644 --- a/share/man/man4/man4.hppa/ssio.4 +++ b/share/man/man4/man4.hppa/ssio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssio.4,v 1.2 2007/06/20 14:23:51 jmc Exp $ +.\" $OpenBSD: ssio.4,v 1.3 2007/06/21 09:40:51 jmc Exp $ .\" .\" Copyright (c) 2007 Mark Kettenis <kettenis@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 20 2007 $ +.Dd $Mdocdate: June 21 2007 $ .Dt SSIO 4 hppa .Os .Sh NAME @@ -31,6 +31,16 @@ It configures the Programmable Interrupt Controllers integrated on the chip to route interrupts for the integrated .Xr ohci 4 USB controller (which appears as a separate PCI device). +.Pp +.Ox +provides support for the following devices: +.Pp +.Bl -tag -width 12n -offset indent -compact +.It Xr com 4 +serial communications interface +.It Xr lpt 4 +parallel port driver +.El .Sh SEE ALSO .Xr intro 4 , .Xr pci 4 |