Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci More compilation breakage in the non-DEBUG case



details:   https://anonhg.NetBSD.org/src/rev/70ae916a6158
branches:  trunk
changeset: 495691:70ae916a6158
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Thu Aug 03 03:00:04 2000 +0000

description:
More compilation breakage in the non-DEBUG case
(from Castor Fu <castor%geocast.com@localhost>)

diffstat:

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

diffs (20 lines):

diff -r 509e40553f98 -r 70ae916a6158 sys/dev/pci/isp_pci.c
--- a/sys/dev/pci/isp_pci.c     Thu Aug 03 00:54:23 2000 +0000
+++ b/sys/dev/pci/isp_pci.c     Thu Aug 03 03:00:04 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_pci.c,v 1.54 2000/08/02 17:39:50 mjacob Exp $ */
+/* $NetBSD: isp_pci.c,v 1.55 2000/08/03 03:00:04 mjacob Exp $ */
 /*
  * PCI specific probe and attach routines for Qlogic ISP SCSI adapters.
  * Matthew Jacob (mjacob%nas.nasa.gov@localhost)
@@ -240,8 +240,10 @@
        sizeof (struct isp_pcisoftc), isp_pci_probe, isp_pci_attach
 };
 
+#ifdef DEBUG
 static char *vstring = 
     "Qlogic ISP Driver, NetBSD (pci) Platform Version %d.%d Core Version %d.%d";
+#endif
 
 static int
 isp_pci_probe(parent, match, aux)



Home | Main Index | Thread Index | Old Index