diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-04-29 10:55:04 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-04-29 10:55:04 +0000 |
commit | fb323e3ec7ac1137c9049b4ecfebb679c7db91c5 (patch) | |
tree | f50c5d302277093da07554c69214a64b02a6c5ab | |
parent | 0939cae9aec13338fc1a31e5d0dcb2a541103c4f (diff) | |
download | drakx-backup-do-not-use-fb323e3ec7ac1137c9049b4ecfebb679c7db91c5.tar drakx-backup-do-not-use-fb323e3ec7ac1137c9049b4ecfebb679c7db91c5.tar.gz drakx-backup-do-not-use-fb323e3ec7ac1137c9049b4ecfebb679c7db91c5.tar.bz2 drakx-backup-do-not-use-fb323e3ec7ac1137c9049b4ecfebb679c7db91c5.tar.xz drakx-backup-do-not-use-fb323e3ec7ac1137c9049b4ecfebb679c7db91c5.zip |
detect tokenring and wireless cards in stage1
-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 5a7779a10..01839dcf2 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', + network => 'network/main|gigabit|tokenring|wireless', medias => 'disk/scsi|hardware_raid|sata', ); |