CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2019/01/07 16:44:11

Modified files:
        sys/arch/i386/pci: pci_machdep.c 

Log message:
Extents code has its own set of flags and does not use malloc's.
The code in pci_init_extents() accidently passed M_NOWAIT which is
EX_FAST and does no harm.  Replace it with EX_NOWAIT.
from Christian Ludwig; OK kettenis@

Reply via email to