From 773a0f0df32b69359b1db6f68525e4f3db4e40fa Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Tue, 1 Aug 2000 07:55:40 +0000 Subject: 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. --- share/man/man4/pcmcia.4 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'share/man/man4/pcmcia.4') 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 -- cgit v1.2.3