From owner-cvs-all Sun Jun 3 23:49:50 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 1E60237B403; Sun, 3 Jun 2001 23:49:47 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f546nlf60822; Sun, 3 Jun 2001 23:49:47 -0700 (PDT) (envelope-from imp) Message-Id: <200106040649.f546nlf60822@freefall.freebsd.org> From: Warner Losh Date: Sun, 3 Jun 2001 23:49:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c pcic_pci.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/06/03 23:49:46 PDT Modified files: sys/pccard pcic_pci.c pcic_pci.h Log: Add new pci attachment for pcic. This supports pci cards as well as card bus bridges. We now always use pci interrupts for pci cards. This will allow us to more easily configure things. You must change your IRQ lines in /etc/pccard.conf to match what we've probed. I'm not sure the right way to deal with this right now. Development of pci pcmcia has been funded by Monzoon Networks AG. I am grateful for their generosity. Revision Changes Path 1.43 +288 -155 src/sys/pccard/pcic_pci.c 1.22 +3 -13 src/sys/pccard/pcic_pci.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message