summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/pci/pchb.c
AgeCommit message (Expand)Author
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-31pchbactivate should return result of config_activate_childrenTheo de Raadt
2010-08-07On resume, re-activate the host RNG on the host bridges that need it.Theo de Raadt
2010-06-24The new AMD Opteron CPUs have up to 4 HyperTransport links instead of 3.Mark Kettenis
2010-04-02For the VT8251 host bridge, only attach the pci bus is non-zero, otherwiseMark Kettenis
2010-02-09Switching the strange VIA VT8251 PCIE host bridge into a PCI-PCI bridgeMark Kettenis
2009-11-23pchb must walk children tooTheo de Raadt
2009-09-18For some dark reason there's a bit on the VLINK device of this chipsetMark Kettenis
2009-04-11There is no support for building multi-socket machines in AMD Family 11hMark Kettenis
2009-03-31bzero pci attach argsMark Kettenis
2008-11-09Rework that way that agp attaches.Owain Ainsworth
2008-09-26Attach agp(4) to the Intel Q35 integrated video.Mike Belopuhov
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-18pass pci domain to the child too, 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-07-04fix dmesg formatting error when hardware random number generator is presentChris Kuethe
2007-06-03if the 915gm didn't work on i386, it's worrisome here too. remove it.Ted Unangst
2007-06-01never attempt to tweak a file just before commitTed Unangst
2007-05-31intel pchb rnd support, from i386Ted Unangst
2007-05-19(disabled) option for PCIAGP. at least lets i945 chipsets workTed Unangst
2007-01-15ansi/deregisterJonathan Gray
2006-03-13* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set toBrad Smith
2006-02-12Find additional noncoherent HyperTransport links by looking at theMark Kettenis
2004-06-14de-__PTheo de Raadt
2004-01-28an amd64 arch support.Michael Shalayeff