summaryrefslogtreecommitdiff
path: root/sys/arch/i386/pci/pci_intr_fixup.c
AgeCommit message (Expand)Author
2008-12-07Make acpiprt(4) check whether the current interrupt routing is "possible" andMark Kettenis
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-17attach to the via vt8237s found on the hp 2133 mini-notejoshua stein
2007-10-17Add the Intel ICH9 chipset.Brad Smith
2007-09-07Use M_ZERO in a few more places to shave bytes from the kernel.Artur Grabowski
2007-07-07Match VIA VT8237A; from "Christoph Egger" <Christoph_Egger@gmx.de>.Alexander Yurchenko
2006-09-19ansi/deregisterJonathan Gray
2006-08-06add the Intel 82801GHM LPC and 6321ESB LPCBrad Smith
2006-08-06add the Intel 82801DBM LPC.Brad Smith
2006-03-07- Use the correct initialization routine for the VIA VT8233 chipsetBrad Smith
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