Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Remove code that should not have been added.



details:   https://anonhg.NetBSD.org/src/rev/834d8d7c2d80
branches:  trunk
changeset: 480922:834d8d7c2d80
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun Jan 23 04:02:19 2000 +0000

description:
Remove code that should not have been added.

diffstat:

 sys/dev/pci/pccbb.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 85abfc113f1b -r 834d8d7c2d80 sys/dev/pci/pccbb.c
--- a/sys/dev/pci/pccbb.c       Sun Jan 23 02:11:02 2000 +0000
+++ b/sys/dev/pci/pccbb.c       Sun Jan 23 04:02:19 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pccbb.c,v 1.15 2000/01/23 00:10:03 augustss Exp $      */
+/*     $NetBSD: pccbb.c,v 1.16 2000/01/23 04:02:19 mycroft Exp $       */
 
 /*
  * Copyright (c) 1998 and 1999 HAYAKAWA Koichi.  All rights reserved.
@@ -34,7 +34,7 @@
 #define SHOW_REGS
 #define PCCBB_PCMCIA_POLL
 */
-//#define CBB_DEBUG
+/* #define CBB_DEBUG */
 
 /*
 #define CB_PCMCIA_POLL
@@ -1020,10 +1020,7 @@
      int reg;
      u_int8_t val;
 {
-printf("pccbb_pcmcia_write t=%x h=%x r=%d v=%x\n", ph->ph_bus_t, (u_int)ph->ph_bus_h,PCCBB_PCMCIA_OFFSET + reg, val);
   bus_space_write_1(ph->ph_bus_t, ph->ph_bus_h, PCCBB_PCMCIA_OFFSET + reg, val);
-
-  return;
 }
 
 



Home | Main Index | Thread Index | Old Index