Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/pci
Module Name: src
Committed By: dyoung
Date: Fri Feb 22 23:21:01 UTC 2008
Modified Files:
src/sys/dev/pci: if_bce.c
Log Message:
use device_t and accessors. Use aprint_*_dev(). Do not cast the
softc to 'struct device *', but use &sc->bce_dev instead. Use
PMF_FN_*.
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/dev/pci/if_bce.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