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

John Baldwin jhb at FreeBSD.org
Wed Nov 5 08:18:09 PST 2003


jhb         2003/11/05 08:18:06 PST

  FreeBSD src repository

  Modified files:
    sys/i386/i386        io_apic.c 
  Log:
  - Adjust some of the bitfields in the ioapic_intsrc struct to be unsigned
    rather than signed.  This fixes some cosmetics such as verbose printf's
    for IRQs greater than 127.
  - The calculation for next_ioapic_base was also adjusted so that it will
    only complain once for each hole in the IRQs provided by ACPI for IO
    APICs.
  
  Reported by:    Michal Mertl <mime at traveller.cz>
  
  Revision  Changes    Path
  1.3       +18 -18    src/sys/i386/i386/io_apic.c


More information about the cvs-src mailing list