summaryrefslogtreecommitdiff
path: root/sys/arch/i386/pci
AgeCommit message (Expand)Author
2009-01-27Switch the amd64 PCI_CONF_LOCK from being a simplelock and splhigh to aOwain Ainsworth
2009-01-14int cpuspeed is global. ok markus@Alexander Yurchenko
2009-01-13Trivial lvalue abuse fixes, no binary changes.Alexander Yurchenko
2009-01-04Add support for CS5535 IDE adapted from the gcscide code in NetBSDJonathan Gray
2008-12-28Remove confusion between "raw" and "swizzled" interrupt pins. Remove someMark Kettenis
2008-12-07Make acpiprt(4) check whether the current interrupt routing is "possible" andMark Kettenis
2008-12-06revert all changes related to the mpsafe intr handler. i screwed up the commitTed Unangst
2008-12-06some more trouble where i failed to account for oga's diffTed Unangst
2008-12-03Remove the x86 and i386 prefixes to the bus_dma types. It's really quiteOwain Ainsworth
2008-11-09Rework that way that agp attaches.Owain Ainsworth
2008-10-25audio(9) says low level drivers are allowed to change the requestedJacob Meuser
2008-09-26Attach agp(4) to the Intel Q35 integrated video.Mike Belopuhov
2008-09-19AES with keysize != 128 bit is not supported in hardware, so we needMarkus Friedl
2008-07-09Simplify the match function a bit by just returning the result fromBrad Smith
2008-07-07Add AGP and hostbridge support for the Intel 82945GME chipset.Bernd Ahlers
2008-06-27More removal of clauses 3 and 4 from NetBSD licenses.Ray Lai
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-25auglx(4) is an audio(4) driver for the AC'97 audio codec found onMarc Balmer
2008-06-11When reading a GPIO pin, first determine if it is programmed for inputMarc Balmer
2008-06-09rename arc4random_bytes => arc4random_buf to match libc's nicer name;Damien Miller
2008-06-05Allow pchb(4) to find additional non-coherent HyperTransport linksBrad Smith
2008-05-17attach to the via vt8237s found on the hp 2133 mini-notejoshua stein
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-09FREE -> freeHans-Joerg Hoexer
2007-12-05Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4)Theo de Raadt
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-28quite a bit of simplification by removing cpu classes.Ted Unangst
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-17AMD Geode CS5536 GPIO can invert input and output pins.Marc Balmer
2007-11-17Allow for more than one flag per GPIO pin.Marc Balmer
2007-11-17Support GPIO_PIN_PULLDOWN (pulldown-enable) as GPIO pin flag.Marc Balmer
2007-11-16Make the GPIO functionality of the AMD Geode LX CS5536 available.Marc Balmer
2007-11-16Remove microtime calls and RNG benchmarking from the pchb attachmentMike Belopuhov
2007-11-14do not process requests linked to unused sessions. (crypto_freesessionMarkus Friedl
2007-10-17Add the Intel ICH9 chipset.Brad Smith
2007-10-07Add a driver, amdpcib(4), for the AMD 8111 series LPC bridge and HPET writtenMarc Balmer
2007-10-07Add support for the PCI-ISA bridge, timecounter, and watchdog timerMarc Balmer
2007-09-18arc4random_bytes() is the preferred interface for generating nonces;Damien Miller
2007-09-10Remove unused "extern" declaration.Henric Jungheim
2007-09-07Use M_ZERO in a few more places to shave bytes from the kernel.Artur Grabowski