1 Jun 2006 01:30
Re: DPRINTKs in e1000 code (2.6.x kernels)
Auke Kok <sofar <at> foo-projects.org>
2006-05-31 23:30:23 GMT
2006-05-31 23:30:23 GMT
On Wed, 31 May 2006 14:31:05 +0530, Amit K Arora <aarora <at> in.ibm.com> wrote: > Hello, > > I am wondering why this patch "e1000: Remove PM warning DPRINTKs > breaking 2.4.x kernels" > (http://www.mail-archive.com/netdev <at> vger.kernel.org/msg10803.html) was > meant only for 2.4 kernels, and _not_ for 2.6 kernels. this code was removed from our generic driver first which is available for 2.4 kernels as well. we try to keep the in-kernel 2.4 and 2.6-driver as close to the general module because we spend a lot of time testing that particular driver. The removal from the 2.6 kernel has two motivations: - sync with the standalone tarball driver on e1000.sf.net - pci subsystem smartness should take care of warning on those operations > These DPRINTKs in e1000_suspend() are currently resulting in following > messages while rebooting a system (2.6 kernel) which has e1000 adapter: > > Shutting down MD Raid > done > Stopping udevd: > done > proc umounted > The system will be halted immediately. > md: stopping all md devices. > e1000: eth3: e1000_suspend: Error enabling D3 wake <<== > e1000: eth3: e1000_suspend: Error enabling D3 cold wake <<== > Power down.(Continue reading)
RSS Feed