summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf/GENERIC
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-08-01 07:55:40 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-08-01 07:55:40 +0000
commit773a0f0df32b69359b1db6f68525e4f3db4e40fa (patch)
tree3243897cde7694d2aa09aa88885582ab6e8863aa /sys/arch/i386/conf/GENERIC
parent7cef2942192182c0972ef23fccf8eb5ca24df377 (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 'sys/arch/i386/conf/GENERIC')
-rw-r--r--sys/arch/i386/conf/GENERIC5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 7793193c379..db8c110b6c6 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.197 2000/07/20 21:56:10 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.198 2000/08/01 07:55:38 aaron Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# GENERIC -- everything that's currently supported
@@ -63,6 +63,9 @@ pcic1 at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000
pcic2 at isa? port 0x3e4 iomem 0xe0000 iosiz 0x4000
#tcic0 at isa? port 0x240 iomem 0xd0000 iosiz 0x10000
+# PCI PCMCIA controllers
+pcic0 at pci? dev? function ?
+
# PCMCIA bus support
pcmcia* at pcic? controller ? socket ?
#pcmcia* at tcic? controller ? socket ?