summaryrefslogtreecommitdiff
path: root/sys/arch/i386/pci
AgeCommit message (Expand)Author
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
2007-09-07Modify the heuristic for detection of speedstep to recognize a compatibleGordon Willem Klok
2007-08-07provide software version of HMAC, so IPsec can actually use the crypto HW;Markus Friedl
2007-08-04Add AGP support for the intel i965 chipset, this also extends theReyk Floeter
2007-07-07Match VIA VT8237A; from "Christoph Egger" <Christoph_Egger@gmx.de>.Alexander Yurchenko
2007-06-02Match on ICH8M.Jonathan Gray
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
2007-05-29Fix compilation of kernels without I686_CPU: piixpcib is alwaysTom Cosgrove
2007-05-23timecounter support (e.g. soekris net4501); ok grange@Markus Friedl
2007-05-21Implement deep interrupt swizzling by mapping all four PCI interrupt pinsMark Kettenis
2007-04-26Add a setperf mechanism for ich speedstep controlled by SMI on certainGordon Willem Klok
2007-03-26ichss_cookie is a bad name, and should not be a void pointer.Gordon Willem Klok
2007-03-19typo fixes; didickman@gmailTheo de Raadt
2007-02-20Revert PAE pmap for now, until the strange bug is found. This stopsTom Cosgrove
2007-02-12Enable the AES acceleration. Won't be picked up for IPsec, since weTom Cosgrove
2007-01-19Update comment (on how long we wait for operation to complete) reflectTom Cosgrove
2007-01-02Use bus_space_write_region_4() instead of doing the same thing bit byTom Cosgrove
2006-12-20Don't bail out on a bad interrupt line if we have a valid apic interrupt pinMark Kettenis
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis