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: Fri Feb 20 05:49:34 UTC 2009
Modified Files:
src/sys/dev/cardbus: if_fxp_cardbus.c
src/sys/dev/ic: i82557.c i82557reg.h i82557var.h
src/sys/dev/pci: if_fxp_pci.c
Log Message:
- remove FXPF_IPCB flag. it should always/only be used with the code
conditional on FXPF_EXT_TXCB, so, replace all uses with that
- for the pci frontend, reestablish some flags lost the the prior
changes and simplify one of the cases
this fixes PR 40677 and may fix PR 40431.
To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/dev/cardbus/if_fxp_cardbus.c
cvs rdiff -r1.122 -r1.123 src/sys/dev/ic/i82557.c
cvs rdiff -r1.21 -r1.22 src/sys/dev/ic/i82557reg.h
cvs rdiff -r1.42 -r1.43 src/sys/dev/ic/i82557var.h
cvs rdiff -r1.61 -r1.62 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