Changeset 933 for trunk/it87spi.c
- Timestamp:
- 03/13/10 18:28:29 (2 years ago)
- File:
-
- 1 edited
-
trunk/it87spi.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/it87spi.c
r914 r933 82 82 case 0x86: 83 83 case 0x87: 84 msg_pinfo("Found ITE Super I/O, id %04hx\n",84 msg_pinfo("Found ITE Super I/O, id %04hx\n", 85 85 ret.model); 86 86 return ret; … … 171 171 172 172 get_io_perms(); 173 /* Probe for the Super I/O chip and fill global struct superio. */173 /* Probe for the Super I/O chip and fill global struct superio. */ 174 174 probe_superio(); 175 175 ret = it87spi_common_init();
Note: See TracChangeset
for help on using the changeset viewer.
