RE: [PATCH] sata_nv,adma: fix error when rmmod sata_nv

2007-12-12 Thread Kuan Luo
Tejun Heo wrote: > Which kernel version are you using? The following commit should have > fixed the problem. Please give a shot at 2.6.24-rc5. Thanks. > > commit 32ebbc0c0d5d18c0135b55d1eb0029f48c54aff0 > Author: Tejun Heo <[EMAIL PROTECTED]> > Date: Thu Nov 8 13:09:00 2007 +0900 > > libata

Re: [PATCH] sata_nv,adma: fix error when rmmod sata_nv

2007-12-12 Thread Tejun Heo
Kuan Luo wrote: > hi, > The below error happens when i rmmod sata_nv in adma mode on ck804 > chipset with 2.6.24 kernel. > I traced the code and found that the driver attempts to write device mem > that has been unmapped. > > Only simply removing the code" writew(0, mmio + NV_ADMA_CTL);" in the >

RE: [PATCH] sata_nv,adma: fix error when rmmod sata_nv

2007-12-11 Thread Kuan Luo
hi, The below error happens when i rmmod sata_nv in adma mode on ck804 chipset with 2.6.24 kernel. I traced the code and found that the driver attempts to write device mem that has been unmapped. Only simply removing the code" writew(0, mmio + NV_ADMA_CTL);" in the nv_adma_port_stop function or re