Changeset 933 for trunk/internal.c
- Timestamp:
- 03/13/10 18:28:29 (2 years ago)
- File:
-
- 1 edited
-
trunk/internal.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/internal.c
r919 r933 106 106 { 107 107 superio = probe_superio_ite(); 108 #if 0 /* Winbond SuperI/O code is not yet available. */ 108 #if 0 109 /* Winbond Super I/O code is not yet available. */ 109 110 if (superio.vendor == SUPERIO_VENDOR_NONE) 110 111 superio = probe_superio_winbond(); … … 151 152 dmi_init(); 152 153 153 /* Probe for the Super I/O chip and fill global struct superio. */154 /* Probe for the Super I/O chip and fill global struct superio. */ 154 155 probe_superio(); 155 156 156 /* Warn if a laptop is detected */157 /* Warn if a laptop is detected. */ 157 158 if (is_laptop) 158 159 printf("========================================================================\n" … … 160 161 "Laptops, notebooks and netbooks are difficult to support and we recommend\n" 161 162 "to use the vendor flashing utility. The embedded controller (EC) in these\n" 162 "machines often interacts badly with flashing \n"163 "See http://www.flashrom.org/Laptops \n"163 "machines often interacts badly with flashing.\n" 164 "See http://www.flashrom.org/Laptops for details.\n" 164 165 "========================================================================\n"); 165 166
Note: See TracChangeset
for help on using the changeset viewer.
