summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/pci-resource/update-pci-ids.pl
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-07-18 11:52:30 +0000
committerOlivier Blin <oblin@mandriva.org>2005-07-18 11:52:30 +0000
commit2acc08f2ecc0dfdc88ccd25e804d44299e378b2d (patch)
treefe587f4afd048a26a7cf887fe7a30e608cabeeea /mdk-stage1/pci-resource/update-pci-ids.pl
parent190c266aa83c8733f7928bf0485fd7510d28a1ca (diff)
downloaddrakx-backup-do-not-use-2acc08f2ecc0dfdc88ccd25e804d44299e378b2d.tar
drakx-backup-do-not-use-2acc08f2ecc0dfdc88ccd25e804d44299e378b2d.tar.gz
drakx-backup-do-not-use-2acc08f2ecc0dfdc88ccd25e804d44299e378b2d.tar.bz2
drakx-backup-do-not-use-2acc08f2ecc0dfdc88ccd25e804d44299e378b2d.tar.xz
drakx-backup-do-not-use-2acc08f2ecc0dfdc88ccd25e804d44299e378b2d.zip
add pcmcia network card ids in the pci table, so that cardbus card get a chance to be automatically loaded
Diffstat (limited to 'mdk-stage1/pci-resource/update-pci-ids.pl')
-rwxr-xr-xmdk-stage1/pci-resource/update-pci-ids.pl2
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',
);