Module Name: src Committed By: phx Date: Wed Dec 28 20:33:20 UTC 2011
Modified Files: src/sys/arch/sandpoint/conf: GENERIC src/sys/arch/sandpoint/pci: pci_machdep.c Log Message: Add a workaround for the VT6410 IDE controller on the Iomega Storcenter. Its interrupt cannot be disabled and remains asserted during the whole device probing procedure, causing an interrupt storm. This was fixed by establishing an edge-triggered interrupt for it, so it will trigger only once during probing. This workaround makes the WDC_NO_IDS option obsolete, which was removed from the GENERIC config. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/arch/sandpoint/conf/GENERIC cvs rdiff -u -r1.30 -r1.31 src/sys/arch/sandpoint/pci/pci_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.