Date: Wed, 4 Jun 2008 15:19:58 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/xe if_xe.c if_xevar.h Message-ID: <200806041520.m54FK61R092143@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2008-06-04 15:20:06 UTC FreeBSD src repository Modified files: sys/dev/xe if_xe.c if_xevar.h Log: SVN rev 179543 on 2008-06-04 15:19:58Z by jhb - Split the interrupt handler up into separate subroutines for rx, tx, and MAC events. - Use bus_*() rather than bus_space_*() and remove the bus space tag and handle from the softc. - Retire unused macros for examining CIS tuples. Revision Changes Path 1.67 +75 -47 src/sys/dev/xe/if_xe.c 1.9 +4 -14 src/sys/dev/xe/if_xevar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806041520.m54FK61R092143>