From 73ea4e24fcf8829d802e5db87395759f5e726471 Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Wed, 23 Feb 2005 13:38:39 +0000 Subject: XBox support - XFdrake --- perl-install/detect_devices.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perl-install/detect_devices.pm') diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index dd5d4a798..2528256b4 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -784,10 +784,6 @@ sub get_mac_generation() { cat_('/proc/cpuinfo') =~ /^pmac-generation\s*:\s*(.*)/m ? $1 : "Unknown Generation"; } -sub is_xbox() { - any { $_->{vendor} == 0x10de && $_->{id} == 0x02a5 } detect_devices::pci_probe(); -} - sub hasSMP() { return if $::testing; c::detectSMP() || any { /\bProcessor #(\d+)\s+(\S*)/ && $1 > 0 && $2 ne 'invalid' } syslog(); -- cgit v1.2.1