From owner-cvs-all Wed Aug 1 12:46:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00DA337B403; Wed, 1 Aug 2001 12:46:17 -0700 (PDT) (envelope-from dmlb@FreeBSD.org) Received: (from dmlb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71JkG628805; Wed, 1 Aug 2001 12:46:16 -0700 (PDT) (envelope-from dmlb) Message-Id: <200108011946.f71JkG628805@freefall.freebsd.org> From: Duncan Barclay Date: Wed, 1 Aug 2001 12:46:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c pcicvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dmlb 2001/08/01 12:46:16 PDT Modified files: (Branch: RELENG_4) sys/pccard pcic.c pcicvar.h Log: Protect pcic_set_memory_offset with __FreeBSD_version based ifdefs. Without this any consumer of CARD_SET_MEM_OFFSET would generate a panic. Reviewed by: imp Revision Changes Path 1.89.2.15 +8 -3 src/sys/pccard/pcic.c 1.15.2.3 +6 -2 src/sys/pccard/pcicvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message