From owner-cvs-src@FreeBSD.ORG Fri Jun 13 13:46:35 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 5731E37B401; Fri, 13 Jun 2003 13:46:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBFAB43F75; Fri, 13 Jun 2003 13:46:34 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5DKkY0U096741; Fri, 13 Jun 2003 13:46:34 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5DKkYVH096740; Fri, 13 Jun 2003 13:46:34 -0700 (PDT) Message-Id: <200306132046.h5DKkYVH096740@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 13 Jun 2003 13:46:34 -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/pci if_ti.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: Fri, 13 Jun 2003 20:46:35 -0000 mux 2003/06/13 13:46:34 PDT FreeBSD src repository Modified files: sys/pci if_ti.c Log: Remove code that tries to detect if the MCLSHIFT and MSIZE macros are the same that those of the kernel in the KLD_MODULE case. If we ever want to detect that kind of problems, this is not the right place to do this since every network driver would be affected by such desynchronisation. Revision Changes Path 1.80 +0 -46 src/sys/pci/if_ti.c