From owner-cvs-all@FreeBSD.ORG Fri Oct 14 18:51:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 D23D416A41F; Fri, 14 Oct 2005 18:51:30 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81AE143D68; Fri, 14 Oct 2005 18:51:30 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9EIpU8B077044; Fri, 14 Oct 2005 18:51:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9EIpUDS077043; Fri, 14 Oct 2005 18:51:30 GMT (envelope-from jhb) Message-Id: <200510141851.j9EIpUDS077043@repoman.freebsd.org> From: John Baldwin Date: Fri, 14 Oct 2005 18:51:30 +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/re if_re.c src/sys/pci if_rlreg.h if_sk.c if_skreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 14 Oct 2005 18:51:31 -0000 jhb 2005-10-14 18:51:30 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c sys/pci if_rlreg.h if_sk.c if_skreg.h Log: Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032 cards and teach the re(4) driver to attach to revision 3 cards. Submitted by: Fredrik Lindberg fli+freebsd-current at shapeshifter dot se MFC after: 2 weeks Reviewed by: imp, mdodd Revision Changes Path 1.58 +13 -0 src/sys/dev/re/if_re.c 1.54 +17 -2 src/sys/pci/if_rlreg.h 1.112 +11 -0 src/sys/pci/if_sk.c 1.30 +5 -0 src/sys/pci/if_skreg.h