Subject: power control on if_ex_pci
To: None <thorpej@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-net
Date: 06/21/2002 08:01:03
>Module Name:	syssrc
>Committed By:	thorpej
>Date:		Thu Jun 20 20:17:05 UTC 2002
>
>Modified Files:
>	syssrc/sys/dev/pci: if_ex_pci.c
>
>Log Message:
>If the chip supports ACPI power management:
>* Go to D3 if IFF_UP == 0.
>* Go to D0 if IFF_UP == 1.
>
>Saves battery life on my T21, mmm.

	any reasons why you didn't use pci_set_powerstate?

itojun