cvs commit: src/sys/i386/i386 bios.c

John Baldwin jhb at FreeBSD.org
Mon Nov 3 14:22:05 PST 2003


jhb         2003/11/03 14:22:05 PST

  FreeBSD src repository

  Modified files:
    sys/i386/i386        bios.c 
  Log:
  Don't probe PnP BIOS devices for PICs for now to avoid problems with those
  devices claiming resources that they don't actually use.  The PIC drivers
  only register valid interrupt sources, so we don't need to rely on these
  drivers to claim invalid IRQs to prevent their use by other drivers.
  
  Revision  Changes    Path
  1.64      +3 -9      src/sys/i386/i386/bios.c


More information about the cvs-src mailing list