From owner-cvs-all Sun Feb 20 22:56:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0995037BFE7; Sun, 20 Feb 2000 22:56:31 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA88612; Sun, 20 Feb 2000 22:56:30 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <200002210656.WAA88612@freefall.freebsd.org> From: Warner Losh Date: Sun, 20 Feb 2000 22:56:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard.c pccard_nbk.c pcic.c slot.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 2000/02/20 22:56:30 PST Modified files: sys/pccard pccard.c pccard_nbk.c pcic.c slot.h Log: [[ Forced commit due to /tmp/msg botch ]] Minor improvements in pcic. o Change IODF_ACTIVE to MDF_ACTIVE when dealing with memory. This is a text only change. o Better spl safty, ala comments from Bruce and the nomads. o Default to resetting the pcic on resume. This is needed for newer machines and may fix jordan's vaio problem. o i/o mapping verbosity under bootverbose. o Added comment about irqs that should have been in prior commit. o Added sanity check on memory rid. Approved by: Der Uber Hubbard Revision Changes Path 1.106 +1 -1 src/sys/pccard/pccard.c 1.15 +1 -1 src/sys/pccard/pccard_nbk.c 1.88 +1 -1 src/sys/pccard/pcic.c 1.24 +1 -1 src/sys/pccard/slot.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message