#if 0 out the pci device list, not that you could do a lot with it. It

was only looking at old style drivers in the pcidevice_set, which doesn't
exist any more..  Ultimately, the pci and eisa bus drivers will check for
hints for wiring, flags and enable/disable etc as well.
This commit is contained in:
Peter Wemm 1999-04-24 20:20:37 +00:00
parent 96b3554e5c
commit 57a6bf02a3
1 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
** $Id: userconfig.c,v 1.135 1999/04/18 20:15:06 peter Exp $
** $Id: userconfig.c,v 1.136 1999/04/19 19:40:58 peter Exp $
**/
/**
@ -129,7 +129,7 @@
#include <i386/isa/pnp.h>
#endif
#if NPCI > 0
#if NPCI > 0 && 0
#include <pci/pcivar.h>
#endif
@ -569,7 +569,7 @@ getdevs(void)
if (!devinfo(&scratch)) /* get more info on the device */
insdev(&scratch,ap[i].id_enabled?active:inactive);
}
#if NPCI > 0
#if NPCI > 0 && 0
for (i = 0; i < pcidevice_set.ls_length; i++)
{
if (pcidevice_set.ls_items[i])
@ -2517,7 +2517,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: userconfig.c,v 1.135 1999/04/18 20:15:06 peter Exp $
* $Id: userconfig.c,v 1.136 1999/04/19 19:40:58 peter Exp $
*/
#include "scbus.h"