Subject: Re: CVS commit: syssrc
To: None <mycroft@netbsd.org>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: source-changes
Date: 03/06/2000 17:03:24
On Mon, 6 Mar 2000 16:43:37 -0800 (PST) 
 "Charles M. Hannum" <mycroft@netbsd.org> wrote:

 > * Don't frob the so-called `CFDA' register.  We're really looking for the
 >   PMCSR, which is in a different location anyway.

This change is wrong.

The Tulip family as a device-specific PCI configuration space register
called the Configuration Driver Area register (CFDA).  On the 21140
and later (*including CardBus 21143*), there is a "snooze" bit in that
register.

I added the code to clear "snooze" in the CFDA for a reason.

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>