Date: Sat, 18 Oct 2003 08:22:43 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ep if_ep.c if_ep_isa.c if_ep_pccard.c if_epreg.h if_epvar.h Message-ID: <200310181522.h9IFMhrS025003@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2003/10/18 08:22:43 PDT FreeBSD src repository Modified files: sys/dev/ep if_ep.c if_ep_isa.c if_ep_pccard.c if_epreg.h if_epvar.h Log: Transition to using bus_space macros rather than the inb/outb/etc. Use EP_{READ,WRITE}{,_MULTI}_{1,2,4} instead. I've had several people submit patches like this over the years of varying qualities, markm being the last. The names were chosen in consulation with mdodd on irc. I've tested this with only PCMCIA cards: 3CCE589EC and 3CCSH572BT. I've not tried with my more extensive ISA, EISA and cbus collection. Reviewed by: mdodd Revision Changes Path 1.122 +97 -99 src/sys/dev/ep/if_ep.c 1.21 +1 -1 src/sys/dev/ep/if_ep_isa.c 1.32 +20 -14 src/sys/dev/ep/if_ep_pccard.c 1.32 +4 -9 src/sys/dev/ep/if_epreg.h 1.9 +21 -4 src/sys/dev/ep/if_epvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310181522.h9IFMhrS025003>