diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-08-01 07:55:40 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-08-01 07:55:40 +0000 |
commit | 773a0f0df32b69359b1db6f68525e4f3db4e40fa (patch) | |
tree | 3243897cde7694d2aa09aa88885582ab6e8863aa /share/man/man4/pcmcia.4 | |
parent | 7cef2942192182c0972ef23fccf8eb5ca24df377 (diff) |
Add PCI attachment for i82365-compatible PCMCIA controllers. Needed for
the Cirrus Logic CL-PD6729 controller found on some laptops, i.e., the
Gateway 2000 Solo 2100. Thanks to JDempsey@iss.net for testing and initiallly
prodding me to get PC Cards to work in his laptop.
Diffstat (limited to 'share/man/man4/pcmcia.4')
-rw-r--r-- | share/man/man4/pcmcia.4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/pcmcia.4 b/share/man/man4/pcmcia.4 index c7b044142e2..9d1d02f5095 100644 --- a/share/man/man4/pcmcia.4 +++ b/share/man/man4/pcmcia.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcmcia.4,v 1.13 2000/07/01 15:05:44 aaron Exp $ +.\" $OpenBSD: pcmcia.4,v 1.14 2000/08/01 07:55:39 aaron Exp $ .\" $NetBSD: pcmcia.4,v 1.4 1998/06/07 09:10:30 enami Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -39,8 +39,10 @@ .Nm pcmcia .Nd introduction to PCMCIA (PC Card) support .Sh SYNOPSIS -.Cd "pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000" -.Cd "pcic1 at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000" +.Cd "pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000" +.Cd "pcic1 at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000" +.Cd "pcic2 at isa? port 0x3e4 iomem 0xe0000 iosiz 0x4000" +.Cd "pcic0 at pci? dev? function ?" .Cd "pcmcia* at pcic? controller ? socket ?" .Cd "xx* at pcmcia? function ?" .Pp |