Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev



Module Name:    src
Committed By:   mrg
Date:           Sun Jan 18 10:37:04 UTC 2009

Modified Files:
        src/sys/dev/cardbus: if_fxp_cardbus.c
        src/sys/dev/ic: i82557.c i82557var.h
        src/sys/dev/mii: inphy.c
        src/sys/dev/pci: if_fxp_pci.c

Log Message:
The PCI revision numbers are unique to a PCI vendor/product
ID pair.  Misuse of the revision numbers was causing some of the chip
features to be disabled on some integrated Intel chips.  So, move the
determination of the features into the bus frontend, where the
vendor/product ID is known.  (Note: sc_rev should be removed.  The
microcode patch stuff is also busted and needs to be fixed.)  Also,
poll the actual flow control status in inphy, rather than making
assumptions.

contributed anonymously.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sys/dev/cardbus/if_fxp_cardbus.c
cvs rdiff -r1.121 -r1.122 src/sys/dev/ic/i82557.c
cvs rdiff -r1.41 -r1.42 src/sys/dev/ic/i82557var.h
cvs rdiff -r1.49 -r1.50 src/sys/dev/mii/inphy.c
cvs rdiff -r1.60 -r1.61 src/sys/dev/pci/if_fxp_pci.c

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



Home | Main Index | Thread Index | Old Index