From owner-cvs-src@FreeBSD.ORG Sun Aug 17 20:07:10 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 D483837B401; Sun, 17 Aug 2003 20:07:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E64243FAF; Sun, 17 Aug 2003 20:07:10 -0700 (PDT) (envelope-from imp@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 h7I37A0U041887; Sun, 17 Aug 2003 20:07:10 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7I379j4041886; Sun, 17 Aug 2003 20:07:09 -0700 (PDT) Message-Id: <200308180307.h7I379j4041886@repoman.freebsd.org> From: Warner Losh Date: Sun, 17 Aug 2003 20:07:09 -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/pccard pccard_cis.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: Mon, 18 Aug 2003 03:07:11 -0000 imp 2003/08/17 20:07:09 PDT FreeBSD src repository Modified files: sys/dev/pccard pccard_cis.c Log: Put a band-aide(tm) on the CIS panic problem. This is a similar fix to what is in NetBSD. I have a few cards that tickles this bug, and this just keeps us from panicing. It doesn't actually fix the problem (that will happen once I figure out why some cards hate the address their CIS is mapped to high memory). Revision Changes Path 1.25 +16 -5 src/sys/dev/pccard/pccard_cis.c