From 32f0790dec6eadc4b1cdd1c2ead2f84994d94467 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 2 Oct 2001 10:26:04 +0000 Subject: new pci-ids.h --- mdk-stage1/probing.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index 2e9c1d0de..664ab159f 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -141,15 +141,15 @@ static void probe_that_type(enum driver_type type) switch (type) { #ifndef DISABLE_MEDIAS case SCSI_ADAPTERS: - pcidb = scsi_pci_ids; - len = scsi_num_ids; + pcidb = medias_pci_ids; + len = medias_num_ids; break; #endif #ifndef DISABLE_NETWORK #ifndef DISABLE_PCINET case NETWORK_DEVICES: - pcidb = eth_pci_ids; - len = eth_num_ids; + pcidb = network_pci_ids; + len = network_num_ids; break; #endif #endif -- cgit v1.2.1