From owner-cvs-all Thu Apr 20 1:37:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CCF2B37BDCA; Thu, 20 Apr 2000 01:37:47 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA20590; Thu, 20 Apr 2000 01:37:47 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200004200837.BAA20590@freefall.freebsd.org> From: Warner Losh Date: Thu, 20 Apr 2000 01:37:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard_nbk.c pcic.c src/sys/dev/xe if_xe.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/04/20 01:37:47 PDT Modified files: sys/pccard pccard_nbk.c pcic.c sys/dev/xe if_xe.c Log: o Preliminary support for mapping the CIS by the driver. o Modify xe driver to use this. There's still some issues with this code, so xe can't map the cis just yet. I'm thinking about how to resolve the issue. pccard_nbk's pccard_alloc_resource is getting in the way. Revision Changes Path 1.17 +36 -1 src/sys/pccard/pccard_nbk.c 1.90 +43 -10 src/sys/pccard/pcic.c 1.15 +7 -5 src/sys/dev/xe/if_xe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message