From owner-cvs-src@FreeBSD.ORG Wed Jun 4 15:20:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DA441065677; Wed, 4 Jun 2008 15:20:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 81BF38FC1C; Wed, 4 Jun 2008 15:20:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m54FK66F092144; Wed, 4 Jun 2008 15:20:06 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m54FK61R092143; Wed, 4 Jun 2008 15:20:06 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200806041520.m54FK61R092143@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 4 Jun 2008 15:19:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/xe if_xe.c if_xevar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2008 15:20:08 -0000 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