DragonFly BSD
 

Issue1044

Title bios0sio
Priority feature Status resolved
Superseder Nosy List mneumann
Assigned To Topics

Created on 2008-07-04.20:22:02 by mneumann, last changed 2008-08-20.07:26:40 by matthias.

Files
File name Uploaded Type Edit Remove
boot0sio.patch mneumann, 2008-07-04.20:22:02 text/x-patch
Messages
msg5291 (view) Author: matthias Date: 2008-08-20.07:26:40
Close, patch committed by mneumann@
msg4839 (view) Author: mneumann Date: 2008-07-04.20:29:00
Arg, "should NOT".
msg4838 (view) Author: mneumann Date: 2008-07-04.20:29:00
Btw, the patch should change the sha1 sum of the generated binary when 
compiled without -DSIO, so I think it's safe to commit.

dragon# sha1 boot0 boot0.old
SHA1 (boot0) = 7739a4c6e4c512a88826e0c8e818e04dc5012f4f
SHA1 (boot0.old) = 7739a4c6e4c512a88826e0c8e818e04dc5012f4f

Regards,

   Michael
msg4837 (view) Author: mneumann Date: 2008-07-04.20:22:02
Hi,

While trying to get DragonFly running on my pcengines router box (an AMD
geode Soekris-like box) I noticed that DragonFly's boot0 loader doesn't
support a COM console. The patch below adds support from FreeBSD.

If no one objects, I'd like to commit it.

Regards,

   Michael
History
Date User Action Args
2008-08-20 07:26:40matthiassetpriority: feature
status: chatting -> resolved
messages: + msg5291
2008-07-04 20:29:00mneumannsetmessages: + msg4839
2008-07-04 20:29:00mneumannsetstatus: unread -> chatting
messages: + msg4838
2008-07-04 20:22:02mneumanncreate