CVS commit: src/sys/arch/evbarm/evbarm

2020-12-19 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Dec 19 21:54:00 UTC 2020 Modified Files: src/sys/arch/evbarm/evbarm: autoconf.c Log Message: implement boot -d for arm64. could be done at the end of initarm() except it hangs currently. this gets you a db> prompt before

CVS commit: src/sys/arch/evbarm/evbarm

2017-10-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 23 07:05:23 UTC 2017 Modified Files: src/sys/arch/evbarm/evbarm: autoconf.c Log Message: splserial is an alias for splhigh now. No need to splhigh twice. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/arch/evbarm/evbarm

2017-05-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 28 00:30:49 UTC 2017 Modified Files: src/sys/arch/evbarm/evbarm: autoconf.c Log Message: Don't assume that the root autoconfiguration device is named "mainbus". To generate a diff of this commit: cvs rdiff -u -r1.19

CVS commit: src/sys/arch/evbarm/evbarm

2016-03-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Mar 5 07:33:59 UTC 2016 Modified Files: src/sys/arch/evbarm/evbarm: autoconf.c Log Message: Don't modify command line buffer but create a copy of the root argument. To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/sys/arch/evbarm/evbarm

2014-11-22 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 22 11:10:22 UTC 2014 Modified Files: src/sys/arch/evbarm/evbarm: autoconf.c Log Message: If the boot argument root cannot be parsed as a device name, pass the string untranslated to MI code. Due to limits in the boot

CVS commit: src/sys/arch/evbarm/evbarm

2013-01-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 21 20:20:32 UTC 2013 Modified Files: src/sys/arch/evbarm/evbarm: autoconf.c Log Message: Correct off-by-one in validation of booted partition number. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/arch/evbarm/evbarm

2012-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Dec 2 18:22:45 UTC 2012 Modified Files: src/sys/arch/evbarm/evbarm: autoconf.c Log Message: Add get_device(), set_root_device() to get root device via bootargs. This is same as some other archs. PR#47250. To generate a