Magellan Linux

Diff of /alx-src/trunk/alxinstall-ng/functions/hwdetection.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6829 by niro, Thu Jul 23 08:47:44 2015 UTC revision 6830 by niro, Thu Jul 23 11:51:38 2015 UTC
# Line 53  get_hwinfo() Line 53  get_hwinfo()
53   done <<< "${all}"   done <<< "${all}"
54  }  }
55    
   
56  # special memory case  # special memory case
57  get_hwinfo_memory()  get_hwinfo_memory()
58  {  {
# Line 61  get_hwinfo_memory() Line 60  get_hwinfo_memory()
60   echo "${memory}"   echo "${memory}"
61  }  }
62    
   
63  # special smp case  # special smp case
64  get_hwinfo_smp()  get_hwinfo_smp()
65  {  {
# Line 69  get_hwinfo_smp() Line 67  get_hwinfo_smp()
67   echo "${smp}"   echo "${smp}"
68  }  }
69    
   
70  # get_driver_modules $hw_item  # get_driver_modules $hw_item
71  get_driver_modules()  get_driver_modules()
72  {  {

Legend:
Removed from v.6829  
changed lines
  Added in v.6830