summaryrefslogtreecommitdiff
path: root/sys/arch/i386/pci/pchb.c
AgeCommit message (Expand)Author
2008-07-07Add AGP and hostbridge support for the Intel 82945GME chipset.Bernd Ahlers
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-25Support the Intel G35 which apparently works similarly to the 965.Owain Ainsworth
2008-06-05Allow pchb(4) to find additional non-coherent HyperTransport linksBrad Smith
2008-04-28Sync PCI ids.Brad Smith
2008-03-23Add AGP support for the Intel G33 chipset.Damien Bergamini
2008-03-16Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimesOwain Ainsworth
2008-01-04Clean up Intel host bridge PCI IDs.Mark Kettenis
2007-12-18Remove bogus #ifdef __i386__, such that we properly initialize the bus numberMark Kettenis
2007-12-01Don't double attach serverworks subsidiary pci busses, introduced byTheo de Raadt
2007-11-29repair case of agp & subsidiary busses; ok kettenisTheo de Raadt
2007-11-27Unify amd64 and i386 code further; ok oga kettenisTheo de Raadt
2007-11-26First step towards unifying pchb between i386 and amd64Theo de Raadt
2007-11-26correct newlines surrounding the sub-bus configuration, and unifyTheo de Raadt
2007-11-26fix new agp code on amd64Reyk Floeter
2007-11-25Make agp attach as a device. This means that many more agp bridgesOwain Ainsworth
2007-11-16Remove microtime calls and RNG benchmarking from the pchb attachmentMike Belopuhov
2007-06-01Revert INTEL_82915GM part of tedu's commit as it hung my T43Bjorn Sandell
2007-05-31some more pchb that have rnd powers, IDs from NetBSDTed Unangst
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-09-19ansi/deregisterJonathan Gray
2006-03-13* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set toBrad Smith
2006-02-14Find additional noncoherent HyperTransport links by looking at theMark Kettenis
2005-12-29remove bad newline for the secondary PCI bus with the 82450KX/GX chipsetBrad 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
2004-11-23Use pci_matchbyid() for matching crazy VIA power management controllersAlexander Yurchenko
2003-11-07update the ref to fips; from jared yanovichMichael Shalayeff
2003-10-05do not panic if microtime does not work to measure rng performance; from andr...Michael Shalayeff
2003-06-03three four killMichael Shalayeff
2003-01-08do not match on via866 smbus controller; reported and tested by grange@Michael Shalayeff
2002-09-23For serverworks chipsets: instead of trying to prevent attaching the same busNathan Binkert
2002-08-22match more serverworks "double bridges", based on discussions with nate andTheo de Raadt
2002-07-12support for the agp gart on various agp chipsets.Michael Shalayeff
2002-06-12pci revision is in the class field, not the id (some ppl just refuse to follo...Michael Shalayeff
2002-05-10on ServerWorks CNB20HE Host:Michael Shalayeff
2002-05-06Try to deal with the pci shadow bus issue by disabling a specific chipNathan Binkert
2002-04-28Machines with the Serverworks CNB20HE chipset also have a CIOB20 i/o bridge.Nathan Binkert
2002-04-24be much more picky about which RCC products are multi-bridgesTheo de Raadt
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-31man says bus_space_map() returns non-zero, not negative on failureMichael Shalayeff
2001-01-22this should make i850 and i860 hubs do RNGTheo de Raadt
2000-12-29kiss in the rng; all those evil voices kept me pushing for it...Michael Shalayeff
2000-12-25always read new byte from rng, then decide wheather to start a new cycleMichael Shalayeff
2000-11-08Don't busy-wait for random data.Artur Grabowski