From owner-cvs-sys Tue Dec 2 15:24:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA15062 for cvs-sys-outgoing; Tue, 2 Dec 1997 15:24:45 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA15017; Tue, 2 Dec 1997 15:24:05 -0800 (PST) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA10576; Tue, 2 Dec 1997 15:23:18 -0800 (PST) Date: Tue, 2 Dec 1997 15:23:18 -0800 (PST) Message-Id: <199712022323.PAA10576@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pcic.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/12/02 15:23:17 PST Modified files: sys/pccard pcic.c Log: - Remove the code that cleared out the registers (previously enabled by the option PCIC_NOCLRREGS). This is now the default behavior since it's apparently required for the CLPD6832, and doesn't negatively affect any of my test machines. Requested by: Ted Faber Revision Changes Path 1.56 +0 -7 src/sys/pccard/pcic.c