Subversion Repositories HelenOS-historic

Rev

Rev 68 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68 Rev 72
Line 287... Line 287...
287
 
287
 
288
void ct_bus_entry(struct __bus_entry *bus)
288
void ct_bus_entry(struct __bus_entry *bus)
289
{
289
{
290
#ifdef MPSCT_VERBOSE
290
#ifdef MPSCT_VERBOSE
291
    char buf[7];
291
    char buf[7];
292
    memcopy((__address) bus->bus_type, (__address) buf,6);
292
    memcopy((__address) bus->bus_type, (__address) buf, 6);
293
    buf[6] = 0;
293
    buf[6] = 0;
294
    printf("bus%d: %s\n", bus->bus_id, buf);
294
    printf("bus%d: %s\n", bus->bus_id, buf);
295
#endif
295
#endif
296
}
296
}
297
 
297