From owner-cvs-all Wed Aug 1 12:56:46 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 97BB237B405; Wed, 1 Aug 2001 12:56:41 -0700 (PDT) (envelope-from dmlb@FreeBSD.org) Received: (from dmlb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71Jufe29973; Wed, 1 Aug 2001 12:56:41 -0700 (PDT) (envelope-from dmlb) Message-Id: <200108011956.f71Jufe29973@freefall.freebsd.org> From: Duncan Barclay Date: Wed, 1 Aug 2001 12:56:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ray if_ray.c if_rayvar.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:56:41 PDT Modified files: (Branch: RELENG_4) sys/dev/ray if_ray.c if_rayvar.h Log: MFC 1.55 Eliminate some panics for errors we can recover from. Reduce the verbose memory map setup reports and work with pccardd to set the common memory map up. Use enumeration values for CARD_SET_RES_FLAGS. Use DELAY when spinning waiting for the card to come free instead of a loop. Approved by: jkh Revision Changes Path 1.47.2.3 +132 -167 src/sys/dev/ray/if_ray.c 1.12.2.3 +2 -2 src/sys/dev/ray/if_rayvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message