summaryrefslogtreecommitdiff
path: root/sys/arch/i386/pci
AgeCommit message (Expand)Author
2005-11-23resolve a couple of problems in mpbios-mapped interrupts:Michael Shalayeff
2005-11-22repair verbose printfsMichael Shalayeff
2005-11-21add a handful of Intel PCI interrupt routers to the table.Brad Smith
2005-11-19Remove superfluous statement-ending semi-colons. i.e., "return foo;;" shouldAaron Campbell
2005-11-13convert more MD macros to their MI counterparts, this timeMartin Reindl
2005-11-10only 4 bits of an irq number are valid to set (just in case)Michael Shalayeff
2005-10-27repair ops. looking at the doc i suppose had no doc and no good clue when wro...Michael Shalayeff
2005-10-27ironically everything past 8231 has 8 pci lines (we assume)Michael Shalayeff
2005-10-27apparently 8235 has 8 pci lines too (ommited from the docs); tested by jolan@Michael Shalayeff
2005-10-26add vt8233 and vt8235 (at least 8235 verified in docs)Michael Shalayeff
2005-10-26reverse 8237 check to only match 8237Michael Shalayeff
2005-10-26add via 8237 back, works nowHenning Brauer
2005-10-26in set_trigger only touch triggers not whole routing crapMichael Shalayeff
2005-10-26fix 8237 trigger maskMichael Shalayeff
2005-10-26typoMichael Shalayeff
2005-10-24add Intel 6300ESBBrad Smith
2005-10-24don't touch via 8237 for now, until it is fixed.Henning Brauer
2005-10-21amd elan is not a pentium, it's i486, so don't touch pentium_mhzAlexander Yurchenko
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-28rev 1.46Brad Smith
2005-07-28rev 1.32Brad Smith
2005-07-25ichpcib(4) support for 82801FB (ICH6) as found in marco@'s Dell d810.Jonathan Gray
2005-07-09also match on 82801CA; from mkoc@prime.plMichael Shalayeff
2005-06-27rev 1.41Brad Smith
2005-06-14back out SMM lockdown patch until some other solution is found.Theo de Raadt
2005-05-29Lock SMM space on Intel E7xxx chipsets, too.Alexander Yurchenko
2005-05-29Remove debug printf I left.Alexander Yurchenko
2005-05-19Lock down SMM space on i82810 MCH and later chips in case BIOSAlexander Yurchenko
2005-03-09access to the configuration address register of the 82443BX host bridge needsHans-Joerg Hoexer
2005-01-13HTML page does not seem to exist anymore so point to the PDF for now.Brad Smith
2005-01-12Intel 82443BX DRAM address errata seems to be fixed in the latest revisionsAlexander Yurchenko
2005-01-08replace magic numbers w/ a proper sizeof; from peter@Michael Shalayeff
2005-01-07rev 1.26Brad Smith
2005-01-04silence real gcc 3.3.5Marc Espie
2004-12-23Allow an i386 MP kernel to build without pcibios. miod@ okAaron Campbell
2004-11-23Use pci_matchbyid() for matching crazy VIA power management controllersAlexander Yurchenko
2004-10-05Support for 6300ESB (timecounter, not SpeedStep of course).Alexander Yurchenko
2004-10-05Includes nit.Alexander Yurchenko
2004-10-05- check if pm space is enabledAlexander Yurchenko
2004-10-03Kill <sys/types.h>Alexander Yurchenko
2004-09-26make PCIBIOS_INTR_FIXUP_FORCE into an UKCable flag instead; from Thorsten Gla...Michael Shalayeff
2004-09-26Minor tweaks to unify with other timecounters.Alexander Yurchenko
2004-09-25Timecounter support for Intel ICH chips, not enabledAlexander Yurchenko
2004-09-15gscpm(4) -- National Semiconductor Geode SC1100 SMI/ACPI module driver.Alexander Yurchenko
2004-08-09rev not rev.Theo de Raadt