cvs commit: src/sys/dev/acpica acpivar.h src/sys/amd64/acpica madt.c src/sys/i386/acpica madt.c

John Baldwin jhb at FreeBSD.org
Tue Feb 22 21:52:52 GMT 2005


jhb         2005-02-22 21:52:52 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpivar.h 
    sys/amd64/acpica     madt.c 
    sys/i386/acpica      madt.c 
  Log:
  - Add a new quirk to indicate that pin 0 of the first I/O APIC is really
    IRQ 0 and not an ExtINT pin.  The MADT enumerators ignore the PC-AT flag
    and ignore overrides that map IRQ 0 to pin 2 when this quirk is present.
  - Add a block comment above the quirks to document each quirk so that we
    can use more verbose descriptions quirks.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.15      +8 -2      src/sys/amd64/acpica/madt.c
  1.87      +12 -3     src/sys/dev/acpica/acpivar.h
  1.18      +8 -2      src/sys/i386/acpica/madt.c


More information about the cvs-all mailing list