Module Name: src Committed By: jakllsch Date: Sat Nov 6 00:29:09 UTC 2010
Modified Files: src/sys/dev/pci: pciide.c pciide_common.c pciidevar.h Log Message: Rework pciide(4) detachment to take the legacy interrupt mapping into consideration and avoid future code duplication. Ports wanting to enable detachment of controllers with compatibility-mapped channels will need to supply a pciide_machdep_compat_intr_disestablish() function. To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219 src/sys/dev/pci/pciide.c cvs rdiff -u -r1.45 -r1.46 src/sys/dev/pci/pciide_common.c cvs rdiff -u -r1.41 -r1.42 src/sys/dev/pci/pciidevar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.