cvs commit: src/sys/i386/pci pci_pir.c

John Baldwin jhb at FreeBSD.org
Wed Jul 13 15:41:17 GMT 2005


jhb         2005-07-13 15:41:16 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/pci         pci_pir.c 
  Log:
  - Ignore BIOS IRQs (that is, IRQ settings left by the BIOS or a previous OS
    in the PCI config registers) that are > 15 as $PIR can only route PCI
    interrupts to ISA IRQs which are limited to the 0 to 15 range.
  - Remove an extra word from a printf.
  
  Reported by:    othermark atkin901 at yahoo dot com
  MFC after:      3 days
  
  Revision  Changes    Path
  1.118     +10 -1     src/sys/i386/pci/pci_pir.c


More information about the cvs-src mailing list