Changeset 203 for trunk/hal/x86_64/drivers/soclib_bdv.c
- Timestamp:
- Jul 13, 2017, 3:24:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/drivers/soclib_bdv.c
r194 r203 184 184 void __attribute__ ((noinline)) soclib_bdv_cmd( xptr_t th_xp ) 185 185 { 186 187 x86_panic("myshit!\n");188 189 186 uint32_t cmd_type; // IOC_READ / IOC_WRITE / IOC_SYNC_READ 190 187 uint32_t lba; // command argument … … 216 213 x86_panic("!IOC_SYNC_READ not supported"); 217 214 } 215 216 x86_panic("STOP HERE"); 218 217 } 219 218 220 219 void __attribute__ ((noinline)) soclib_bdv_isr( chdev_t * chdev ) 221 220 { 222 223 } 224 221 x86_panic((char *)__func__); 222 } 223
Note: See TracChangeset
for help on using the changeset viewer.