diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-02 10:26:04 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-02 10:26:04 +0000 |
commit | 32f0790dec6eadc4b1cdd1c2ead2f84994d94467 (patch) | |
tree | 2968ac1bbf9653d6768cb5a59740a44f3253110c | |
parent | d7908d6ecd890ef2ac5bf309d9993ff3d55f0f72 (diff) | |
download | drakx-32f0790dec6eadc4b1cdd1c2ead2f84994d94467.tar drakx-32f0790dec6eadc4b1cdd1c2ead2f84994d94467.tar.gz drakx-32f0790dec6eadc4b1cdd1c2ead2f84994d94467.tar.bz2 drakx-32f0790dec6eadc4b1cdd1c2ead2f84994d94467.tar.xz drakx-32f0790dec6eadc4b1cdd1c2ead2f84994d94467.zip |
new pci-ids.h
-rw-r--r-- | mdk-stage1/probing.c | 8 |
1 files 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 |