Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 07/23/2004 07:07:55
Module Name:	src
Committed By:	dyoung
Date:		Fri Jul 23 07:07:55 UTC 2004

Modified Files:
	src/sys/dev/cardbus: if_atw_cardbus.c
	src/sys/dev/ic: atw.c atwvar.h
	src/sys/dev/pci: if_atw_pci.c

Log Message:
Print and store Cardbus/PCI revision number.

Begin conditioning device configuration on revision number.  Four
revisions are known:

        1.1/1.5 -> ADM8211A,
        2.0 -> ADM8211B,
        3.0 -> ADM8211C.

The B and C parts, which are not supported yet, have AP capability.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/dev/cardbus/if_atw_cardbus.c
cvs rdiff -r1.68 -r1.69 src/sys/dev/ic/atw.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/ic/atwvar.h
cvs rdiff -r1.6 -r1.7 src/sys/dev/pci/if_atw_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.