Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi Another part of the PCI fixup change.



details:   https://anonhg.NetBSD.org/src/rev/b091b3a1fd57
branches:  trunk
changeset: 534536:b091b3a1fd57
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon Jul 29 03:25:18 2002 +0000

description:
Another part of the PCI fixup change.

diffstat:

 sys/dev/acpi/acpivar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0be49352e88d -r b091b3a1fd57 sys/dev/acpi/acpivar.h
--- a/sys/dev/acpi/acpivar.h    Mon Jul 29 03:24:47 2002 +0000
+++ b/sys/dev/acpi/acpivar.h    Mon Jul 29 03:25:18 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpivar.h,v 1.5 2002/06/18 08:09:22 tshiozak Exp $     */
+/*     $NetBSD: acpivar.h,v 1.6 2002/07/29 03:25:18 augustss Exp $     */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -107,6 +107,7 @@
        bus_space_tag_t sc_memt;        /* PCI MEM space tag */
        pci_chipset_tag_t sc_pc;        /* PCI chipset tag */
        int sc_pciflags;                /* PCI bus flags */
+       int sc_pci_bus;                 /* internal PCI fixup */
 
        void *sc_sdhook;                /* shutdown hook */
 



Home | Main Index | Thread Index | Old Index