From owner-cvs-src@FreeBSD.ORG Sun Nov 2 12:13:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31FBD16A4CF; Sun, 2 Nov 2003 12:13:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 563B543FBF; Sun, 2 Nov 2003 12:13:40 -0800 (PST) (envelope-from imp@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 hA2KDeXJ022122; Sun, 2 Nov 2003 12:13:40 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA2KDeZJ022121; Sun, 2 Nov 2003 12:13:40 -0800 (PST) (envelope-from imp) Message-Id: <200311022013.hA2KDeZJ022121@repoman.freebsd.org> From: Warner Losh Date: Sun, 2 Nov 2003 12:13:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ep if_ep_pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 02 Nov 2003 20:13:41 -0000 imp 2003/11/02 12:13:39 PST FreeBSD src repository Modified files: sys/dev/ep if_ep_pccard.c Log: MFp4: o Remove redundant $FreeBSD$ o Better comments about ep_get_macaddr. o remove one tab in a switch statement (style only) o Recognize ID 0x0035 as the device ID for the 3CXEM556 that I have. This makes the 3CXEM556 work for me. Not 100% sure this is the assigned ID, as I don't have the datasheets for this part, but it does work and get the correct ethrnet address. o Comment about the whole fake IRQ 3 thing. some need it, some don't, all work with it. Revision Changes Path 1.36 +14 -6 src/sys/dev/ep/if_ep_pccard.c