From owner-cvs-all Sun Oct 24 19:52:19 1999 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 C54331516A; Sun, 24 Oct 1999 19:52:16 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA40521; Sun, 24 Oct 1999 19:52:16 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199910250252.TAA40521@freefall.freebsd.org> From: Warner Losh Date: Sun, 24 Oct 1999 19:52:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ep if_ep.c if_ep_eisa.c if_ep_pccard.c if_epvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/10/24 19:52:16 PDT Modified files: sys/dev/ep if_ep.c if_ep_eisa.c if_ep_pccard.c if_epvar.h Log: Add newbus attachment for pccard driver. Heavily tested by me, and I'm committing this from a laptop running this driver. Have only one devclass for all ep devices (at least for pccard and eisa) so unit numbering is sane. Might not work with both isa and non-isa devices on the same system until ep is updated (Matt has some patches in the pipeline which should resolve this, he wanted me to commit this so he can resolve any conflicts against cvs rather than my patches). Reviewed by: Matt Dodd Revision Changes Path 1.90 +6 -1 src/sys/dev/ep/if_ep.c 1.16 +2 -2 src/sys/dev/ep/if_ep_eisa.c 1.3 +217 -153 src/sys/dev/ep/if_ep_pccard.c 1.2 +3 -1 src/sys/dev/ep/if_epvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message