Module Name: src Committed By: dyoung Date: Mon Mar 22 22:25:26 UTC 2010
Modified Files: src/sys/dev/isa: i82365_isasubr.c Log Message: Do not disestablish the interrupt handler inside of the interrupt handler! Stops a crash on the HP Pavilion N3270. Cosmetic: sc->ih is a pointer, so set to NULL instead of 0. Compare with NULL instead of testing truth. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/dev/isa/i82365_isasubr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.