Date: Sun, 24 Oct 1999 19:52:16 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> 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 Message-ID: <199910250252.TAA40521@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <mdodd@freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910250252.TAA40521>