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

John Baldwin jhb at FreeBSD.org
Fri Nov 17 16:41:04 UTC 2006


jhb         2006-11-17 16:41:03 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      intr_machdep.c io_apic.c 
    sys/i386/i386        intr_machdep.c io_apic.c 
  Log:
  Trim some noise from bootverbose:
  - Drop the printf in intr_machdep.c when we assign an interrupt souce to
    a CPU.  Each source already has a more detailed printf.
  - Don't output a line for each ioapic pin showing its initial state, this
    has outlived its usefulness.
  - When an APIC enumerator sets the bus, polarity, or trigger mode of an
    ioapic pin, just return success without printing anything if the new
    value matches the current one.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.26      +1 -5      src/sys/amd64/amd64/intr_machdep.c
  1.26      +13 -10    src/sys/amd64/amd64/io_apic.c
  1.21      +1 -5      src/sys/i386/i386/intr_machdep.c
  1.30      +12 -9     src/sys/i386/i386/io_apic.c


More information about the cvs-all mailing list