Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: dyoung
Date: Fri Oct 24 21:41:04 UTC 2008
Modified Files:
src/sys/net: if_etherip.c if_etherip.h
Log Message:
Fix the device_t/softc split: introduce etherip_softc.sc_dev and
initialize it. Use sc_dev in etherip_clone_destroy() instead of
casting the softc to struct device *.
Remove gratuitous casts. Use device_t and cfdata_t throughout.
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/net/if_etherip.c
cvs rdiff -r1.8 -r1.9 src/sys/net/if_etherip.h
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