Ignore:
Timestamp:
Jul 13, 2017, 3:24:38 PM (7 years ago)
Author:
max@…
Message:

start moving the APIC code into the PIC driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/drivers/soclib_bdv.c

    r194 r203  
    184184void __attribute__ ((noinline)) soclib_bdv_cmd( xptr_t th_xp )
    185185{
    186 
    187         x86_panic("myshit!\n");
    188 
    189186        uint32_t   cmd_type;     // IOC_READ / IOC_WRITE / IOC_SYNC_READ
    190187        uint32_t   lba;          // command argument
     
    216213                x86_panic("!IOC_SYNC_READ not supported");
    217214        }
     215
     216        x86_panic("STOP HERE");
    218217}
    219218
    220219void __attribute__ ((noinline)) soclib_bdv_isr( chdev_t * chdev )
    221220{
    222 
    223 }
    224 
     221        x86_panic((char *)__func__);
     222}
     223
Note: See TracChangeset for help on using the changeset viewer.