Changeset 210
- Timestamp:
- Jul 17, 2017, 1:16:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/drivers/soclib_bdv.c
r203 r210 105 105 /* wait for the drive to signal that it's ready */ 106 106 if (ata_wait() == -1) 107 return -1;107 x86_panic("ata_wait"); 108 108 109 109 for (idx = 0; idx < 256 * count; idx++) { … … 123 123 /* wait for the drive to signal that it's ready */ 124 124 if (ata_wait() == -1) 125 return -1;125 x86_panic("ata_wait"); 126 126 127 127 for (idx = 0; idx < 256 * count; idx++) { … … 176 176 /* -------------------------------------------------------------------------- */ 177 177 178 179 178 void soclib_bdv_init( chdev_t * chdev ) 180 179 { … … 213 212 x86_panic("!IOC_SYNC_READ not supported"); 214 213 } 215 216 x86_panic("STOP HERE");217 214 } 218 215
Note: See TracChangeset
for help on using the changeset viewer.