diff options
author | Stew Benedict <stewb@mandriva.org> | 2001-10-16 01:21:37 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2001-10-16 01:21:37 +0000 |
commit | a8bfa8dd7fa6c550cac65acc8ed9194b3d091785 (patch) | |
tree | df010ba37febc14fe19f84678d37a0f39cbd677f /mdk-stage1 | |
parent | fb9f1f6ba999a37fba97305f60cc9970fa5ea898 (diff) | |
download | drakx-a8bfa8dd7fa6c550cac65acc8ed9194b3d091785.tar drakx-a8bfa8dd7fa6c550cac65acc8ed9194b3d091785.tar.gz drakx-a8bfa8dd7fa6c550cac65acc8ed9194b3d091785.tar.bz2 drakx-a8bfa8dd7fa6c550cac65acc8ed9194b3d091785.tar.xz drakx-a8bfa8dd7fa6c550cac65acc8ed9194b3d091785.zip |
typo in update kernel by /me
fine-tune sanity_check for ppc
move /dev/nvram from list.ppc to devices.pl
Diffstat (limited to 'mdk-stage1')
-rwxr-xr-x | mdk-stage1/pci-resource/update-pci-ids.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mdk-stage1/pci-resource/update-pci-ids.pl b/mdk-stage1/pci-resource/update-pci-ids.pl index 881752aa6..517f06379 100755 --- a/mdk-stage1/pci-resource/update-pci-ids.pl +++ b/mdk-stage1/pci-resource/update-pci-ids.pl @@ -27,6 +27,10 @@ my %sanity_check = ( network => [ '3c59x', 'eepro100', 'e100', 'tulip', 'via-rhine', 'ne2k-pci', '8139too' ], medias => [ 'aic7xxx', 'advansys', 'sym53c8xx', 'initio' ], ) : + arch() =~ /ppc/ ? + ( network => [ '3c59x', 'eepro100', 'tulip', 'via-rhine', 'ne2k-pci', '8139too' ], + medias => [ 'aic7xxx', 'sym53c8xx', 'initio' ], + ) : ( network => [ '3c59x', 'eepro100', 'e100', 'tulip', 'via-rhine', 'ne2k-pci', '8139too', 'tlan' ], medias => [ 'aic7xxx', 'advansys', 'ncr53c8xx', 'sym53c8xx', 'initio' ], ); |