From owner-cvs-all Fri Oct 15 10:31:48 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 7702814C20; Fri, 15 Oct 1999 10:31:43 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id LAA07145; Fri, 15 Oct 1999 11:31:43 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA07809; Fri, 15 Oct 1999 11:31:42 -0600 Date: Fri, 15 Oct 1999 11:31:42 -0600 Message-Id: <199910151731.LAA07809@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf LINT PCCARD src/sys/pccard driver.h pccard.c pccard_nbk.c pcic.c In-Reply-To: <199910151729.KAA10845@freefall.freebsd.org> References: <199910151729.KAA10845@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/i386/conf LINT PCCARD > sys/pccard driver.h pccard.c pccard_nbk.c pcic.c > Log: > Reorganize the attachement point for pcic (it was unattached and > floating before). Attach pccard devices to pcic, one per slot > (although this may change to one per pcic). pcic is now attached to > isa (to act as a bridge) and pccard is attached to pcic, cbb and > pc98ic (the last two are card bus bridge and the pc98ic version of > pcic, neither of which are in the tree yet). Move pccard compat code > into pccard/pccard_compat.c. > > THIS REQUIRES A CONFIG FILE CHANGE. You must change your pcic/card > entries to be: > # PCCARD (PCMCIA) support > controller pcic0 at isa? > controller pcic1 at isa? > controller card0 > > The old system was upside down and this corrects that problem. It > will make it easier to add support for YENTA pccard/card bus bridges. Good stuff!!! Thanks Warner! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message