Date: Sun, 26 Jun 2005 04:19:45 +0000 (UTC) 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_epvar.h Message-ID: <200506260419.j5Q4JjSm019996@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2005-06-26 04:19:45 UTC FreeBSD src repository Modified files: sys/dev/ep if_ep.c if_ep_isa.c if_ep_pccard.c if_epvar.h Log: o When calling ep_get_macaddr(), provide it a local buffer. Add a comment that says why we do this (or rather, explains that it is some voodoo magic that's poorly understood). The local buffer fixes the crash on attach. o Rename get_e() to ep_get_e() to avoid namespace pollution. Submitted by: mux Approved by: re (scottl) Revision Changes Path 1.138 +4 -4 src/sys/dev/ep/if_ep.c 1.27 +2 -2 src/sys/dev/ep/if_ep_isa.c 1.45 +15 -12 src/sys/dev/ep/if_ep_pccard.c 1.17 +1 -1 src/sys/dev/ep/if_epvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506260419.j5Q4JjSm019996>