diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-07-18 11:52:30 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-07-18 11:52:30 +0000 |
commit | 2acc08f2ecc0dfdc88ccd25e804d44299e378b2d (patch) | |
tree | fe587f4afd048a26a7cf887fe7a30e608cabeeea | |
parent | 190c266aa83c8733f7928bf0485fd7510d28a1ca (diff) | |
download | drakx-2acc08f2ecc0dfdc88ccd25e804d44299e378b2d.tar drakx-2acc08f2ecc0dfdc88ccd25e804d44299e378b2d.tar.gz drakx-2acc08f2ecc0dfdc88ccd25e804d44299e378b2d.tar.bz2 drakx-2acc08f2ecc0dfdc88ccd25e804d44299e378b2d.tar.xz drakx-2acc08f2ecc0dfdc88ccd25e804d44299e378b2d.zip |
add pcmcia network card ids in the pci table, so that cardbus card get a chance to be automatically loaded
-rwxr-xr-x | mdk-stage1/pci-resource/update-pci-ids.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/pci-resource/update-pci-ids.pl b/mdk-stage1/pci-resource/update-pci-ids.pl index 01839dcf2..021757fc4 100755 --- a/mdk-stage1/pci-resource/update-pci-ids.pl +++ b/mdk-stage1/pci-resource/update-pci-ids.pl @@ -28,7 +28,7 @@ struct pci_module_map_full { '; my %t = ( - network => 'network/main|gigabit|tokenring|wireless', + network => 'network/main|gigabit|tokenring|wireless|pcmcia', medias => 'disk/scsi|hardware_raid|sata', ); |