diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-12 10:37:06 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-12 10:37:06 +0000 |
commit | 3323b074473bfa461751b5c5ee8b6072cbe3aa24 (patch) | |
tree | 7219b7afe2b213857817fb712831260a1c749e39 | |
parent | f7d5cdb98c36432aba4018b0e1fd9f1c504990db (diff) | |
download | drakx-3323b074473bfa461751b5c5ee8b6072cbe3aa24.tar drakx-3323b074473bfa461751b5c5ee8b6072cbe3aa24.tar.gz drakx-3323b074473bfa461751b5c5ee8b6072cbe3aa24.tar.bz2 drakx-3323b074473bfa461751b5c5ee8b6072cbe3aa24.tar.xz drakx-3323b074473bfa461751b5c5ee8b6072cbe3aa24.zip |
death to tokenring!
-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 c6653a735..442463de0 100755 --- a/mdk-stage1/pci-resource/update-pci-ids.pl +++ b/mdk-stage1/pci-resource/update-pci-ids.pl @@ -6,7 +6,7 @@ use MDK::Common; my %t = ( - network => 'network/main|gigabit|tokenring|wireless|pcmcia', + network => 'network/main|gigabit|wireless|pcmcia', medias_ide => 'disk/ide', medias_other => 'disk/scsi|hardware_raid|sata bus/firewire', ); |