From owner-cvs-all Sat Sep 25 23:42:40 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 7DE9914BD5; Sat, 25 Sep 1999 23:42:37 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA49854; Sat, 25 Sep 1999 23:42:37 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <199909260642.XAA49854@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Sat, 25 Sep 1999 23:42:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ep if_ep_isa.c if_ep_mca.c if_ep_pccard.c if_epvar.h if_ep.c if_epreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mdodd 1999/09/25 23:42:37 PDT Modified files: sys/dev/ep if_ep.c if_epreg.h Added files: sys/dev/ep if_ep_isa.c if_ep_mca.c if_ep_pccard.c if_epvar.h Log: - Split out the ISA and PCCARD specific code. - Split out the prototypes, externs and struct decls from if_epreg.h into if_epvar.h. - Add support for MCA based Etherlink III (3c529) devices. None of this code is used right now; the old if_ep driver is still in place and used. I will eventually get around to converting if_ep_isa.c to newbus once I've had a talk with Peter and DFR about the DEVICE_IDENTIFY() method. I have tested this code on my PS/2. It works. I would like EISA and ISA testers since my example hardware hasn't arrived yet. Add: dev/ep/if_ep.c optional ep dev/ep/if_ep_isa.c optional ep isa dev/ep/if_ep_eisa.c optional ep eisa dev/ep/if_ep_mca.c optional ep mca dev/ep/if_ep_pccard.c optional ep card to sys/conf/files Remove: i386/eisa/3c5x9.c optional ep i386/isa/if_ep.c optional ep from sys/i386/conf/files.i386 PCCARD testers wanted! I will switch off and cvs rm the old driver in favor of this copy once I've had positive feedback or have the hardware to verify that it works. Revision Changes Path 1.89 +30 -530 src/sys/dev/ep/if_ep.c 1.26 +4 -77 src/sys/dev/ep/if_epreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message