Changeset 17
- Timestamp:
- Sep 17, 2010, 3:39:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r16 r17 249 249 rsp->DataEnd = (u16) &end_of_data; 250 250 return(STDON); 251 252 } else { 253 /* no adapters found */ 254 cprintf(" No adapters found.\n"); 251 255 } 252 256 253 257 init_fail: 254 258 /* initialization failed; set segment sizes to 0 and return error */ 255 cprintf(exit_msg);256 259 rsp->CodeEnd = 0; 257 260 rsp->DataEnd = 0;
Note:
See TracChangeset
for help on using the changeset viewer.