From owner-cvs-all Wed May 16 0:32: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC6C937B423; Wed, 16 May 2001 00:32:05 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G7W5x39597; Wed, 16 May 2001 00:32:05 -0700 (PDT) (envelope-from imp) Message-Id: <200105160732.f4G7W5x39597@freefall.freebsd.org> From: Warner Losh Date: Wed, 16 May 2001 00:32:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/pccard pcic_isa.c pcicvar.h pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/16 00:32:05 PDT Modified files: sys/conf files sys/pccard pcic.c Added files: sys/pccard pcic_isa.c pcicvar.h Log: Separate out isa attachment to its own file. The pci attachment will soon attach directly to pcic rather than the kludge pci-pcic device we have now. In some ways, this is similar to the work PAO3 did to try to support cardbus bridges. In some ways different. This and future commits will be taking from the spirit of many of those changes. pcicvar.h is completely different from the pcicvar.h that appeared in PAO3, but similar in concept. Revision Changes Path 1.517 +2 -1 src/sys/conf/files 1.122 +13 -85 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message