From owner-cvs-all@FreeBSD.ORG Tue Oct 14 15:51:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0AB416A4B3; Tue, 14 Oct 2003 15:51:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31AC443FBF; Tue, 14 Oct 2003 15:51:36 -0700 (PDT) (envelope-from rsm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9EMpZXJ098148; Tue, 14 Oct 2003 15:51:35 -0700 (PDT) (envelope-from rsm@repoman.freebsd.org) Received: (from rsm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9EMpZjD098147; Tue, 14 Oct 2003 15:51:35 -0700 (PDT) (envelope-from rsm) Message-Id: <200310142251.h9EMpZjD098147@repoman.freebsd.org> From: Scott Mitchell Date: Tue, 14 Oct 2003 15:51:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/xe if_xe.c if_xe_pccard.c if_xereg.h if_xevar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2003 22:51:36 -0000 rsm 2003/10/14 15:51:35 PDT FreeBSD src repository Modified files: sys/dev/xe if_xe.c if_xe_pccard.c if_xereg.h if_xevar.h Log: Major update to xe driver: - Make multicast work - Fix (some of) the watchdog timeouts after card reset - Add support for CE2, CEM28 and CEM33 cards - General code cleanup Any card that worked previously should still work, as well as a lot that didn't. The driver is not yet style(9) compliant; those changes are forthcoming, once the functional changes are done. PR: kern/50644 Reviewed by: imp Approved by: imp Revision Changes Path 1.39 +694 -547 src/sys/dev/xe/if_xe.c 1.11 +80 -32 src/sys/dev/xe/if_xe_pccard.c 1.6 +9 -2 src/sys/dev/xe/if_xereg.h 1.4 +4 -1 src/sys/dev/xe/if_xevar.h