Module Name:    src
Committed By:   dyoung
Date:           Tue Dec  1 01:06:31 UTC 2009

Modified Files:
        src/sys/dev/ic: wdcvar.h

Log Message:
Delete wdcactivate() prototype, it's gone away for good.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/dev/ic/wdcvar.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/dev/ic/wdcvar.h
diff -u src/sys/dev/ic/wdcvar.h:1.89 src/sys/dev/ic/wdcvar.h:1.90
--- src/sys/dev/ic/wdcvar.h:1.89	Mon Apr 28 20:23:51 2008
+++ src/sys/dev/ic/wdcvar.h	Tue Dec  1 01:06:31 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: wdcvar.h,v 1.89 2008/04/28 20:23:51 martin Exp $	*/
+/*	$NetBSD: wdcvar.h,v 1.90 2009/12/01 01:06:31 dyoung Exp $	*/
 
 /*-
  * Copyright (c) 1998, 2003, 2004 The NetBSD Foundation, Inc.
@@ -141,7 +141,6 @@
 void	wdcattach(struct ata_channel *);
 int	wdcdetach(device_t, int);
 void	wdc_childdetached(device_t, device_t);
-int	wdcactivate(device_t, enum devact);
 int	wdcintr(void *);
 
 void	wdc_sataprobe(struct ata_channel *);

Reply via email to