Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/20/2002 23:17:05
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.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/dev/pci/if_ex_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.