Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Power management (well, suspend/resume) is now i...



details:   https://anonhg.NetBSD.org/src/rev/c89db04a0307
branches:  trunk
changeset: 499687:c89db04a0307
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Nov 27 02:37:14 2000 +0000

description:
Power management (well, suspend/resume) is now implemented.  Remove
it from the TODO list.

diffstat:

 sys/dev/pci/neo.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 2aa109cc3a8a -r c89db04a0307 sys/dev/pci/neo.c
--- a/sys/dev/pci/neo.c Mon Nov 27 01:56:53 2000 +0000
+++ b/sys/dev/pci/neo.c Mon Nov 27 02:37:14 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: neo.c,v 1.5 2000/11/27 01:56:53 sommerfeld Exp $       */
+/*     $NetBSD: neo.c,v 1.6 2000/11/27 02:37:14 thorpej Exp $  */
 
 /*
  * Copyright (c) 1999 Cameron Grant <gandalf%vilnya.demon.co.uk@localhost>
@@ -109,8 +109,6 @@
  * TO-DO list:
  *    Figure out interaction with video stuff (look at Xfree86 driver?)
  *
- *    Power management (neoactivate)
- *
  *    Figure out how to shrink that huge table neo-coeff.h
  */
 



Home | Main Index | Thread Index | Old Index