Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 1995 23:33:08 -0700
From:      Steven Wallace <swallace@ece.uci.edu>
To:        bugs@freebsd.org
Subject:   pci bus
Message-ID:  <199509200633.XAA25492@newport.ece.uci.edu>

next in thread | raw e-mail | index | archive | help

The pci bus is not being probed in -current.  It does not even
get to "Probing for devices on the PCI bus", so I wonder if
pci_maxdevice is being set correctly in pci_configure():

        while (!pci_maxdevice && (pcibus = *pbp++)) {
                (*pcibus->pb_setup)();
        }





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509200633.XAA25492>