--- - branch: MAIN date: Fri Oct 24 21:41:04 UTC 2008 files: - new: '1.22' old: '1.21' path: src/sys/net/if_etherip.c pathrev: src/sys/net/if_etherip.c@1.22 type: modified - new: '1.9' old: '1.8' path: src/sys/net/if_etherip.h pathrev: src/sys/net/if_etherip.h@1.9 type: modified id: 20081024T214104Z.03a7d1886953e2170d65c3ad21e4edac8dd419a0 log: | 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. module: src subject: 'CVS commit: src/sys/net' unixtime: '1224884464' user: dyoung