From a8bfa8dd7fa6c550cac65acc8ed9194b3d091785 Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Tue, 16 Oct 2001 01:21:37 +0000 Subject: typo in update kernel by /me fine-tune sanity_check for ppc move /dev/nvram from list.ppc to devices.pl --- mdk-stage1/pci-resource/update-pci-ids.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mdk-stage1/pci-resource') 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' ], ); -- cgit v1.2.1