Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi atapiprint() does not exist.



details:   https://anonhg.NetBSD.org/src/rev/aea24a785aa8
branches:  trunk
changeset: 483756:aea24a785aa8
user:      soren <soren%NetBSD.org@localhost>
date:      Fri Mar 17 11:23:23 2000 +0000

description:
atapiprint() does not exist.

diffstat:

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

diffs (18 lines):

diff -r f193f0958168 -r aea24a785aa8 sys/dev/scsipi/atapiconf.c
--- a/sys/dev/scsipi/atapiconf.c        Fri Mar 17 09:54:15 2000 +0000
+++ b/sys/dev/scsipi/atapiconf.c        Fri Mar 17 11:23:23 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atapiconf.c,v 1.31 2000/02/28 09:46:25 jdolecek Exp $  */
+/*     $NetBSD: atapiconf.c,v 1.32 2000/03/17 11:23:23 soren Exp $     */
 
 /*
  * Copyright (c) 1996 Manuel Bouyer.  All rights reserved.
@@ -62,8 +62,6 @@
 int    atapibusactivate __P((struct device *, enum devact));
 int    atapibusdetach __P((struct device *, int flags));
 
-int    atapiprint __P((void *, const char *));
-
 int    atapi_probe_bus __P((int, int));
 void   atapi_probedev __P((struct atapibus_softc *, int ));
 



Home | Main Index | Thread Index | Old Index