Re: [PATCH] Update in-kernel orinoco drivers to upstream currentCVS
From: Jeff Garzik
Date: Thu Jul 08 2004 - 17:07:28 EST
Pavel Roskin wrote:
drivers/net/pci-skeleton.c doesn't have power management code, but the
driver it was based on, 8139too.c, has such code and uses
pci_set_power_state() after pci_(save|restore)_state(). Other well
maintained drivers (e.g. e100.c) use pci_set_power_state() after
pci_save_state() and before pci_restore_state(). I think it's
reasonable to follow this example. Jeff?
Yeah, that's working code. Feel free to cut-n-paste, and/or even update
pci-skeleton.c :)
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/