Module Name:    src
Committed By:   matt
Date:           Thu Jan 21 08:08:41 UTC 2010

Modified Files:
        src/sys/arch/mips/sibyte/pci [matt-nb5-mips64]: sbbrz.c

Log Message:
Don't forget to init pba_bridgetag


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/mips/sibyte/pci/sbbrz.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/sibyte/pci/sbbrz.c
diff -u src/sys/arch/mips/sibyte/pci/sbbrz.c:1.1.2.3 src/sys/arch/mips/sibyte/pci/sbbrz.c:1.1.2.4
--- src/sys/arch/mips/sibyte/pci/sbbrz.c:1.1.2.3	Thu Jan 21 08:00:23 2010
+++ src/sys/arch/mips/sibyte/pci/sbbrz.c	Thu Jan 21 08:08:41 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: sbbrz.c,v 1.1.2.3 2010/01/21 08:00:23 matt Exp $ */
+/* $NetBSD: sbbrz.c,v 1.1.2.4 2010/01/21 08:08:41 matt Exp $ */
 
 /*
  * Copyright 2000, 2001
@@ -197,6 +197,7 @@
 	pba.pba_dmat = sc->sc_dmat32;
 	pba.pba_pc = &sc->sc_pc;
 	pba.pba_bus = 0;
+	pba.pba_bridgetag = NULL;
 	pba.pba_flags = PCI_FLAGS_IO_ENABLED | PCI_FLAGS_MEM_ENABLED |
 	    PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;
 	config_found(self, &pba, sbbrz_print);

Reply via email to