summaryrefslogtreecommitdiff
path: root/sys/arch/i386/pci/pci_intr_fixup.c
AgeCommit message (Expand)Author
2006-01-12Fix up interrupt routing on SiS 963.Jonathan Gray
2006-01-01Adjust for renamed VIA VT8233 PCI ID's.Mark Kettenis
2005-11-24add AMD 768 interrupt router PCI id and use the proper id for the AMD 766 chi...Brad Smith
2005-11-23resolve a couple of problems in mpbios-mapped interrupts:Michael Shalayeff
2005-11-21add a handful of Intel PCI interrupt routers to the table.Brad Smith
2005-10-26add vt8233 and vt8235 (at least 8235 verified in docs)Michael Shalayeff
2005-10-26add via 8237 back, works nowHenning Brauer
2005-10-24add Intel 6300ESBBrad Smith
2005-10-24don't touch via 8237 for now, until it is fixed.Henning Brauer
2005-10-20fix a long-standing bug in "preserving" bios mapped irqs.Michael Shalayeff
2005-10-20add 8237 support and repair 8231 that was confused very bad; lots of testing ...Michael Shalayeff
2005-10-17don't say no more if there is no driver for icu; lessen noiseMichael Shalayeff
2005-10-15Tweak names and add entries to the RCC (ServerWorks/Broadcom) PCI ids.Brad Smith
2005-09-27call the init routine for the Intel 82801_FB LPC so that the interruptBob Beck
2005-08-04match on ich7; testing by Mark.Peoples@asu.eduMichael Shalayeff
2005-07-09also match on 82801CA; from mkoc@prime.plMichael Shalayeff
2004-09-26make PCIBIOS_INTR_FIXUP_FORCE into an UKCable flag instead; from Thorsten Gla...Michael Shalayeff
2004-07-14treat via8366 as via586; from rees@Michael Shalayeff
2004-06-22support for rcc osb4 and csb5; tested on quad-zion and another box i haveMichael Shalayeff
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-02-24skip _only_ irq 14 and 15; tested by form@Markus Friedl
2004-02-13avoid routing irqs that we ignore (14 15); from form@Michael Shalayeff
2004-01-02attach on two more ICHsMichael Shalayeff
2004-01-02PCI_PRODUCT_ALI_M1533 should use ali1543_init too. When the PCI id forTodd C. Miller
2003-07-30support for vt8231 from netbsd via pr3362 and tested by matthew.gream@pobox.comMichael Shalayeff
2003-07-15match on ich5 as piix; from couderc@Michael Shalayeff
2003-06-03three four killMichael Shalayeff
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2002-05-30iff pcibios is enabled, record _every_ established pci interruptMichael Shalayeff
2002-05-06drop out of any intr fixup activities if was disabled in the config flagsMichael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-20support amd766 as amd756; from peter@ (pr/1948); tested by Henning Brauer <li...Michael Shalayeff
2001-12-16match piix icu type on 82810ba/m; from netbsdMichael Shalayeff
2001-11-28somebody forgot somethingMichael Shalayeff
2001-11-28revert hardware breakageTodd T. Fries
2001-10-25add an ali1543 and fix amd756 icu driversMichael Shalayeff
2001-05-13left tag uninitted in the good case in the last commit; jason@ pointed it outMichael Shalayeff
2001-05-12A number of buggy BIOS implementations leave the routerMichael Shalayeff
2001-05-12always print the icu we've foundMichael Shalayeff
2001-01-28better messageMichael Shalayeff
2001-01-27change interrupt routing strategy from simpleMichael Shalayeff
2001-01-25put pci_intr_fixup.h into pcibiosvar.h; billions of tiny headers for nothingMichael Shalayeff
2000-11-07AMD750 Athlon chipset support for PCIBIOS_INTR_FIXUP; from minoura@jp.netbsd.orgMichael Shalayeff
2000-10-31rename pcibios.h to pcibiosvar.hTheo de Raadt
2000-10-27and angry dwarfs came on to meMichael Shalayeff
2000-10-26match via82c586 also on other apollo chipsets, such as VT82C585, VT82C596A, V...Michael Shalayeff
2000-09-07do not call pcibios_pir_init() if intr_fixup was disabled; also, sync w/ late...Michael Shalayeff
2000-08-08sync w/ netbsd almost -current code (;Michael Shalayeff
2000-07-06Add ICU 82801AA_LPC (as on the OR840 motherboard).Hakan Olsson
2000-03-28fix netbsd rcsids up.Michael Shalayeff