Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/pci
Module Name: src
Committed By: bouyer
Date: Mon Aug 2 19:37:33 UTC 2004
Modified Files:
src/sys/dev/pci: cypide.c hptide.c pciide_common.c
Log Message:
Don't map the interrupt in pciide_mapregs_compat().
In default_chip_map() we'll do further checks to see if the channel should
really be enabled, and in case it's not we would keep the interrupt mapped.
Fix kern/26502 from Christian Biere.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/dev/pci/cypide.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/pci/hptide.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/pci/pciide_common.c
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