On 2022/06/30 16:55, Hrvoje Popovski wrote:
> On 30.6.2022. 16:48, Hrvoje Popovski wrote:
> > On 30.6.2022. 15:14, Anton Lindqvist wrote:
> >> On Thu, Jun 30, 2022 at 01:07:46PM +0200, Mark Kettenis wrote:
> >>> Ah right.  Please commit!
> >> Here's the complete diff, ok?
> > 
> > 
> > Hi,
> > 
> > with this diff :
> > 
> > dell r620 - serial console
> > com1 at acpi0 COMA addr 0x2f8/0x8 irq 3: ns16550a, 16 byte fifo
> > com1: console
> > com0 at acpi0 COMB addr 0x3f8/0x8 irq 4: ns16550a, 16 byte fifo
> > 
> > works fast as before with first boot but second boot is slow...
> > 
> > supermicro - ipmi console
> > com0 at acpi0 UAR1 addr 0x3f8/0x8 irq 4: ns16550a, 16 byte fifo
> > com1 at acpi0 UAR2 addr 0x2f8/0x8 irq 3: ns16550a, 16 byte fifo
> > com1: console
> > 
> > is slow as without this diff ..
> > 
> > 
> > i will try on few more machines this diff ...
> > 
> 
> after applying diff i did
> cd /sys/arch/amd64/compile/GENERIC.MP && make -j6 obj && make config &&
> make clean && time make -j6 && make install && reboot
> 
> 
> is this ok?
> 

This is in the bootloader not the kernel - "make obj/make/make install"
in sys/arch/amd64/stand and "installboot"

Reply via email to