summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/pci-resource/update-pci-ids.pl
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2001-10-16 01:21:37 +0000
committerStew Benedict <stewb@mandriva.org>2001-10-16 01:21:37 +0000
commita8bfa8dd7fa6c550cac65acc8ed9194b3d091785 (patch)
treedf010ba37febc14fe19f84678d37a0f39cbd677f /mdk-stage1/pci-resource/update-pci-ids.pl
parentfb9f1f6ba999a37fba97305f60cc9970fa5ea898 (diff)
downloaddrakx-backup-do-not-use-a8bfa8dd7fa6c550cac65acc8ed9194b3d091785.tar
drakx-backup-do-not-use-a8bfa8dd7fa6c550cac65acc8ed9194b3d091785.tar.gz
drakx-backup-do-not-use-a8bfa8dd7fa6c550cac65acc8ed9194b3d091785.tar.bz2
drakx-backup-do-not-use-a8bfa8dd7fa6c550cac65acc8ed9194b3d091785.tar.xz
drakx-backup-do-not-use-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/pci-resource/update-pci-ids.pl')
-rwxr-xr-xmdk-stage1/pci-resource/update-pci-ids.pl4
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' ],
);