Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Remove warning about PCI bus configuration being ...



details:   https://anonhg.NetBSD.org/src/rev/29e28cea2401
branches:  trunk
changeset: 534604:29e28cea2401
user:      augustss <augustss%NetBSD.org@localhost>
date:      Tue Jul 30 15:01:15 2002 +0000

description:
Remove warning about PCI bus configuration being broken since it
works now.

diffstat:

 sys/dev/ic/cpc700.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 82a3597eb246 -r 29e28cea2401 sys/dev/ic/cpc700.c
--- a/sys/dev/ic/cpc700.c       Tue Jul 30 15:00:03 2002 +0000
+++ b/sys/dev/ic/cpc700.c       Tue Jul 30 15:01:15 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpc700.c,v 1.2 2002/06/13 15:27:23 augustss Exp $      */
+/*     $NetBSD: cpc700.c,v 1.3 2002/07/30 15:01:15 augustss Exp $      */
 
 /*
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -201,7 +201,6 @@
        memext = extent_create("pcimem", CPC_PCI_MEM_BASE, CPC_PCI_MEM_END,
            M_DEVBUF, NULL, 0, EX_NOWAIT);
 
-       printf("WARNING: PCI_NETBSD_CONFIGURE is broken\n");
        pci_configure_bus(0, ioext, memext, NULL, 0, 32);
 
        extent_destroy(ioext);



Home | Main Index | Thread Index | Old Index