Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 09/20/2003 02:19:38
Module Name: src
Committed By: enami
Date: Sat Sep 20 02:19:38 UTC 2003
Modified Files:
src/sys/dev/ic: wdc.c
Log Message:
Now wdcattach() is called interrupts enabled, config_interrupts() tries to
call ata_raid_check_component() immediately, and panics since DMA setup
isn't done yet. So, defer the call until attach stage is almost done.
Tested with Promise TX2000.
To generate a diff of this commit:
cvs rdiff -r1.125 -r1.126 src/sys/dev/ic/wdc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.