Magellan Linux

Contents of /trunk/hwinfo/patches/hwinfo-18.5-no-xen.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1477 - (show annotations) (download)
Wed Aug 3 16:21:19 2011 UTC (12 years, 9 months ago) by niro
File size: 405 byte(s)
-added patch to disable xen checks, which segfaults atm
1 diff -Naur hwinfo-18.5/src/hd/pci.c hwinfo-18.5-noxen/src/hd/pci.c
2 --- hwinfo-18.5/src/hd/pci.c 2011-02-16 14:19:01.000000000 +0100
3 +++ hwinfo-18.5-noxen/src/hd/pci.c 2011-08-03 19:49:55.000000000 +0200
4 @@ -87,8 +87,10 @@
5 PROGRESS(4, 0, "vio");
6 hd_read_vio(hd_data);
7
8 +#if 0
9 PROGRESS(5, 0, "xen");
10 hd_read_xen(hd_data);
11 +#endif
12
13 PROGRESS(6, 0, "ps3");
14 hd_read_ps3_system_bus(hd_data);