Module Name: src Committed By: dyoung Date: Thu Mar 11 17:27:40 UTC 2010
Modified Files: src/sys/dev/cardbus: njata_cardbus.c njs_cardbus.c Log Message: Simplify interrupt (dis)establishment by two source transformations: - cardbus_intr_disestablish(cc, cf, ih); + Cardbus_intr_disestablish(ct, ih); - ih = cardbus_intr_establish(cc, cf, ...); + ih = Cardbus_intr_establish(ct, ...); Tested by ITOH Yasufumi. Results: njs(4) works, njata(4) hangs. njata(4) also hangs in 5.0.1 and in 5.99.24 prior to this patch, so there is no regression. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/cardbus/njata_cardbus.c cvs rdiff -u -r1.15 -r1.16 src/sys/dev/cardbus/njs_cardbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.