Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Back out previous. Thanks to cgd for pointing o...



details:   https://anonhg.NetBSD.org/src/rev/ffaf93f31123
branches:  trunk
changeset: 472739:ffaf93f31123
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu May 06 01:10:28 1999 +0000

description:
Back out previous.  Thanks to cgd for pointing out another way to do this.

diffstat:

 sys/dev/pci/pci.c    |  3 +--
 sys/dev/pci/pcivar.h |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 9f00f78260c3 -r ffaf93f31123 sys/dev/pci/pci.c
--- a/sys/dev/pci/pci.c Thu May 06 01:04:48 1999 +0000
+++ b/sys/dev/pci/pci.c Thu May 06 01:10:28 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci.c,v 1.41 1999/05/06 01:01:19 thorpej Exp $ */
+/*     $NetBSD: pci.c,v 1.42 1999/05/06 01:10:28 thorpej Exp $ */
 
 /*
  * Copyright (c) 1995, 1996, 1997, 1998
@@ -178,7 +178,6 @@
                        pa.pa_memt = memt;
                        pa.pa_dmat = sc->sc_dmat;
                        pa.pa_pc = pc;
-                       pa.pa_bus = bus;
                        pa.pa_device = device;
                        pa.pa_function = function;
                        pa.pa_tag = tag;
diff -r 9f00f78260c3 -r ffaf93f31123 sys/dev/pci/pcivar.h
--- a/sys/dev/pci/pcivar.h      Thu May 06 01:04:48 1999 +0000
+++ b/sys/dev/pci/pcivar.h      Thu May 06 01:10:28 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcivar.h,v 1.39 1999/05/06 01:01:19 thorpej Exp $      */
+/*     $NetBSD: pcivar.h,v 1.40 1999/05/06 01:10:28 thorpej Exp $      */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -86,7 +86,6 @@
        pci_chipset_tag_t pa_pc;
        int             pa_flags;       /* flags; see below */
 
-       u_int           pa_bus;
        u_int           pa_device;
        u_int           pa_function;
        pcitag_t        pa_tag;



Home | Main Index | Thread Index | Old Index