From owner-cvs-all Tue May 8 17: 3:24 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 E096F37B423; Tue, 8 May 2001 17:03:19 -0700 (PDT) (envelope-from dmlb@FreeBSD.org) Received: (from dmlb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4903J937962; Tue, 8 May 2001 17:03:19 -0700 (PDT) (envelope-from dmlb) Message-Id: <200105090003.f4903J937962@freefall.freebsd.org> From: Duncan Barclay Date: Tue, 8 May 2001 17:03:19 -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: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dmlb 2001/05/08 17:03:19 PDT Modified files: sys/dev/ray if_ray.c if_rayvar.h Log: 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. MFC: after 1 week Revision Changes Path 1.55 +121 -164 src/sys/dev/ray/if_ray.c 1.15 +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