Ignore:
Timestamp:
2009-08-20T20:03:41Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bc7d44c
Parents:
e731b0d
Message:

prepare outdev_t devices (particularly stdout) to work as repreaters
stop messing with the stdout pointer directly, use stdout_wire() instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/drivers/sgcn.c

    re731b0d rb9c7425  
    380380        sysinfo_set_item_val("fb.kind", NULL, 4);
    381381
    382         outdev_initialize("sgcnout", &sgcnout, &sgcnout_ops);   
    383         stdout = &sgcnout;
     382        outdev_initialize("sgcnout", &sgcnout, &sgcnout_ops);
     383        stdout_wire(&sgcnout);
    384384}
    385385
Note: See TracChangeset for help on using the changeset viewer.