NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/54560 (PXE netboot regression)



The following reply was made to PR kern/54560; it has been noted by GNATS.

From: manu%netbsd.org@localhost (Emmanuel Dreyfus)
To: gnats-bugs%netbsd.org@localhost, kern-bug-people%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost,
        gnats-admin%netbsd.org@localhost, gson%NetBSD.org@localhost,
        gson%gson.org@localhost (Andreas Gustafsson)
Cc: 
Subject: Re: kern/54560 (PXE netboot regression)
Date: Sun, 22 Sep 2019 16:57:43 +0200

 Hello
 
 Could you try this patch?
 
 Index: sys/arch/i386/stand/pxeboot/Makefile
 ===================================================================
 RCS file: /cvsroot/src/sys/arch/i386/stand/pxeboot/Makefile,v
 retrieving revision 1.26
 diff -U4 -r1.26 Makefile
 --- sys/arch/i386/stand/pxeboot/Makefile        13 Sep 2019 02:19:46 -0000
 1.26
 +++ sys/arch/i386/stand/pxeboot/Makefile        22 Sep 2019 14:56:48 -0000
 @@ -28,8 +28,9 @@
  KERNMISCMAKEFLAGS="LIBKERN_ARCH=i386"
  .endif
  
  CPPFLAGS+= -DSLOW      # for libz
 +CPPFLAGS+= -DNO_MULTIBOOT2     # kern/54560
  
  .if (${BASE} == "pxeboot_ia32")
  # Take config values from patchable header
  CPPFLAGS+= -DSUPPORT_SERIAL=boot_params.bp_consdev
 
 
 
 -- 
 Emmanuel Dreyfus
 http://hcpnet.free.fr/pubz
 manu%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index