Module Name:    src
Committed By:   dyoung
Date:           Mon Dec  7 19:45:14 UTC 2009

Modified Files:
        src/sys/sys: device.h

Log Message:
Poison future uses of DVACT_ACTIVATE by deleting it.  I deleted the last
"use" of DVACT_ACTIVATE in a driver, yesterday.


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sys/sys/device.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/device.h
diff -u src/sys/sys/device.h:1.126 src/sys/sys/device.h:1.127
--- src/sys/sys/device.h:1.126	Thu Nov 26 20:52:19 2009
+++ src/sys/sys/device.h	Mon Dec  7 19:45:13 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: device.h,v 1.126 2009/11/26 20:52:19 pooka Exp $ */
+/* $NetBSD: device.h,v 1.127 2009/12/07 19:45:13 dyoung Exp $ */
 
 /*
  * Copyright (c) 1996, 2000 Christopher G. Demetriou
@@ -110,7 +110,6 @@
  * Actions for ca_activate.
  */
 typedef enum devact {
-	DVACT_ACTIVATE,		/* activate the device */
 	DVACT_DEACTIVATE	/* deactivate the device */
 } devact_t;
 

Reply via email to