diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-03-29 14:10:53 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-03-29 14:10:53 +0000 |
commit | 42bb20655906893b9b89242a5b1df1b37fd48676 (patch) | |
tree | a0de561a6261faf23a0bd5af3f9e1b0418bdf598 /share | |
parent | b090c6fbe0b0f4c9481bce6c6a61b17abbc26e9e (diff) |
Recognise it(4) at port 0xd00 as well. This is where ASUS seem
to be putting it on all their recent boards.
"put this in" grange@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/it.4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/it.4 b/share/man/man4/it.4 index 2d9a97287bb..26a65df76cc 100644 --- a/share/man/man4/it.4 +++ b/share/man/man4/it.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: it.4,v 1.6 2005/12/28 15:28:59 grange Exp $ +.\" $OpenBSD: it.4,v 1.7 2006/03/29 14:10:51 jsg Exp $ .\" .\" Copyright (c) 2003 Julien Bordet <zejames@greygats.org> .\" All rights reserved. @@ -32,6 +32,7 @@ .Sh SYNOPSIS .Cd "it0 at isa? port 0x290" .Cd "it1 at isa? port 0xc00" +.Cd "it2 at isa? port 0xd00" .Sh DESCRIPTION The .Nm |