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: tsutsui
Date: Sat May 16 06:44:05 UTC 2009
Modified Files:
src/sys/dev/cardbus: ahc_cardbus.c
src/sys/dev/ic: aic7xxx_osm.c aic7xxx_osm.h
Log Message:
Make ahc_detach() take struct ahc_softc * as well as ahc_attach()
and remove bogus casts around ahc_detach().
XXX: There is a pmf_device_deregister(9) call in ahc_detach()
XXX: while there is no pmf_device_register(9) in ahc_attach().
XXX: It looks more pmf(9) stuff is required for cardbus detach.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/cardbus/ahc_cardbus.c
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/ic/aic7xxx_osm.c
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/ic/aic7xxx_osm.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