On Thu, Sep 13, 2007 at 09:58:30PM +0200, Jens Freimann wrote:
I tried lxbios. To me it seems to work fine. Of course when dumping the lbtable it prints "UNKNOWN" for the newly introduced LB_DEVTREE_PTR (0xE) tag.
OK, that should be fixed in lxbios then, I guess.
Add a pointer to the root device to the LinuxBIOS table. Used for example to access the device list from Open Firmware.
Signed-off-by: Jens Freimann jens@freimann.org
Thanks, r500 (with some minor changes).
+/**
- Add pointer to device tree to LinuxBIOS table
- @param head Pointer to lbtable header
Missing @return here, I added a TODO for now.
Uwe.